Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_refcount_item.h33 #define XFS_CUI_MAX_FAST_EXTENTS 16 macro
H A Dxfs_refcount_item.c40 if (cuip->cui_format.cui_nextents > XFS_CUI_MAX_FAST_EXTENTS) in xfs_cui_item_free()
145 if (nextents > XFS_CUI_MAX_FAST_EXTENTS) in xfs_cui_init()
437 .max_items = XFS_CUI_MAX_FAST_EXTENTS,
H A Dxfs_super.c2157 xfs_cui_log_item_sizeof(XFS_CUI_MAX_FAST_EXTENTS), in xfs_init_caches()