Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c73 #define XFS_INO_AGINO_BITS (xfs.agblklog + xfs.inopblog) macro
85 return ino >> XFS_INO_AGINO_BITS; in ino2agno()
91 return ino & XFS_INO_MASK(XFS_INO_AGINO_BITS); in ino2agino()