• Home
  • Raw
  • Download

Lines Matching defs:mddev

276 	struct mddev *mddev = r10_bio->mddev;  in reschedule_retry()  local
692 struct mddev *mddev = q->queuedata; in raid10_mergeable_bvec() local
916 int md_raid10_congested(struct mddev *mddev, int bits) in md_raid10_congested()
944 struct mddev *mddev = data; in raid10_congested() local
1123 struct mddev *mddev = plug->cb.data; in raid10_unplug() local
1157 static void make_request(struct mddev *mddev, struct bio * bio) in make_request()
1606 static void status(struct seq_file *seq, struct mddev *mddev) in status()
1662 static void error(struct mddev *mddev, struct md_rdev *rdev) in error()
1732 static int raid10_spare_active(struct mddev *mddev) in raid10_spare_active()
1780 static int raid10_add_disk(struct mddev *mddev, struct md_rdev *rdev) in raid10_add_disk()
1862 static int raid10_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in raid10_remove_disk()
1961 struct mddev *mddev = r10_bio->mddev; in end_sync_request() local
1990 struct mddev *mddev = r10_bio->mddev; in end_sync_write() local
2042 static void sync_request_write(struct mddev *mddev, struct r10bio *r10_bio) in sync_request_write()
2171 struct mddev *mddev = r10_bio->mddev; in fix_recovery_read_error() local
2246 static void recovery_request_write(struct mddev *mddev, struct r10bio *r10_bio) in recovery_request_write()
2285 static void check_decay_read_errors(struct mddev *mddev, struct md_rdev *rdev) in check_decay_read_errors()
2348 static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10bio *r10_bio) in fix_read_error()
2547 struct mddev *mddev = r10_bio->mddev; in narrow_write_error() local
2601 static void handle_read_error(struct mddev *mddev, struct r10bio *r10_bio) in handle_read_error()
2785 struct mddev *mddev = thread->mddev; in raid10d() local
2888 static sector_t sync_request(struct mddev *mddev, sector_t sector_nr, in sync_request()
3415 raid10_size(struct mddev *mddev, sector_t sectors, int raid_disks) in raid10_size()
3465 static int setup_geo(struct geom *geo, struct mddev *mddev, enum geo_type new) in setup_geo()
3506 static struct r10conf *setup_conf(struct mddev *mddev) in setup_conf()
3594 static int run(struct mddev *mddev) in run()
3797 static int stop(struct mddev *mddev) in stop()
3818 static void raid10_quiesce(struct mddev *mddev, int state) in raid10_quiesce()
3832 static int raid10_resize(struct mddev *mddev, sector_t sectors) in raid10_resize()
3879 static void *raid10_takeover_raid0(struct mddev *mddev) in raid10_takeover_raid0()
3911 static void *raid10_takeover(struct mddev *mddev) in raid10_takeover()
3932 static int raid10_check_reshape(struct mddev *mddev) in raid10_check_reshape()
4040 static int raid10_start_reshape(struct mddev *mddev) in raid10_start_reshape()
4221 static sector_t reshape_request(struct mddev *mddev, sector_t sector_nr, in reshape_request()
4479 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio) in reshape_request_write()
4548 static int handle_reshape_read_error(struct mddev *mddev, in handle_reshape_read_error()
4614 struct mddev *mddev = r10_bio->mddev; in end_reshape_write() local
4647 static void raid10_finish_reshape(struct mddev *mddev) in raid10_finish_reshape()