Lines Matching defs:mddev

238 	struct mddev *mddev = r10_bio->mddev;  in reschedule_retry()  local
596 struct mddev *mddev = q->queuedata; in raid10_mergeable_bvec() local
760 struct mddev *mddev = data; in raid10_congested() local
919 static void make_request(struct mddev *mddev, struct bio * bio) in make_request()
1307 static void status(struct seq_file *seq, struct mddev *mddev) in status()
1355 static void error(struct mddev *mddev, struct md_rdev *rdev) in error()
1425 static int raid10_spare_active(struct mddev *mddev) in raid10_spare_active()
1473 static int raid10_add_disk(struct mddev *mddev, struct md_rdev *rdev) in raid10_add_disk()
1550 static int raid10_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in raid10_remove_disk()
1644 struct mddev *mddev = r10_bio->mddev; in end_sync_request() local
1673 struct mddev *mddev = r10_bio->mddev; in end_sync_write() local
1727 static void sync_request_write(struct mddev *mddev, struct r10bio *r10_bio) in sync_request_write()
1859 struct mddev *mddev = r10_bio->mddev; in fix_recovery_read_error() local
1934 static void recovery_request_write(struct mddev *mddev, struct r10bio *r10_bio) in recovery_request_write()
1973 static void check_decay_read_errors(struct mddev *mddev, struct md_rdev *rdev) in check_decay_read_errors()
2036 static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10bio *r10_bio) in fix_read_error()
2248 struct mddev *mddev = r10_bio->mddev; in narrow_write_error() local
2302 static void handle_read_error(struct mddev *mddev, struct r10bio *r10_bio) in handle_read_error()
2485 static void raid10d(struct mddev *mddev) in raid10d()
2587 static sector_t sync_request(struct mddev *mddev, sector_t sector_nr, in sync_request()
3088 raid10_size(struct mddev *mddev, sector_t sectors, int raid_disks) in raid10_size()
3107 static struct r10conf *setup_conf(struct mddev *mddev) in setup_conf()
3210 static int run(struct mddev *mddev) in run()
3357 static int stop(struct mddev *mddev) in stop()
3374 static void raid10_quiesce(struct mddev *mddev, int state) in raid10_quiesce()
3388 static void *raid10_takeover_raid0(struct mddev *mddev) in raid10_takeover_raid0()
3420 static void *raid10_takeover(struct mddev *mddev) in raid10_takeover()