Home
last modified time | relevance | path

Searched refs:di_crtime (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item_recover.c203 to->di_crtime = xfs_log_dinode_to_disk_ts(from, in xfs_log_dinode_to_disk()
204 from->di_crtime); in xfs_log_dinode_to_disk()
H A Dxfs_inode_item.c587 to->di_crtime = xfs_inode_to_log_dinode_ts(ip, ip->i_crtime); in xfs_inode_to_log_dinode()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c253 ip->i_crtime = xfs_inode_from_disk_ts(from, from->di_crtime); in xfs_inode_from_disk()
357 to->di_crtime = xfs_inode_to_disk_ts(ip, ip->i_crtime); in xfs_inode_to_disk()
H A Dxfs_format.h971 xfs_timestamp_t di_crtime; /* time created */ member