target_dp        3190 fs/xfs/xfs_inode.c 	struct xfs_inode	*target_dp,
target_dp        3200 fs/xfs/xfs_inode.c 	bool			new_parent = (src_dp != target_dp);
target_dp        3205 fs/xfs/xfs_inode.c 	trace_xfs_rename(src_dp, target_dp, src_name, target_name);
target_dp        3217 fs/xfs/xfs_inode.c 		error = xfs_rename_alloc_whiteout(target_dp, &wip);
target_dp        3225 fs/xfs/xfs_inode.c 	xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip,
target_dp        3260 fs/xfs/xfs_inode.c 		xfs_trans_ijoin(tp, target_dp, XFS_ILOCK_EXCL);
target_dp        3272 fs/xfs/xfs_inode.c 	if (unlikely((target_dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) &&
target_dp        3273 fs/xfs/xfs_inode.c 		     (xfs_get_projid(target_dp) != xfs_get_projid(src_ip)))) {
target_dp        3281 fs/xfs/xfs_inode.c 					target_dp, target_name, target_ip,
target_dp        3294 fs/xfs/xfs_inode.c 			error = xfs_dir_canenter(tp, target_dp, target_name);
target_dp        3343 fs/xfs/xfs_inode.c 		error = xfs_dir_createname(tp, target_dp, target_name,
target_dp        3348 fs/xfs/xfs_inode.c 		xfs_trans_ichgtime(tp, target_dp,
target_dp        3352 fs/xfs/xfs_inode.c 			xfs_bumplink(tp, target_dp);
target_dp        3364 fs/xfs/xfs_inode.c 		error = xfs_dir_replace(tp, target_dp, target_name,
target_dp        3369 fs/xfs/xfs_inode.c 		xfs_trans_ichgtime(tp, target_dp,
target_dp        3399 fs/xfs/xfs_inode.c 					target_dp->i_ino, spaceres);
target_dp        3448 fs/xfs/xfs_inode.c 		xfs_trans_log_inode(tp, target_dp, XFS_ILOG_CORE);
target_dp         426 fs/xfs/xfs_inode.h 			   struct xfs_inode *src_ip, struct xfs_inode *target_dp,
target_dp         822 fs/xfs/xfs_trace.h 	TP_PROTO(struct xfs_inode *src_dp, struct xfs_inode *target_dp,
target_dp         824 fs/xfs/xfs_trace.h 	TP_ARGS(src_dp, target_dp, src_name, target_name),
target_dp         837 fs/xfs/xfs_trace.h 		__entry->target_dp_ino = target_dp->i_ino;