Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_extfree_item.h60 xfs_efi_log_format_sizeof(nr); in xfs_efi_log_item_sizeof()
Dxfs_extfree_item.c82 *nbytes += xfs_efi_log_format_sizeof(efip->efi_format.efi_nextents); in xfs_efi_item_size()
108 xfs_efi_log_format_sizeof(efip->efi_format.efi_nextents)); in xfs_efi_item_format()
183 uint len = xfs_efi_log_format_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()
845 if (item->ri_buf[0].i_len < xfs_efi_log_format_sizeof(0)) { in xlog_recover_efi_commit_pass2()
884 if (item->ri_buf[0].i_len < xfs_efi_log_format_sizeof(0)) { in xlog_recover_rtefi_commit_pass2()
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_log_format.h640 xfs_efi_log_format_sizeof( in xfs_efi_log_format_sizeof() function