Searched refs:di_ctime (Results 1 – 13 of 13) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | qnx4_fs.h | 52 __le32 di_ctime; member
|
| H A D | gfs2_ondisk.h | 278 __be64 di_ctime; /* time last changed */ member
|
| /linux/fs/efs/ |
| H A D | efs.h | 61 __be32 di_ctime; /* time created */ member
|
| H A D | inode.c | 108 inode_set_ctime(inode, be32_to_cpu(efs_inode->di_ctime), 0); in efs_iget()
|
| /linux/fs/jfs/ |
| H A D | jfs_dinode.h | 47 struct timestruc_t di_ctime; /* 8: time last status changed */ member
|
| H A D | jfs_imap.c | 3086 inode_set_ctime(ip, le32_to_cpu(dip->di_ctime.tv_sec), in copy_from_dinode() 3087 le32_to_cpu(dip->di_ctime.tv_nsec)); in copy_from_dinode() 3161 dip->di_ctime.tv_sec = cpu_to_le32(inode_get_ctime_sec(ip)); in copy_to_dinode() 3162 dip->di_ctime.tv_nsec = cpu_to_le32(inode_get_ctime_nsec(ip)); in copy_to_dinode()
|
| /linux/include/linux/ |
| H A D | qnx6_fs.h | 49 __fs32 di_ctime; member
|
| /linux/fs/xfs/ |
| H A D | xfs_inode_item_recover.c | 189 to->di_ctime = xfs_log_dinode_to_disk_ts(from, from->di_ctime); in xfs_log_dinode_to_disk()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_buf.c | 238 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 D | xfs_format.h | 927 xfs_timestamp_t di_ctime; /* time created/inode modified */ member
|
| /linux/fs/qnx4/ |
| H A D | inode.c | 325 inode_set_ctime(inode, le32_to_cpu(raw_inode->di_ctime), 0); in qnx4_iget()
|
| /linux/fs/qnx6/ |
| H A D | inode.c | 555 inode_set_ctime(inode, fs32_to_cpu(sbi, raw_inode->di_ctime), 0); in qnx6_iget()
|
| /linux/fs/gfs2/ |
| H A D | super.c | 411 str->di_ctime = cpu_to_be64(inode_get_ctime_sec(inode)); in gfs2_dinode_out()
|