Lines Matching refs:cpy_len
1282 int ext, sumext, extlen, cnt, cpy_len, dscr_type; in udf_loose_lvint_history() local
1345 cpy_len = MIN(in_len - in_pos, out_len - out_wpos); in udf_loose_lvint_history()
1346 cpy_len = MIN(cpy_len, in_len - in_trace->pos); in udf_loose_lvint_history()
1347 if (cpy_len == 0) in udf_loose_lvint_history()
1351 DPRINTF(VOLUMES, ("\treading %d lvid descriptors\n", cpy_len)); in udf_loose_lvint_history()
1352 for (cnt = 0; cnt < cpy_len; cnt++) { in udf_loose_lvint_history()
1384 for (cnt = 0; cnt < cpy_len; cnt++) in udf_loose_lvint_history()
1394 DPRINTF(VOLUMES, ("\twriting %d lvid descriptors\n", cpy_len)); in udf_loose_lvint_history()
1395 for (cnt = 0; cnt < cpy_len; cnt++) { in udf_loose_lvint_history()
1420 for (cnt = 0; cnt < cpy_len; cnt++) { in udf_loose_lvint_history()
1427 in_pos += cpy_len; in udf_loose_lvint_history()
1428 out_wpos += cpy_len; in udf_loose_lvint_history()