Home
last modified time | relevance | path

Searched refs:src_efi_fmt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_extfree_item.c176 xfs_efi_log_format_t *src_efi_fmt = buf->i_addr; in xfs_efi_copy_format() local
178 uint len = xfs_efi_log_format_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()
179 uint len32 = xfs_efi_log_format32_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()
180 uint len64 = xfs_efi_log_format64_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()
183 memcpy(dst_efi_fmt, src_efi_fmt, in xfs_efi_copy_format()
185 for (i = 0; i < src_efi_fmt->efi_nextents; i++) in xfs_efi_copy_format()
187 &src_efi_fmt->efi_extents[i], in xfs_efi_copy_format()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extfree_item.c187 xfs_efi_log_format_t *src_efi_fmt = buf->i_addr; in xfs_efi_copy_format() local
190 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_t); in xfs_efi_copy_format()
192 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_32_t); in xfs_efi_copy_format()
194 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_64_t); in xfs_efi_copy_format()
197 memcpy((char *)dst_efi_fmt, (char*)src_efi_fmt, len); in xfs_efi_copy_format()

Completed in 3 milliseconds