Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_extfree_item.h86 #define XFS_EFD_MAX_FAST_EXTENTS 16 macro
H A Dxfs_extfree_item.c233 if (efdp->efd_format.efd_nextents > XFS_EFD_MAX_FAST_EXTENTS) in xfs_efd_item_free()
321 if (nextents > XFS_EFD_MAX_FAST_EXTENTS) { in xfs_trans_get_efd()
H A Dxfs_super.c2105 xfs_efd_log_item_sizeof(XFS_EFD_MAX_FAST_EXTENTS), in xfs_init_caches()