Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_refcount_item.h33 #define XFS_CUI_MAX_FAST_EXTENTS 16 macro
H A Dxfs_refcount_item.c43 if (cuip->cui_format.cui_nextents > XFS_CUI_MAX_FAST_EXTENTS) in xfs_cui_item_free()
151 if (nextents > XFS_CUI_MAX_FAST_EXTENTS) in xfs_cui_init()
584 .max_items = XFS_CUI_MAX_FAST_EXTENTS,
644 .max_items = XFS_CUI_MAX_FAST_EXTENTS,
H A Dxfs_super.c2374 xfs_cui_log_item_sizeof(XFS_CUI_MAX_FAST_EXTENTS), in xfs_init_caches()