Symbol: xfs_trans_ichgtime
fs/xfs/libxfs/xfs_attr.c
1238
xfs_trans_ichgtime(args->trans, dp, XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_attr.c
372
xfs_trans_ichgtime(args->trans, args->dp, XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_dir2.c
1012
xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_dir2.c
1129
xfs_trans_ichgtime(tp, ip1, ip1_flags);
fs/xfs/libxfs/xfs_dir2.c
1133
xfs_trans_ichgtime(tp, ip2, ip2_flags);
fs/xfs/libxfs/xfs_dir2.c
1137
xfs_trans_ichgtime(tp, dp2, dp2_flags);
fs/xfs/libxfs/xfs_dir2.c
1140
xfs_trans_ichgtime(tp, dp1, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_dir2.c
1272
xfs_trans_ichgtime(tp, target_dp,
fs/xfs/libxfs/xfs_dir2.c
1293
xfs_trans_ichgtime(tp, target_dp,
fs/xfs/libxfs/xfs_dir2.c
1336
xfs_trans_ichgtime(tp, src_ip, XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_dir2.c
1369
xfs_trans_ichgtime(tp, src_dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_dir2.c
864
xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_dir2.c
933
xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_inode_util.c
321
xfs_trans_ichgtime(tp, ip, times);
fs/xfs/libxfs/xfs_inode_util.c
652
xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_inode_util.c
681
xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
fs/xfs/libxfs/xfs_inode_util.h
48
void xfs_trans_ichgtime(struct xfs_trans *tp, struct xfs_inode *ip, int flags);
fs/xfs/scrub/orphanage.c
564
xfs_trans_ichgtime(sc->tp, sc->orphanage,
fs/xfs/xfs_exchrange.c
270
xfs_trans_ichgtime(tp, ip1, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
fs/xfs/xfs_exchrange.c
272
xfs_trans_ichgtime(tp, ip2, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
fs/xfs/xfs_ioctl.c
601
xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
fs/xfs/xfs_pnfs.c
109
xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);
fs/xfs/xfs_qm_syscalls.c
90
xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG);