Home
last modified time | relevance | path

Searched refs:dst_efi_fmt (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_extfree_item.c189 memcpy(dst_efi_fmt, src_efi_fmt, in xfs_efi_copy_format()
192 memcpy(&dst_efi_fmt->efi_extents[i], in xfs_efi_copy_format()
199 dst_efi_fmt->efi_type = src_efi_fmt_32->efi_type; in xfs_efi_copy_format()
202 dst_efi_fmt->efi_id = src_efi_fmt_32->efi_id; in xfs_efi_copy_format()
203 for (i = 0; i < dst_efi_fmt->efi_nextents; i++) { in xfs_efi_copy_format()
204 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()
206 dst_efi_fmt->efi_extents[i].ext_len = in xfs_efi_copy_format()
216 dst_efi_fmt->efi_id = src_efi_fmt_64->efi_id; in xfs_efi_copy_format()
217 for (i = 0; i < dst_efi_fmt->efi_nextents; i++) { in xfs_efi_copy_format()
218 dst_efi_fmt->efi_extents[i].ext_start = in xfs_efi_copy_format()
[all …]