Home
last modified time | relevance | path

Searched refs:XFS_ICHGTIME_CHG (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2.c866 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_create_child()
935 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_add_child()
1014 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_remove_child()
1079 dp2_flags = XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children()
1101 ip1_flags |= XFS_ICHGTIME_CHG; in xfs_dir_exchange_children()
1102 ip2_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children()
1125 ip1_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children()
1126 ip2_flags |= XFS_ICHGTIME_CHG; in xfs_dir_exchange_children()
1142 xfs_trans_ichgtime(tp, dp1, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_exchange_children()
1275 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_rename_children()
[all …]
Dxfs_inode_util.h45 #define XFS_ICHGTIME_CHG 0x2 /* inode field change timestamp */ macro
Dxfs_trans_inode.c69 if (flags & XFS_ICHGTIME_CHG) in xfs_trans_ichgtime()
Dxfs_inode_util.c274 int times = XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG | in xfs_inode_init()
659 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG); in xfs_droplink()
688 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG); in xfs_bumplink()
Dxfs_attr.c375 xfs_trans_ichgtime(args->trans, dp, XFS_ICHGTIME_CHG); in xfs_attr_try_sf_addname()
1143 xfs_trans_ichgtime(args->trans, dp, XFS_ICHGTIME_CHG); in xfs_attr_set()
/linux-6.12.1/fs/xfs/
Dxfs_pnfs.c100 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_fs_map_update_inode()
Dxfs_exchrange.c267 xfs_trans_ichgtime(tp, ip1, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_exchrange_mappings()
269 xfs_trans_ichgtime(tp, ip2, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_exchrange_mappings()
Dxfs_qm_syscalls.c90 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_qm_scall_trunc_qfile()
Dxfs_ioctl.c527 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG); in xfs_ioctl_setattr_xflags()
/linux-6.12.1/fs/xfs/scrub/
Dorphanage.c561 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xrep_adoption_move()