Lines Matching refs:path_list
56 struct switch_path path_list[0]; member
212 &sctx->path_list[sctx->nr_paths].dmdev); in parse_path()
220 dm_put_device(ti, sctx->path_list[sctx->nr_paths].dmdev); in parse_path()
224 sctx->path_list[sctx->nr_paths].start = start; in parse_path()
239 dm_put_device(ti, sctx->path_list[sctx->nr_paths].dmdev); in switch_dtr()
326 bio_set_dev(bio, sctx->path_list[path_nr].dmdev->bdev); in switch_map()
327 bio->bi_iter.bi_sector = sctx->path_list[path_nr].start + offset; in switch_map()
505 DMEMIT(" %s %llu", sctx->path_list[path_nr].dmdev->name, in switch_status()
506 (unsigned long long)sctx->path_list[path_nr].start); in switch_status()
523 *bdev = sctx->path_list[path_nr].dmdev->bdev; in switch_prepare_ioctl()
528 if (ti->len + sctx->path_list[path_nr].start != in switch_prepare_ioctl()
542 r = fn(ti, sctx->path_list[path_nr].dmdev, in switch_iterate_devices()
543 sctx->path_list[path_nr].start, ti->len, data); in switch_iterate_devices()