Home
last modified time | relevance | path

Searched refs:xfs_unix_to_bigtime (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_inode_buf.h39 return xfs_unix_to_bigtime(tv.tv_sec) * NSEC_PER_SEC + tv.tv_nsec; in xfs_inode_encode_bigtime()
Dxfs_format.h764 static inline uint64_t xfs_unix_to_bigtime(time64_t unix_seconds) in xfs_unix_to_bigtime() function