Lines Matching defs:mp
37 #define XFS_INO_OFFSET_BITS(mp) (mp)->m_sb.sb_inopblog argument
38 #define XFS_INO_AGBNO_BITS(mp) (mp)->m_sb.sb_agblklog argument
39 #define XFS_INO_AGINO_BITS(mp) (mp)->m_agino_log argument
40 #define XFS_INO_AGNO_BITS(mp) (mp)->m_agno_log argument
41 #define XFS_INO_BITS(mp) \ argument
43 #define XFS_INO_TO_AGNO(mp,i) \ argument
45 #define XFS_INO_TO_AGINO(mp,i) \ argument
47 #define XFS_INO_TO_AGBNO(mp,i) \ argument
50 #define XFS_INO_TO_OFFSET(mp,i) \ argument
52 #define XFS_INO_TO_FSB(mp,i) \ argument
54 #define XFS_AGINO_TO_INO(mp,a,i) \ argument
56 #define XFS_AGINO_TO_AGBNO(mp,i) ((i) >> XFS_INO_OFFSET_BITS(mp)) argument
57 #define XFS_AGINO_TO_OFFSET(mp,i) \ argument
59 #define XFS_OFFBNO_TO_AGINO(mp,b,o) \ argument