Lines Matching defs:target_ip
1179 * Cleanup involves dropping a link count on @target_ip, and either removing
1201 struct xfs_inode *target_ip = du_tgt->ip;
1212 if (target_ip == NULL) {
1227 if (S_ISDIR(VFS_I(target_ip)->i_mode) &&
1228 (!xfs_dir_isempty(target_ip) ||
1229 (VFS_I(target_ip)->i_nlink > 2)))
1262 if (target_ip == NULL) {
1279 } else { /* target_ip != NULL */
1301 error = xfs_droplink(tp, target_ip);
1309 error = xfs_droplink(tp, target_ip);
1313 } /* target_ip != NULL */
1345 if (src_is_directory && (new_parent || target_ip != NULL)) {
1392 target_name, target_ip);
1405 if (target_ip)
1406 xfs_dir_update_hook(target_dp, target_ip, -1, target_name);