Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_extfree_item.h80 xfs_efd_log_format_sizeof(nr); in xfs_efd_log_item_sizeof()
H A Dxfs_extfree_item.c261 *nbytes += xfs_efd_log_format_sizeof(efdp->efd_format.efd_nextents); in xfs_efd_item_size()
266 return xlog_item_space(1, xfs_efd_log_format_sizeof(nr)); in xfs_efd_log_space()
290 xfs_efd_log_format_sizeof(efdp->efd_format.efd_nextents)); in xfs_efd_item_format()
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h681 xfs_efd_log_format_sizeof( in xfs_efd_log_format_sizeof() function