Searched refs:XFS_ICHGTIME_MOD (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 865 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_create_child() 934 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_add_child() 1013 xfs_trans_ichgtime(tp, dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_remove_child() 1078 dp2_flags = XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children() 1101 ip2_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children() 1124 ip1_flags |= XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG; in xfs_dir_exchange_children() 1141 xfs_trans_ichgtime(tp, dp1, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_exchange_children() 1274 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_rename_children() 1295 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_rename_children() 1370 xfs_trans_ichgtime(tp, src_dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CH in xfs_dir_rename_children() [all...] |
| H A D | xfs_inode_util.h | 44 #define XFS_ICHGTIME_MOD 0x1 /* data fork modification timestamp */ macro
|
| H A D | xfs_inode_util.c | 276 int times = XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG | in xfs_inode_init()
|
| /linux/fs/xfs/ |
| 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()
|