Home
last modified time | relevance | path

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

/external/grub/stage2/
Dfsys_xfs.c70 #define XFS_INO_MASK(k) ((xfs_uint32_t)((1ULL << (k)) - 1)) macro
91 return ino & XFS_INO_MASK(XFS_INO_AGINO_BITS); in ino2agino()
97 return ino & XFS_INO_MASK(XFS_INO_OFFSET_BITS); in ino2offset()