Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h35 #define XFS_RMAPADD_SPACE_RES(mp) ((mp)->m_rmap_maxlevels)
/linux/fs/xfs/
H A Dxfs_mount.h206 uint m_rmap_maxlevels; /* max rmap btree levels */ member
/linux/fs/xfs/scrub/
H A Dagheader.c648 if (level <= 0 || level > mp->m_rmap_maxlevels) in xchk_agf()
H A Dagheader_repair.c360 .maxlevels = sc->mp->m_rmap_maxlevels, in xrep_agf()