Lines Matching refs:uint64_t
130 uint64_t sb_icount; /* allocated inodes */
131 uint64_t sb_ifree; /* free inodes */
132 uint64_t sb_fdblocks; /* free data blocks */
133 uint64_t sb_frextents; /* free realtime extents */
493 ((((uint64_t)(b)) + (mp)->m_blockmask) >> (mp)->m_sb.sb_blocklog)
494 #define XFS_B_TO_FSBT(mp,b) (((uint64_t)(b)) >> (mp)->m_sb.sb_blocklog)
848 static inline uint64_t xfs_unix_to_bigtime(time64_t unix_seconds) in xfs_unix_to_bigtime()
850 return (uint64_t)unix_seconds + XFS_BIGTIME_EPOCH_OFFSET; in xfs_unix_to_bigtime()
854 static inline time64_t xfs_bigtime_to_unix(uint64_t ondisk_seconds) in xfs_bigtime_to_unix()
1412 return ((uint64_t)unix_seconds + XFS_DQ_BIGTIME_SLACK) >> in xfs_dq_unix_to_bigtime()
1574 typedef uint64_t xfs_inofree_t;
1659 uint64_t oi_owner;
1702 #define XFS_RMAP_OFF_ATTR_FORK ((uint64_t)1ULL << 63)
1703 #define XFS_RMAP_OFF_BMBT_BLOCK ((uint64_t)1ULL << 62)
1704 #define XFS_RMAP_OFF_UNWRITTEN ((uint64_t)1ULL << 61)
1710 #define XFS_RMAP_OFF_MASK ((uint64_t)0x3FFFFFFFFFFFFFULL)
1875 typedef uint64_t xfs_bmbt_rec_base_t; /* use this for casts */