Home
last modified time | relevance | path

Searched refs:xfs_bigtime_to_unix (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_inode_buf.c152 tv.tv_sec = xfs_bigtime_to_unix(div_u64_rem(ts, NSEC_PER_SEC, &n)); in xfs_inode_decode_bigtime()
Dxfs_format.h847 static inline time64_t xfs_bigtime_to_unix(uint64_t ondisk_seconds) in xfs_bigtime_to_unix() function
/linux-6.14.4/fs/xfs/
Dxfs_super.c1756 sb->s_time_min = xfs_bigtime_to_unix(XFS_BIGTIME_TIME_MIN); in xfs_fs_fill_super()
1757 sb->s_time_max = xfs_bigtime_to_unix(XFS_BIGTIME_TIME_MAX); in xfs_fs_fill_super()