Home
last modified time | relevance | path

Searched refs:xfs_timestamp_t (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_inode_buf.h72 const xfs_timestamp_t ts);
Dxfs_inode_buf.c175 const xfs_timestamp_t ts) in xfs_inode_from_disk_ts()
282 static inline xfs_timestamp_t
288 xfs_timestamp_t ts; in xfs_inode_to_disk_ts()
Dxfs_format.h877 typedef __be64 xfs_timestamp_t; typedef
972 xfs_timestamp_t di_atime; /* time last accessed */
973 xfs_timestamp_t di_mtime; /* time last modified */
974 xfs_timestamp_t di_ctime; /* time created/inode modified */
999 xfs_timestamp_t di_crtime; /* time created */
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ondisk.h48 XFS_CHECK_STRUCT_SIZE(xfs_timestamp_t, 8); in xfs_check_ondisk_structs()
Dxfs_inode_item_recover.c125 static inline xfs_timestamp_t
132 xfs_timestamp_t ts; in xfs_log_dinode_to_disk_ts()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dinode.c207 const xfs_timestamp_t ts) in xchk_dinode_nsec()