Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c71 #define XFS_INO_OFFSET_BITS xfs.inopblog macro
79 return agino >> XFS_INO_OFFSET_BITS; in agino2agbno()
97 return ino & XFS_INO_MASK(XFS_INO_OFFSET_BITS); in ino2offset()