Home
last modified time | relevance | path

Searched refs:XFS_ICHGTIME_MOD (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c864 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()
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()
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()
1294 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_rename_children()
1369 xfs_trans_ichgtime(tp, src_dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_rename_children()
H A Dxfs_inode_util.h44 #define XFS_ICHGTIME_MOD 0x1 /* data fork modification timestamp */ macro
/linux/fs/xfs/scrub/
H A Dorphanage.c565 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xrep_adoption_move()