Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_buf.h43 const xfs_timestamp_t ts);
Dxfs_format.h729 typedef __be64 xfs_timestamp_t; typedef
834 xfs_timestamp_t di_atime; /* time last accessed */
835 xfs_timestamp_t di_mtime; /* time last modified */
836 xfs_timestamp_t di_ctime; /* time created/inode modified */
875 xfs_timestamp_t di_crtime; /* time created */
Dxfs_inode_buf.c161 const xfs_timestamp_t ts) in xfs_inode_from_disk_ts()
272 static inline xfs_timestamp_t
278 xfs_timestamp_t ts; in xfs_inode_to_disk_ts()
Dxfs_ondisk.h48 XFS_CHECK_STRUCT_SIZE(xfs_timestamp_t, 8); in xfs_check_ondisk_structs()
/linux-6.12.1/fs/xfs/
Dxfs_inode_item_recover.c125 static inline xfs_timestamp_t
132 xfs_timestamp_t ts; in xfs_log_dinode_to_disk_ts()
/linux-6.12.1/fs/xfs/scrub/
Dinode.c363 const xfs_timestamp_t ts) in xchk_dinode_nsec()