Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
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()