Searched refs:XFS_ICHGTIME_CHG (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 864 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_create_child() 933 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_add_child() 1012 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_remove_child() 1077 dp2_flags = XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children() 1099 ip1_flags |= XFS_ICHGTIME_CHG; in xfs_dir_exchange_children() 1100 ip2_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children() 1123 ip1_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children() 1124 ip2_flags |= XFS_ICHGTIME_CHG; in xfs_dir_exchange_children() 1140 xfs_trans_ichgtime(tp, dp1, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_exchange_children() 1273 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_rename_children() [all …]
|
| H A D | xfs_inode_util.h | 45 #define XFS_ICHGTIME_CHG 0x2 /* inode field change timestamp */ macro
|
| H A D | xfs_inode_util.c | 276 int times = XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG | in xfs_inode_init() 651 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG); in xfs_droplink() 680 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG); in xfs_bumplink()
|
| H A D | xfs_trans_inode.c | 66 ASSERT(flags & XFS_ICHGTIME_CHG); in xfs_trans_ichgtime()
|
| H A D | xfs_attr.c | 372 xfs_trans_ichgtime(args->trans, args->dp, XFS_ICHGTIME_CHG); in xfs_attr_try_sf_addname() 1238 xfs_trans_ichgtime(args->trans, dp, XFS_ICHGTIME_CHG); in xfs_attr_set()
|
| /linux/fs/xfs/ |
| H A D | xfs_pnfs.c | 97 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_fs_map_update_inode()
|
| H A D | xfs_exchrange.c | 270 xfs_trans_ichgtime(tp, ip1, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_exchrange_mappings() 272 xfs_trans_ichgtime(tp, ip2, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_exchrange_mappings()
|
| H A D | xfs_qm_syscalls.c | 90 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_qm_scall_trunc_qfile()
|
| H A D | xfs_ioctl.c | 575 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG); in xfs_ioctl_setattr_xflags()
|
| /linux/fs/xfs/scrub/ |
| H A D | orphanage.c | 565 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xrep_adoption_move()
|