udf_subr.c | 1282 int ext, sumext, extlen, cnt, cpy_len, dscr_type; local in function:udf_loose_lvint_history 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++) [all...] |