Lines Matching defs:mp
48 #define XFS_INO_OFFSET_BITS(mp) (mp)->m_sb.sb_inopblog argument
49 #define XFS_INO_AGBNO_BITS(mp) (mp)->m_sb.sb_agblklog argument
50 #define XFS_INO_AGINO_BITS(mp) (mp)->m_agino_log argument
51 #define XFS_INO_AGNO_BITS(mp) (mp)->m_agno_log argument
52 #define XFS_INO_BITS(mp) \ argument
54 #define XFS_INO_TO_AGNO(mp,i) \ argument
56 #define XFS_INO_TO_AGINO(mp,i) \ argument
58 #define XFS_INO_TO_AGBNO(mp,i) \ argument
61 #define XFS_INO_TO_OFFSET(mp,i) \ argument
63 #define XFS_INO_TO_FSB(mp,i) \ argument
65 #define XFS_AGINO_TO_INO(mp,a,i) \ argument
67 #define XFS_AGINO_TO_AGBNO(mp,i) ((i) >> XFS_INO_OFFSET_BITS(mp)) argument
68 #define XFS_AGINO_TO_OFFSET(mp,i) \ argument
70 #define XFS_OFFBNO_TO_AGINO(mp,b,o) \ argument