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

/linux-master/fs/xfs/
H A Dxfs_inode.c2983 int ip1_flags = 0; local
3025 ip1_flags |= XFS_ICHGTIME_CHG;
3049 ip1_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG;
3069 if (ip1_flags) {
3070 xfs_trans_ichgtime(tp, ip1, ip1_flags);

Completed in 190 milliseconds