Home
last modified time | relevance | path

Searched refs:di_ctime (Results 1 – 9 of 9) sorted by relevance

/linux/include/uapi/linux/
H A Dqnx4_fs.h52 __le32 di_ctime; member
H A Dgfs2_ondisk.h278 __be64 di_ctime; /* time last changed */ member
/linux/fs/efs/
H A Defs.h61 __be32 di_ctime; /* time created */ member
/linux/fs/jfs/
H A Djfs_dinode.h47 struct timestruc_t di_ctime; /* 8: time last status changed */ member
/linux/include/linux/
H A Dqnx6_fs.h49 __fs32 di_ctime; member
/linux/fs/xfs/
H A Dxfs_inode_item_recover.c189 to->di_ctime = xfs_log_dinode_to_disk_ts(from, from->di_ctime); in xfs_log_dinode_to_disk()
H A Dxfs_inode_item.c567 to->di_ctime = xfs_inode_to_log_dinode_ts(ip, inode_get_ctime(inode)); in xfs_inode_to_log_dinode()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c238 xfs_inode_from_disk_ts(from, from->di_ctime)); in xfs_inode_from_disk()
342 to->di_ctime = xfs_inode_to_disk_ts(ip, inode_get_ctime(inode)); in xfs_inode_to_disk()
H A Dxfs_format.h927 xfs_timestamp_t di_ctime; /* time created/inode modified */ member