multipaths         37 drivers/md/md-multipath.c 		struct md_rdev *rdev = rcu_dereference(conf->multipaths[i].rdev);
multipaths         82 drivers/md/md-multipath.c 	struct md_rdev *rdev = conf->multipaths[mp_bh->path].rdev;
multipaths        122 drivers/md/md-multipath.c 	multipath = conf->multipaths + mp_bh->path;
multipaths        147 drivers/md/md-multipath.c 		struct md_rdev *rdev = rcu_dereference(conf->multipaths[i].rdev);
multipaths        161 drivers/md/md-multipath.c 		struct md_rdev *rdev = rcu_dereference(conf->multipaths[i].rdev);
multipaths        226 drivers/md/md-multipath.c 		tmp = conf->multipaths + i;
multipaths        249 drivers/md/md-multipath.c 		if ((p=conf->multipaths+path)->rdev == NULL) {
multipaths        276 drivers/md/md-multipath.c 	struct multipath_info *p = conf->multipaths + number;
multipaths        346 drivers/md/md-multipath.c 				conf->multipaths[mp_bh->path].rdev->data_offset;
multipaths        347 drivers/md/md-multipath.c 			bio_set_dev(bio, conf->multipaths[mp_bh->path].rdev->bdev);
multipaths        393 drivers/md/md-multipath.c 	conf->multipaths = kcalloc(mddev->raid_disks,
multipaths        396 drivers/md/md-multipath.c 	if (!conf->multipaths)
multipaths        406 drivers/md/md-multipath.c 		disk = conf->multipaths + disk_idx;
multipaths        452 drivers/md/md-multipath.c 	kfree(conf->multipaths);
multipaths        464 drivers/md/md-multipath.c 	kfree(conf->multipaths);
multipaths         11 drivers/md/md-multipath.h 	struct multipath_info	*multipaths;