Home
last modified time | relevance | path

Searched refs:xfs_inode_from_disk_ts (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_inode_buf.c153 xfs_inode_from_disk_ts( in xfs_inode_from_disk_ts() function
223 inode->i_atime = xfs_inode_from_disk_ts(from, from->di_atime); in xfs_inode_from_disk()
224 inode->i_mtime = xfs_inode_from_disk_ts(from, from->di_mtime); in xfs_inode_from_disk()
225 inode->i_ctime = xfs_inode_from_disk_ts(from, from->di_ctime); in xfs_inode_from_disk()
240 ip->i_crtime = xfs_inode_from_disk_ts(from, from->di_crtime); in xfs_inode_from_disk()
A Dxfs_inode_buf.h42 struct timespec64 xfs_inode_from_disk_ts(struct xfs_dinode *dip,
/linux-6.3-rc2/fs/xfs/scrub/
A Dinode.c219 tv = xfs_inode_from_disk_ts(dip, ts); in xchk_dinode_nsec()

Completed in 6 milliseconds