Lines Matching defs:target_ip
3150 struct xfs_inode *target_ip,
3166 if ((flags & RENAME_EXCHANGE) && !target_ip)
3183 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip,
3220 if (target_ip)
3221 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL);
3239 target_dp, target_name, target_ip,
3246 if (target_ip == NULL) {
3261 if (S_ISDIR(VFS_I(target_ip)->i_mode) &&
3262 (!xfs_dir_isempty(target_ip) ||
3263 (VFS_I(target_ip)->i_nlink > 2))) {
3277 * target_ip is either null or an empty directory.
3281 (inodes[i] == target_ip &&
3282 (VFS_I(target_ip)->i_nlink == 1 || src_is_directory))) {
3318 if (target_ip == NULL) {
3335 } else { /* target_ip != NULL */
3357 error = xfs_droplink(tp, target_ip);
3365 error = xfs_droplink(tp, target_ip);
3369 } /* target_ip != NULL */
3401 if (src_is_directory && (new_parent || target_ip != NULL)) {