Home | Sort by: relevance | last modified time | path |
/src/sys/fs/udf/ | |
udf_allocation.c | 2248 int slot, cpy_slot, cpy_slots, restart_slot; local in function:udf_record_allocation_in_node 2521 cpy_slots = cpy_slot; 2532 for (cpy_slot = 1; cpy_slot < cpy_slots; cpy_slot++) { 2886 int slot, cpy_slot, cpy_slots; local in function:udf_shrink_node 3139 cpy_slots = cpy_slot; 3143 for (cpy_slot = 1; cpy_slot < cpy_slots; cpy_slot++) { |