Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.h46 const xfs_timestamp_t ts);
H A Dxfs_format.h795 typedef __be64 xfs_timestamp_t; typedef
925 xfs_timestamp_t di_atime; /* time last accessed */
926 xfs_timestamp_t di_mtime; /* time last modified */
927 xfs_timestamp_t di_ctime; /* time created/inode modified */
971 xfs_timestamp_t di_crtime; /* time created */
H A Dxfs_ondisk.h39 XFS_CHECK_STRUCT_SIZE(xfs_timestamp_t, 8); in xfs_check_ondisk_structs()
/linux/fs/xfs/
H A Dxfs_inode_item_recover.c127 static inline xfs_timestamp_t
134 xfs_timestamp_t ts; in xfs_log_dinode_to_disk_ts()
/linux/fs/xfs/scrub/
H A Dinode.c401 const xfs_timestamp_t ts) in xchk_dinode_nsec()