Searched refs:xfs_unix_to_bigtime (Results 1 - 2 of 2) sorted by path

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

Completed in 169 milliseconds