Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_mount.h120 uint8_t m_agno_log; /* log #ag's */ member
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_format.h1107 #define XFS_INO_AGNO_BITS(mp) (mp)->m_agno_log
Dxfs_sb.c974 mp->m_agno_log = xfs_highbit32(sbp->sb_agcount - 1) + 1; in xfs_sb_mount_common()