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

/linux-master/fs/xfs/
H A Dxfs_inode.c2815 int ip2_flags = 0; local
2857 ip2_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG;
2881 ip2_flags |= XFS_ICHGTIME_CHG;
2889 if (ip2_flags) {
2890 xfs_trans_ichgtime(tp, ip2, ip2_flags);

Completed in 116 milliseconds