Lines Matching defs:target
79 struct raid_base_bdev_info *target;
205 /* In the future we may have other types of processes which don't use a target bdev,
207 * a process target. */
208 assert(process->target != NULL);
210 raid_ch->process.target_ch = spdk_bdev_get_io_channel(process->target->desc);
230 if (base_info != process->target) {
281 * Skip missing base bdevs and the process target, which should also be treated as
1092 spdk_json_write_named_string(w, "target", process->target->name);
2108 if (ctx->base_info != process->target &&
2509 SPDK_ERRLOG("Failed to remove target bdev: %s\n", spdk_strerror(-status));
2525 status = _raid_bdev_remove_base_bdev(process->target, raid_bdev_process_finish_target_removed,
2597 uint8_t slot = raid_bdev_base_bdev_slot(process->target);
2620 process->target->is_process_target = false;
2763 process_req->target = process->target;
2946 _raid_bdev_remove_base_bdev(process->target, NULL, NULL);
2972 (process->target->remove_scheduled || !process->target->is_configured ||
3081 struct raid_base_bdev_info *target)
3094 process->target = target;
3124 raid_bdev_start_rebuild(struct raid_base_bdev_info *target)
3130 process = raid_bdev_process_alloc(target->raid_bdev, RAID_PROCESS_REBUILD, target);