Symbol: multipath
drivers/md/dm-mpath.c
1060
static int parse_hw_handler(struct dm_arg_set *as, struct multipath *m)
drivers/md/dm-mpath.c
1111
static int parse_features(struct dm_arg_set *as, struct multipath *m)
drivers/md/dm-mpath.c
1192
struct multipath *m;
drivers/md/dm-mpath.c
1279
static void multipath_wait_for_pg_init_completion(struct multipath *m)
drivers/md/dm-mpath.c
1294
static void flush_multipath_work(struct multipath *m)
drivers/md/dm-mpath.c
1321
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
1334
struct multipath *m = pgpath->pg->m;
drivers/md/dm-mpath.c
1373
struct multipath *m = pgpath->pg->m;
drivers/md/dm-mpath.c
140
static bool mpath_double_check_test_bit(int MPATHF_bit, struct multipath *m)
drivers/md/dm-mpath.c
1421
static int action_dev(struct multipath *m, dev_t dev, action_fn action)
drivers/md/dm-mpath.c
1440
static void bypass_pg(struct multipath *m, struct priority_group *pg,
drivers/md/dm-mpath.c
1463
static int switch_pg_num(struct multipath *m, const char *pgstr)
drivers/md/dm-mpath.c
1499
static int bypass_pg_num(struct multipath *m, const char *pgstr, bool bypassed)
drivers/md/dm-mpath.c
1523
static bool pg_init_limit_reached(struct multipath *m, struct pgpath *pgpath)
drivers/md/dm-mpath.c
1545
struct multipath *m = pg->m;
drivers/md/dm-mpath.c
1665
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
1698
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
1749
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
1758
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
1770
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
1806
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
1963
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
2077
static int probe_active_paths(struct multipath *m)
drivers/md/dm-mpath.c
2136
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
214
static struct multipath *alloc_multipath(struct dm_target *ti)
drivers/md/dm-mpath.c
216
struct multipath *m;
drivers/md/dm-mpath.c
2195
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
2230
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
238
static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m)
drivers/md/dm-mpath.c
260
static void free_multipath(struct multipath *m)
drivers/md/dm-mpath.c
315
static int __pg_init_all_paths(struct multipath *m)
drivers/md/dm-mpath.c
346
static int pg_init_all_paths(struct multipath *m)
drivers/md/dm-mpath.c
358
static void __switch_pg(struct multipath *m, struct priority_group *pg)
drivers/md/dm-mpath.c
376
static struct pgpath *choose_path_in_pg(struct multipath *m,
drivers/md/dm-mpath.c
401
static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes)
drivers/md/dm-mpath.c
485
static bool __must_push_back(struct multipath *m)
drivers/md/dm-mpath.c
490
static bool must_push_back_rq(struct multipath *m)
drivers/md/dm-mpath.c
509
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
593
static void __multipath_queue_bio(struct multipath *m, struct bio *bio)
drivers/md/dm-mpath.c
601
static void multipath_queue_bio(struct multipath *m, struct bio *bio)
drivers/md/dm-mpath.c
610
static struct pgpath *__map_bio(struct multipath *m, struct bio *bio)
drivers/md/dm-mpath.c
62
struct multipath *m; /* Owning multipath instance */
drivers/md/dm-mpath.c
637
static int __multipath_map_bio(struct multipath *m, struct bio *bio,
drivers/md/dm-mpath.c
670
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
677
static void process_queued_io_list(struct multipath *m)
drivers/md/dm-mpath.c
691
struct multipath *m =
drivers/md/dm-mpath.c
692
container_of(work, struct multipath, process_queued_bios);
drivers/md/dm-mpath.c
737
static int queue_if_no_path(struct multipath *m, bool f_queue_if_no_path,
drivers/md/dm-mpath.c
786
struct multipath *m = timer_container_of(m, t, nopath_timer);
drivers/md/dm-mpath.c
797
static void enable_nopath_timeout(struct multipath *m)
drivers/md/dm-mpath.c
812
static void disable_nopath_timeout(struct multipath *m)
drivers/md/dm-mpath.c
823
struct multipath *m =
drivers/md/dm-mpath.c
824
container_of(work, struct multipath, trigger_event);
drivers/md/dm-mpath.c
877
static int setup_scsi_dh(struct block_device *bdev, struct multipath *m,
drivers/md/dm-mpath.c
929
struct multipath *m = ti->private;
drivers/md/dm-mpath.c
988
struct multipath *m)
drivers/nvme/host/core.c
4127
if (!multipath) {
drivers/nvme/host/core.c
4238
} else if (multipath) {
drivers/nvme/host/multipath.c
12
bool multipath = true;
drivers/nvme/host/multipath.c
1446
if (!multipath || !ctrl->subsys ||
drivers/nvme/host/multipath.c
38
module_param_cb(multipath, &multipath_param_ops, &multipath, 0444);
drivers/nvme/host/multipath.c
39
MODULE_PARM_DESC(multipath,
drivers/nvme/host/multipath.c
53
multipath = true;
drivers/nvme/host/multipath.c
749
!multipath)
drivers/nvme/host/nvme.h
1073
extern bool multipath;