Lines Matching refs:target_offset
81 target_offset: usize,
89 target_offset: usize,
105 target_offset: usize, field
189 let target_offset = sg_entry.offset.checked_add(parent_offset).ok_or(EINVAL)?; in validate_parent_fixup() localVariable
196 target_offset, in validate_parent_fixup()
775 target_offset: info.target_offset, in translate_object()
827 target_offset: info.target_offset, in translate_object()
866 view.alloc.info_add_fd(file, info.target_offset + i, true)?; in translate_object()
890 PointerFixupEntry::Fixup { target_offset, .. } => { in apply_sg()
891 (size_of::<u64>(), *target_offset) in apply_sg()
895 target_offset, in apply_sg()
896 } => (*skip, *target_offset), in apply_sg()