Searched refs:unix_seconds (Results 1 - 1 of 1) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h779 static inline uint64_t xfs_unix_to_bigtime(time64_t unix_seconds) argument
781 return (uint64_t)unix_seconds + XFS_BIGTIME_EPOCH_OFFSET;
1236 static inline uint32_t xfs_dq_unix_to_bigtime(time64_t unix_seconds) argument
1242 return ((uint64_t)unix_seconds + XFS_DQ_BIGTIME_SLACK) >>

Completed in 209 milliseconds