Searched refs:ondisk_seconds (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h785 static inline time64_t xfs_bigtime_to_unix(uint64_t ondisk_seconds) argument
787 return (time64_t)ondisk_seconds - XFS_BIGTIME_EPOCH_OFFSET;
1247 static inline time64_t xfs_dq_bigtime_to_unix(uint32_t ondisk_seconds) argument
1249 return (time64_t)ondisk_seconds << XFS_DQ_BIGTIME_SHIFT;

Completed in 138 milliseconds