Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_format.h1130 #define XFS_INO_AGINO_BITS(mp) ((mp)->m_ino_geo.agino_log) macro
1133 XFS_INO_AGNO_BITS(mp) + XFS_INO_AGINO_BITS(mp)
1135 ((xfs_agnumber_t)((i) >> XFS_INO_AGINO_BITS(mp)))
1137 ((xfs_agino_t)(i) & XFS_INO_MASK(XFS_INO_AGINO_BITS(mp)))
1146 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i))
Dxfs_ialloc.c2966 inodes = (1LL << XFS_INO_AGINO_BITS(mp)) >> XFS_INODES_PER_CHUNK_LOG; in xfs_ialloc_setup_geometry()