Home
last modified time | relevance | path

Searched refs:XFS_MAX_CRC_AG_BLOCKS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_refcount_btree.c442 return xfs_btree_compute_maxlevels(minrecs, XFS_MAX_CRC_AG_BLOCKS); in xfs_refcountbt_maxlevels_ondisk()
Dxfs_fs.h263 #define XFS_MAX_CRC_AG_BLOCKS (XFS_MAX_AG_BYTES / XFS_MIN_CRC_BLOCKSIZE) macro
Dxfs_refcount.c1917 BUILD_BUG_ON(XFS_MAX_CRC_AG_BLOCKS >= XFS_REFC_COWFLAG); in xfs_refcount_recover_cow_leftovers()
1918 if (mp->m_sb.sb_agblocks > XFS_MAX_CRC_AG_BLOCKS) in xfs_refcount_recover_cow_leftovers()
Dxfs_rmap_btree.c767 return max(xfs_btree_space_to_height(minrecs, XFS_MAX_CRC_AG_BLOCKS), in xfs_rmapbt_maxlevels_ondisk()