udf_allocation.c | 2244 uint32_t slot_offset, replace_len, replace; local in function:udf_record_allocation_in_node 2339 slot_offset = from - foffset; 2340 if (slot_offset > 0) { 2342 slot_offset, flags >> 30, flags)); 2344 s_ad.len = udf_rw32(slot_offset | flags); 2354 foffset += slot_offset; 2406 slot_offset = from - foffset; /* offset in first encounted slot */ 2407 KASSERT((slot_offset % lb_size) == 0); 2424 DPRINTF(ALLOC, ("\t4i: got slot %d, slot_offset %d, " 2427 slot, slot_offset, replace_len 2879 uint32_t slot_offset, slot_offset_lb; local in function:udf_shrink_node [all...] |