Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_extfree_item.c272 xfs_efi_log_format_t *src_efi_fmt = buf->i_addr; in xfs_efi_copy_format() local
275 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_t); in xfs_efi_copy_format()
277 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_32_t); in xfs_efi_copy_format()
279 (src_efi_fmt->efi_nextents - 1) * sizeof(xfs_extent_64_t); in xfs_efi_copy_format()
282 memcpy((char *)dst_efi_fmt, (char*)src_efi_fmt, len); in xfs_efi_copy_format()