Lines Matching defs:target_dp
2846 struct xfs_inode *target_dp,
2857 bool new_parent = (src_dp != target_dp);
2863 trace_xfs_rename(src_dp, target_dp, src_name, target_name);
2875 target_dp, &wip);
2883 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip,
2921 xfs_trans_ijoin(tp, target_dp, XFS_ILOCK_EXCL);
2933 if (unlikely((target_dp->i_diflags & XFS_DIFLAG_PROJINHERIT) &&
2934 target_dp->i_projid != src_ip->i_projid)) {
2942 target_dp, target_name, target_ip,
2952 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres,
2957 xfs_blockgc_free_quota(target_dp, 0);
2980 error = xfs_dir_canenter(tp, target_dp, target_name);
3059 error = xfs_dir_createname(tp, target_dp, target_name,
3064 xfs_trans_ichgtime(tp, target_dp,
3068 xfs_bumplink(tp, target_dp);
3080 error = xfs_dir_replace(tp, target_dp, target_name,
3085 xfs_trans_ichgtime(tp, target_dp,
3115 target_dp->i_ino, spaceres);
3165 xfs_trans_log_inode(tp, target_dp, XFS_ILOG_CORE);