Searched defs:xfs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c25 #include "xfs.h"
61 static struct xfs_info xfs; variable in typeref:struct:xfs_info
71 #define XFS_INO_OFFSET_BITS xfs.inopblog
72 #define XFS_INO_AGBNO_BITS xfs.agblklog
73 #define XFS_INO_AGINO_BITS (xfs.agblklog + xfs.inopblog)
74 #define XFS_INO_AGNO_BITS xfs.agnolog
179 return ((xfs_fsblock_t)agno*xfs.agblocks + agbno) << xfs.bdlog;
185 return agb2daddr ((xfs_agnumber_t)(fsbno >> xfs
[all...]

Completed in 22 milliseconds