Lines Matching defs:slot_offset
2244 uint32_t slot_offset, replace_len, replace;
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,
2434 if (slot_offset) {
2435 DPRINTF(ALLOC, ("\t4s: skipping %d\n", slot_offset));
2436 lb_num += slot_offset / lb_size;
2437 len -= slot_offset;
2438 foffset += slot_offset;
2439 replace_len -= slot_offset;
2442 slot_offset = 0;
2879 uint32_t slot_offset, slot_offset_lb;
3023 slot_offset = new_size - foffset;
3026 if (slot_offset > 0) {
3033 slot_offset_lb = (slot_offset + lb_size -1) / lb_size;
3042 s_ad.len = udf_rw32(slot_offset | flags);