Lines Matching defs:mddev
62 struct mddev *mddev = mp_bh->mddev; in multipath_reschedule_retry() local
110 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()
160 struct mddev *mddev = data; in multipath_congested() local
187 static void multipath_error (struct mddev *mddev, struct md_rdev *rdev) in multipath_error()
246 static int multipath_add_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_add_disk()
295 static int multipath_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_remove_disk()
340 struct mddev *mddev = thread->mddev; in multipathd() local
383 static sector_t multipath_size(struct mddev *mddev, sector_t sectors, int raid_disks) in multipath_size()
391 static int multipath_run (struct mddev *mddev) in multipath_run()
515 static int multipath_stop (struct mddev *mddev) in multipath_stop()