Home
last modified time | relevance | path

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

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