Home
last modified time | relevance | path

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

/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c69 #define XFS_INO_AGINO_BITS (xfs.agblklog + xfs.inopblog) macro
81 return ino >> XFS_INO_AGINO_BITS; in ino2agno()
87 return ino & XFS_INO_MASK(XFS_INO_AGINO_BITS); in ino2agino()

Completed in 3 milliseconds