Lines Matching defs:mddev
1839 static void error(struct mddev *mddev, struct md_rdev *rdev) in error()
3625 int md_raid5_congested(struct mddev *mddev, int bits) in md_raid5_congested()
3646 struct mddev *mddev = data; in raid5_congested() local
3659 struct mddev *mddev = q->queuedata; in raid5_mergeable_bvec() local
3679 static int in_chunk_boundary(struct mddev *mddev, struct bio *bio) in in_chunk_boundary()
3742 struct mddev *mddev; in raid5_align_endio() local
3789 static int chunk_aligned_read(struct mddev *mddev, struct bio * raid_bio) in chunk_aligned_read()
3921 static void make_request(struct mddev *mddev, struct bio * bi) in make_request()
4081 static sector_t reshape_request(struct mddev *mddev, sector_t sector_nr, int *skipped) in reshape_request()
4299 static inline sector_t sync_request(struct mddev *mddev, sector_t sector_nr, int *skipped, int go_f… in sync_request()
4456 static void raid5d(struct mddev *mddev) in raid5d()
4523 raid5_show_stripe_cache_size(struct mddev *mddev, char *page) in raid5_show_stripe_cache_size()
4533 raid5_set_cache_size(struct mddev *mddev, int size) in raid5_set_cache_size()
4559 raid5_store_stripe_cache_size(struct mddev *mddev, const char *page, size_t len) in raid5_store_stripe_cache_size()
4584 raid5_show_preread_threshold(struct mddev *mddev, char *page) in raid5_show_preread_threshold()
4594 raid5_store_preread_threshold(struct mddev *mddev, const char *page, size_t len) in raid5_store_preread_threshold()
4618 stripe_cache_active_show(struct mddev *mddev, char *page) in stripe_cache_active_show()
4642 raid5_size(struct mddev *mddev, sector_t sectors, int raid_disks) in raid5_size()
4769 static struct r5conf *setup_conf(struct mddev *mddev) in setup_conf()
4943 static int run(struct mddev *mddev) in run()
5196 static int stop(struct mddev *mddev) in stop()
5209 static void status(struct seq_file *seq, struct mddev *mddev) in status()
5248 static int raid5_spare_active(struct mddev *mddev) in raid5_spare_active()
5291 static int raid5_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in raid5_remove_disk()
5353 static int raid5_add_disk(struct mddev *mddev, struct md_rdev *rdev) in raid5_add_disk()
5408 static int raid5_resize(struct mddev *mddev, sector_t sectors) in raid5_resize()
5435 static int check_stripe_cache(struct mddev *mddev) in check_stripe_cache()
5459 static int check_reshape(struct mddev *mddev) in check_reshape()
5491 static int raid5_start_reshape(struct mddev *mddev) in raid5_start_reshape()
5634 static void raid5_finish_reshape(struct mddev *mddev) in raid5_finish_reshape()
5667 static void raid5_quiesce(struct mddev *mddev, int state) in raid5_quiesce()
5703 static void *raid45_takeover_raid0(struct mddev *mddev, int level) in raid45_takeover_raid0()
5730 static void *raid5_takeover_raid1(struct mddev *mddev) in raid5_takeover_raid1()
5757 static void *raid5_takeover_raid6(struct mddev *mddev) in raid5_takeover_raid6()
5791 static int raid5_check_reshape(struct mddev *mddev) in raid5_check_reshape()
5831 static int raid6_check_reshape(struct mddev *mddev) in raid6_check_reshape()
5851 static void *raid5_takeover(struct mddev *mddev) in raid5_takeover()
5874 static void *raid4_takeover(struct mddev *mddev) in raid4_takeover()
5893 static void *raid6_takeover(struct mddev *mddev) in raid6_takeover()