Searched refs:di_ctime (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/uapi/linux/
H A Dqnx4_fs.h52 __le32 di_ctime; member in struct:qnx4_inode_entry
H A Dgfs2_ondisk.h278 __be64 di_ctime; /* time last changed */ member in struct:gfs2_dinode
/linux-master/include/linux/
H A Dqnx6_fs.h49 __fs32 di_ctime; member in struct:qnx6_inode_entry
/linux-master/fs/efs/
H A Defs.h61 __be32 di_ctime; /* time created */ member in struct:efs_dinode
H A Dinode.c108 inode_set_ctime(inode, be32_to_cpu(efs_inode->di_ctime), 0);
/linux-master/fs/jfs/
H A Djfs_dinode.h47 struct timestruc_t di_ctime; /* 8: time last status changed */ member in struct:dinode
H A Djfs_imap.c3074 inode_set_ctime(ip, le32_to_cpu(dip->di_ctime.tv_sec),
3075 le32_to_cpu(dip->di_ctime.tv_nsec));
3149 dip->di_ctime.tv_sec = cpu_to_le32(inode_get_ctime_sec(ip));
3150 dip->di_ctime.tv_nsec = cpu_to_le32(inode_get_ctime_nsec(ip));
/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c187 to->di_ctime = xfs_log_dinode_to_disk_ts(from, from->di_ctime);
H A Dxfs_inode_item.c530 to->di_ctime = xfs_inode_to_log_dinode_ts(ip, inode_get_ctime(inode));
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c234 xfs_inode_from_disk_ts(from, from->di_ctime));
328 to->di_ctime = xfs_inode_to_disk_ts(ip, inode_get_ctime(inode));
H A Dxfs_log_format.h421 xfs_log_timestamp_t di_ctime; /* time created/inode modified */ member in struct:xfs_log_dinode
H A Dxfs_format.h833 xfs_timestamp_t di_ctime; /* time created/inode modified */ member in struct:xfs_dinode
/linux-master/fs/qnx4/
H A Dinode.c325 inode_set_ctime(inode, le32_to_cpu(raw_inode->di_ctime), 0);
/linux-master/fs/xfs/scrub/
H A Dinode.c487 xchk_dinode_nsec(sc, ino, dip, dip->di_ctime);
/linux-master/fs/gfs2/
H A Dglops.c441 inode_set_ctime(inode, be64_to_cpu(str->di_ctime),
H A Dsuper.c415 str->di_ctime = cpu_to_be64(inode_get_ctime_sec(inode));
/linux-master/fs/qnx6/
H A Dinode.c563 inode_set_ctime(inode, fs32_to_cpu(sbi, raw_inode->di_ctime), 0);

Completed in 223 milliseconds