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() 369 static bool is_md_suspended(struct mddev *mddev) in is_md_suspended() 380 static bool is_suspended(struct mddev *mddev, struct bio *bio) in is_suspended() 395 bool md_handle_request(struct mddev *mddev, struct bio *bio) in md_handle_request() [all …]
|
| H A D | raid1.c | 84 struct mddev *mddev = rdev->mddev; in wait_for_serialization() local 101 struct mddev *mddev = rdev->mddev; in remove_serial() local 280 struct mddev *mddev = r1_bio->mddev; in reschedule_retry() local 417 struct mddev *mddev = r1_bio->mddev; in close_write() local 1272 struct mddev *mddev = plug->cb.data; in raid1_unplug() local 1292 static void init_r1bio(struct r1bio *r1_bio, struct mddev *mddev, struct bio *bio) in init_r1bio() 1302 alloc_r1bio(struct mddev *mddev, struct bio *bio) in alloc_r1bio() 1313 static void raid1_read_request(struct mddev *mddev, struct bio *bio, in raid1_read_request() 1417 static bool wait_blocked_rdev(struct mddev *mddev, struct bio *bio) in wait_blocked_rdev() 1451 static void raid1_start_write_behind(struct mddev *mddev, struct r1bio *r1_bio, in raid1_start_write_behind() [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()
|