Lines Matching defs:mddev
61 struct mddev *mddev = mp_bh->mddev; in multipath_reschedule_retry() local
108 static void multipath_make_request(struct mddev *mddev, struct bio * bio) in multipath_make_request()
144 static void multipath_status (struct seq_file *seq, struct mddev *mddev) in multipath_status()
158 static int multipath_congested(struct mddev *mddev, int bits) in multipath_congested()
183 static void multipath_error (struct mddev *mddev, struct md_rdev *rdev) in multipath_error()
241 static int multipath_add_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_add_disk()
280 static int multipath_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_remove_disk()
323 struct mddev *mddev = thread->mddev; in multipathd() local
367 static sector_t multipath_size(struct mddev *mddev, sector_t sectors, int raid_disks) in multipath_size()
375 static int multipath_run (struct mddev *mddev) in multipath_run()
485 static void multipath_free(struct mddev *mddev, void *priv) in multipath_free()