Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_inode_buf.h43 const xfs_timestamp_t ts);
Dxfs_format.h711 typedef __be64 xfs_timestamp_t; typedef
816 xfs_timestamp_t di_atime; /* time last accessed */
817 xfs_timestamp_t di_mtime; /* time last modified */
818 xfs_timestamp_t di_ctime; /* time created/inode modified */
857 xfs_timestamp_t di_crtime; /* time created */
Dxfs_inode_buf.c155 const xfs_timestamp_t ts) in xfs_inode_from_disk_ts()
264 static inline xfs_timestamp_t
270 xfs_timestamp_t ts; in xfs_inode_to_disk_ts()
/fs/xfs/
Dxfs_inode_item_recover.c125 static inline xfs_timestamp_t
132 xfs_timestamp_t ts; in xfs_log_dinode_to_disk_ts()
Dxfs_ondisk.h48 XFS_CHECK_STRUCT_SIZE(xfs_timestamp_t, 8); in xfs_check_ondisk_structs()
/fs/xfs/scrub/
Dinode.c354 const xfs_timestamp_t ts) in xchk_dinode_nsec()