Lines Matching refs:target_ip
2848 struct xfs_inode *target_ip,
2865 if ((flags & RENAME_EXCHANGE) && !target_ip)
2883 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip,
2923 if (target_ip)
2924 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL);
2942 target_dp, target_name, target_ip,
2974 if (target_ip == NULL) {
2989 if (S_ISDIR(VFS_I(target_ip)->i_mode) &&
2990 (!xfs_dir_isempty(target_ip) ||
2991 (VFS_I(target_ip)->i_nlink > 2))) {
3005 * target_ip is either null or an empty directory.
3009 (inodes[i] == target_ip &&
3010 (VFS_I(target_ip)->i_nlink == 1 || src_is_directory))) {
3053 if (target_ip == NULL) {
3070 } else { /* target_ip != NULL */
3092 error = xfs_droplink(tp, target_ip);
3100 error = xfs_droplink(tp, target_ip);
3104 } /* target_ip != NULL */
3136 if (src_is_directory && (new_parent || target_ip != NULL)) {