Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_extfree_item.c83 *nbytes += xfs_efi_log_format_sizeof(efip->efi_format.efi_nextents); in xfs_efi_item_size()
88 return xlog_item_space(1, xfs_efi_log_format_sizeof(nr)); in xfs_efi_log_space()
113 xfs_efi_log_format_sizeof(efip->efi_format.efi_nextents)); in xfs_efi_item_format()
191 len = xfs_efi_log_format_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()
871 if (item->ri_buf[0].iov_len < xfs_efi_log_format_sizeof(0)) { in xlog_recover_efi_commit_pass2()
910 if (item->ri_buf[0].iov_len < xfs_efi_log_format_sizeof(0)) { in xlog_recover_rtefi_commit_pass2()
H A Dxfs_extfree_item.h60 xfs_efi_log_format_sizeof(nr); in xfs_efi_log_item_sizeof()
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h628 xfs_efi_log_format_sizeof( in xfs_efi_log_format_sizeof() function