xfs_uint64_t
static inline __const__ xfs_uint64_t
le64 (xfs_uint64_t x)
return (((xfs_uint64_t)le32(l)) << 32) | ((xfs_uint64_t)(le32(h)));
xfs_uint64_t sb_icount; /* allocated inodes */
xfs_uint64_t sb_ifree; /* free inodes */
xfs_uint64_t sb_fdblocks; /* free data blocks */
xfs_uint64_t sb_frextents; /* free realtime extents */
xfs_uint64_t l0, l1;
typedef xfs_uint64_t xfs_bmbt_rec_base_t; /* use this for casts */
typedef xfs_uint64_t xfs_ino_t;
typedef xfs_uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */
typedef xfs_uint64_t xfs_drfsbno_t; /* blockno in filesystem (raw) */
typedef xfs_uint64_t xfs_drtbno_t; /* extent (block) in realtime area */
typedef xfs_uint64_t xfs_dfiloff_t; /* block number in a file */
typedef xfs_uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
typedef xfs_uint64_t xfs_fileoff_t; /* block number in a file */
typedef xfs_uint64_t xfs_filblks_t; /* number of blocks in a file */