Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h99 (2 * (mp)->m_alloc_maxlevels)
/linux/fs/xfs/scrub/
H A Dagheader.c635 if (level <= 0 || level > mp->m_alloc_maxlevels) in xchk_agf()
639 if (level <= 0 || level > mp->m_alloc_maxlevels) in xchk_agf()
H A Dagheader_repair.c350 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
355 .maxlevels = sc->mp->m_alloc_maxlevels, in xrep_agf()
/linux/fs/xfs/
H A Dxfs_mount.h204 uint m_alloc_maxlevels; /* max alloc btree levels */ member