Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_refcount_btree.c452 return xfs_btree_compute_maxlevels(minrecs, XFS_MAX_CRC_AG_BLOCKS); in xfs_refcountbt_maxlevels_ondisk()
Dxfs_fs.h258 #define XFS_MAX_CRC_AG_BLOCKS (XFS_MAX_AG_BYTES / XFS_MIN_CRC_BLOCKSIZE) macro
Dxfs_rmap_btree.c621 return xfs_btree_space_to_height(minrecs, XFS_MAX_CRC_AG_BLOCKS); in xfs_rmapbt_maxlevels_ondisk()
Dxfs_refcount.c1935 BUILD_BUG_ON(XFS_MAX_CRC_AG_BLOCKS >= XFS_REFC_COWFLAG); in xfs_refcount_recover_cow_leftovers()
1936 if (mp->m_sb.sb_agblocks > XFS_MAX_CRC_AG_BLOCKS) in xfs_refcount_recover_cow_leftovers()