Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h1038 #define XFS_INO_AGINO_BITS(mp) (mp)->m_agino_log macro
1041 XFS_INO_AGNO_BITS(mp) + XFS_INO_AGINO_BITS(mp)
1043 ((xfs_agnumber_t)((i) >> XFS_INO_AGINO_BITS(mp)))
1045 ((xfs_agino_t)(i) & XFS_INO_MASK(XFS_INO_AGINO_BITS(mp)))
1054 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i))
Dxfs_ialloc.c2404 maxleafents = (1LL << XFS_INO_AGINO_BITS(mp)) >> in xfs_ialloc_compute_maxlevels()