Home | History | Annotate | Download | only in udf

Lines Matching defs:cpy_len

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