Searched defs:mddev (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/ |
| H A D | md.c | 137 static int speed_min(struct mddev *mddev) in speed_min() 143 static int speed_max(struct mddev *mddev) in speed_max() 149 static int sync_io_depth(struct mddev *mddev) in sync_io_depth() 164 static void rdevs_uninit_serial(struct mddev *mddev) in rdevs_uninit_serial() 200 static int rdevs_init_serial(struct mddev *mddev) in rdevs_init_serial() 235 void mddev_create_serial_pool(struct mddev *mddev, struct md_rdev *rdev) in mddev_create_serial_pool() 271 void mddev_destroy_serial_pool(struct mddev *mddev, struct md_rdev *rdev) in mddev_destroy_serial_pool() 370 static bool is_md_suspended(struct mddev *mddev) in is_md_suspended() 381 static bool is_suspended(struct mddev *mddev, struct bio *bio) in is_suspended() 396 bool md_handle_request(struct mddev *mddev, struct bio *bio) in md_handle_request() [all …]
|
| H A D | raid5.c | 2907 static void raid5_error(struct mddev *mddev, struct md_rdev *rdev) in raid5_error() 4100 struct mddev *mddev = conf->mddev; in handle_stripe_dirtying() local 5332 static int in_chunk_boundary(struct mddev *mddev, struct bio *bio) in in_chunk_boundary() 5392 struct mddev *mddev = rdev->mddev; in raid5_align_endio() local 5412 static int raid5_read_one_chunk(struct mddev *mddev, struct bio *raid_bio) in raid5_read_one_chunk() 5488 static struct bio *chunk_aligned_read(struct mddev *mddev, struct bio *raid_bio) in chunk_aligned_read() 5623 struct mddev *mddev = cb->cb.data; in raid5_unplug() local 5657 static void release_stripe_plug(struct mddev *mddev, in release_stripe_plug() 5685 static void make_discard_request(struct mddev *mddev, struct bio *bi) in make_discard_request() 5768 static bool ahead_of_reshape(struct mddev *mddev, sector_t sector, in ahead_of_reshape() [all …]
|
| H A D | dm-raid.c | 263 struct mddev *mddev = &rs->md; in rs_config_backup() local 272 struct mddev *mddev = &rs->md; in rs_config_restore() local 686 struct mddev *mddev = &rs->md; in rs_set_rdev_sectors() local 714 struct mddev *mddev = &rs->md; in rs_set_cur() local 727 struct mddev *mddev = &rs->md; in rs_set_new() local 1541 struct mddev *mddev = &rs->md; in rs_set_raid456_stripe_cache() local 1648 struct mddev *mddev = &rs->md; in rs_set_dev_and_array_sectors() local 1745 struct mddev *mddev = &rs->md; in rs_check_takeover() local 1915 struct mddev *mddev = &rs->md; in rs_reshape_requested() local 2043 struct mddev *mddev = &rs->md; in rs_check_reshape() local [all …]
|
| H A D | raid5-ppl.c | 88 struct mddev *mddev; member 788 struct mddev *mddev = ppl_conf->mddev; in ppl_recover_entry() local 964 struct mddev *mddev = rdev->mddev; in ppl_recover() local 1072 struct mddev *mddev = rdev->mddev; in ppl_load_distributed() local 1318 struct mddev *mddev = conf->mddev; in ppl_init_log() local 1487 ppl_write_hint_show(struct mddev *mddev, char *buf) in ppl_write_hint_show() 1493 ppl_write_hint_store(struct mddev *mddev, const char *page, size_t len) in ppl_write_hint_store()
|