Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_extfree_item.c244 xfs_efi_log_format_t *src_efi_fmt = buf->i_addr; in xfs_efi_copy_format() local
247 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_t); in xfs_efi_copy_format()
249 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_32_t); in xfs_efi_copy_format()
251 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_64_t); in xfs_efi_copy_format()
254 memcpy((char *)dst_efi_fmt, (char*)src_efi_fmt, len); in xfs_efi_copy_format()