HomeSort by relevance Sort by last modified time
    Searched refs:xfs_agblock_t (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
xfs.h 54 typedef xfs_uint32_t xfs_agblock_t; /* blockno in alloc. group */ typedef
95 xfs_agblock_t sb_rextsize; /* realtime extent size, blocks */
96 xfs_agblock_t sb_agblocks; /* size of an allocation group */
168 xfs_agblock_t bb_leftsib;
169 xfs_agblock_t bb_rightsib;
fsys_xfs.c 76 static inline xfs_agblock_t
177 agb2daddr (xfs_agnumber_t agno, xfs_agblock_t agbno)
186 (xfs_agblock_t)(fsbno & mask32lo(xfs.agblklog)));
206 xfs_agblock_t agbno;

Completed in 17 milliseconds