Lines Matching defs:mddev
54 struct mddev *mddev = mp_bh->mddev; in multipath_reschedule_retry() local
101 static bool multipath_make_request(struct mddev *mddev, struct bio * bio) in multipath_make_request()
139 static void multipath_status(struct seq_file *seq, struct mddev *mddev) in multipath_status()
155 static int multipath_congested(struct mddev *mddev, int bits) in multipath_congested()
180 static void multipath_error (struct mddev *mddev, struct md_rdev *rdev) in multipath_error()
235 static int multipath_add_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_add_disk()
272 static int multipath_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_remove_disk()
316 struct mddev *mddev = thread->mddev; in multipathd() local
358 static sector_t multipath_size(struct mddev *mddev, sector_t sectors, int raid_disks) in multipath_size()
366 static int multipath_run (struct mddev *mddev) in multipath_run()
460 static void multipath_free(struct mddev *mddev, void *priv) in multipath_free()