Home
last modified time | relevance | path

Searched refs:XFS_INO_AGINO_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_format.h1106 #define XFS_INO_AGINO_BITS(mp) ((mp)->m_ino_geo.agino_log) macro
1109 XFS_INO_AGNO_BITS(mp) + XFS_INO_AGINO_BITS(mp)
1111 ((xfs_agnumber_t)((i) >> XFS_INO_AGINO_BITS(mp)))
1113 ((xfs_agino_t)(i) & XFS_INO_MASK(XFS_INO_AGINO_BITS(mp)))
1122 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i))
Dxfs_ialloc.c2780 inodes = (1LL << XFS_INO_AGINO_BITS(mp)) >> XFS_INODES_PER_CHUNK_LOG; in xfs_ialloc_setup_geometry()