Searched refs:XFS_ICHGTIME_MOD (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2.c | 866 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() 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() 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() 1296 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_rename_children() 1371 xfs_trans_ichgtime(tp, src_dp, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_dir_rename_children()
|
D | xfs_inode_util.h | 44 #define XFS_ICHGTIME_MOD 0x1 /* data fork modification timestamp */ macro
|
D | xfs_trans_inode.c | 67 if (flags & XFS_ICHGTIME_MOD) in xfs_trans_ichgtime()
|
D | xfs_inode_util.c | 274 int times = XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG | in xfs_inode_init()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_pnfs.c | 100 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_fs_map_update_inode()
|
D | xfs_exchrange.c | 267 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()
|
D | xfs_qm_syscalls.c | 90 xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xfs_qm_scall_trunc_qfile()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | orphanage.c | 561 XFS_ICHGTIME_MOD | XFS_ICHGTIME_CHG); in xrep_adoption_move()
|