Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_extfree_item.h60 xfs_efi_log_format_sizeof(nr); in xfs_efi_log_item_sizeof()
Dxfs_extfree_item.c78 *nbytes += xfs_efi_log_format_sizeof(efip->efi_format.efi_nextents); in xfs_efi_item_size()
104 xfs_efi_log_format_sizeof(efip->efi_format.efi_nextents)); in xfs_efi_item_format()
178 uint len = xfs_efi_log_format_sizeof(src_efi_fmt->efi_nextents); in xfs_efi_copy_format()
714 if (item->ri_buf[0].i_len < xfs_efi_log_format_sizeof(0)) { in xlog_recover_efi_commit_pass2()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_log_format.h620 xfs_efi_log_format_sizeof( in xfs_efi_log_format_sizeof() function