Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rmap_item.h36 #define XFS_RUI_MAX_FAST_EXTENTS 16 macro
H A Dxfs_rmap_item.c42 if (ruip->rui_format.rui_nextents > XFS_RUI_MAX_FAST_EXTENTS) in xfs_rui_item_free()
146 if (nextents > XFS_RUI_MAX_FAST_EXTENTS) in xfs_rui_init()
580 .max_items = XFS_RUI_MAX_FAST_EXTENTS,
H A Dxfs_super.c2171 xfs_rui_log_item_sizeof(XFS_RUI_MAX_FAST_EXTENTS), in xfs_init_caches()