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

/linux-master/fs/xfs/
H A Dxfs_inode.c2814 int ip1_flags = 0; local
2856 ip1_flags |= XFS_ICHGTIME_CHG;
2880 ip1_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG;
2885 if (ip1_flags) {
2886 xfs_trans_ichgtime(tp, ip1, ip1_flags);

Completed in 87 milliseconds