• Home
  • Raw
  • Download

Lines Matching defs:mddev

273 	struct mddev *mddev = r10_bio->mddev;  in reschedule_retry()  local
1065 struct mddev *mddev = plug->cb.data; in raid10_unplug() local
1110 static void regular_request_wait(struct mddev *mddev, struct r10conf *conf, in regular_request_wait()
1127 static void raid10_read_request(struct mddev *mddev, struct bio *bio, in raid10_read_request()
1221 static void raid10_write_one_disk(struct mddev *mddev, struct r10bio *r10_bio, in raid10_write_one_disk()
1289 static void raid10_write_request(struct mddev *mddev, struct bio *bio, in raid10_write_request()
1499 static void __make_request(struct mddev *mddev, struct bio *bio, int sectors) in __make_request()
1521 static bool raid10_make_request(struct mddev *mddev, struct bio *bio) in raid10_make_request()
1554 static void raid10_status(struct seq_file *seq, struct mddev *mddev) in raid10_status()
1634 static void raid10_error(struct mddev *mddev, struct md_rdev *rdev) in raid10_error()
1706 static int raid10_spare_active(struct mddev *mddev) in raid10_spare_active()
1754 static int raid10_add_disk(struct mddev *mddev, struct md_rdev *rdev) in raid10_add_disk()
1822 static int raid10_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in raid10_remove_disk()
1931 struct mddev *mddev = r10_bio->mddev; in end_sync_request() local
1959 struct mddev *mddev = r10_bio->mddev; in end_sync_write() local
2011 static void sync_request_write(struct mddev *mddev, struct r10bio *r10_bio) in sync_request_write()
2153 struct mddev *mddev = r10_bio->mddev; in fix_recovery_read_error() local
2227 static void recovery_request_write(struct mddev *mddev, struct r10bio *r10_bio) in recovery_request_write()
2274 static void check_decay_read_errors(struct mddev *mddev, struct md_rdev *rdev) in check_decay_read_errors()
2336 static void fix_read_error(struct r10conf *conf, struct mddev *mddev, struct r10bio *r10_bio) in fix_read_error()
2524 struct mddev *mddev = r10_bio->mddev; in narrow_write_error() local
2582 static void handle_read_error(struct mddev *mddev, struct r10bio *r10_bio) in handle_read_error()
2719 struct mddev *mddev = thread->mddev; in raid10d() local
2907 static sector_t raid10_sync_request(struct mddev *mddev, sector_t sector_nr, in raid10_sync_request()
3527 raid10_size(struct mddev *mddev, sector_t sectors, int raid_disks) in raid10_size()
3577 static int setup_geo(struct geom *geo, struct mddev *mddev, enum geo_type new) in setup_geo()
3647 static struct r10conf *setup_conf(struct mddev *mddev) in setup_conf()
3743 static int raid10_run(struct mddev *mddev) in raid10_run()
3941 static void raid10_free(struct mddev *mddev, void *priv) in raid10_free()
3946 static void raid10_quiesce(struct mddev *mddev, int quiesce) in raid10_quiesce()
3956 static int raid10_resize(struct mddev *mddev, sector_t sectors) in raid10_resize()
4001 static void *raid10_takeover_raid0(struct mddev *mddev, sector_t size, int devs) in raid10_takeover_raid0()
4037 static void *raid10_takeover(struct mddev *mddev) in raid10_takeover()
4059 static int raid10_check_reshape(struct mddev *mddev) in raid10_check_reshape()
4166 static int raid10_start_reshape(struct mddev *mddev) in raid10_start_reshape()
4384 static sector_t reshape_request(struct mddev *mddev, sector_t sector_nr, in reshape_request()
4669 static void reshape_request_write(struct mddev *mddev, struct r10bio *r10_bio) in reshape_request_write()
4734 static void raid10_update_reshape_pos(struct mddev *mddev) in raid10_update_reshape_pos()
4747 static int handle_reshape_read_error(struct mddev *mddev, in handle_reshape_read_error()
4825 struct mddev *mddev = r10_bio->mddev; in end_reshape_write() local
4858 static void raid10_finish_reshape(struct mddev *mddev) in raid10_finish_reshape()