Searched refs:xfs_unix_to_bigtime (Results 1 – 2 of 2) sorted by relevance
39 return xfs_unix_to_bigtime(tv.tv_sec) * NSEC_PER_SEC + tv.tv_nsec; in xfs_inode_encode_bigtime()
764 static inline uint64_t xfs_unix_to_bigtime(time64_t unix_seconds) in xfs_unix_to_bigtime() function