Home
last modified time | relevance | path

Searched defs:mddev (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/md/
H A Dmd.h108 struct mddev *mddev; /* RAID array if running */ member
363 struct mddev { struct
364 void *private;
365 struct md_personality *pers;
366 dev_t unit;
367 int md_minor;
368 struct list_head disks;
369 unsigned long flags;
370 unsigned long sb_flags;
372 int suspended;
[all …]
H A Dmd.c134 static inline int speed_min(struct mddev *mddev) in speed_min()
140 static inline int speed_max(struct mddev *mddev) in speed_max()
155 static void rdevs_uninit_serial(struct mddev *mddev) in rdevs_uninit_serial()
191 static int rdevs_init_serial(struct mddev *mddev) in rdevs_init_serial()
226 void mddev_create_serial_pool(struct mddev *mddev, struct md_rdev *rdev) in mddev_create_serial_pool()
262 void mddev_destroy_serial_pool(struct mddev *mddev, struct md_rdev *rdev) in mddev_destroy_serial_pool()
352 static bool is_md_suspended(struct mddev *mddev) in is_md_suspended()
363 static bool is_suspended(struct mddev *mddev, struct bio *bio) in is_suspended()
378 bool md_handle_request(struct mddev *mddev, struct bio *bio) in md_handle_request()
415 struct mddev *mddev = bio->bi_bdev->bd_disk->private_data; in md_submit_bio() local
[all …]
H A Dmd-cluster.c28 struct mddev *mddev; /* pointing back to mddev. */ member
63 struct mddev *mddev; /* the md device which md_cluster_info belongs to */ member
159 struct mddev *mddev) in dlm_lock_sync_interruptible()
192 static struct dlm_lock_resource *lockres_init(struct mddev *mddev, in lockres_init()
277 static int read_resync_info(struct mddev *mddev, in read_resync_info()
297 struct mddev *mddev = thread->mddev; in recover_bitmaps() local
363 struct mddev *mddev = arg; in recover_prep() local
368 static void __recover_slot(struct mddev *mddev, int slot) in __recover_slot()
386 struct mddev *mddev = arg; in recover_slot() local
402 struct mddev *mddev = arg; in recover_done() local
[all …]
H A Draid0.c35 static void dump_zones(struct mddev *mddev) in dump_zones()
63 static int create_strip_zones(struct mddev *mddev, struct r0conf **private_conf) in create_strip_zones()
320 static struct md_rdev *map_sector(struct mddev *mddev, struct strip_zone *zone, in map_sector()
353 static sector_t raid0_size(struct mddev *mddev, sector_t sectors, int raid_disks) in raid0_size()
368 static void raid0_free(struct mddev *mddev, void *priv) in raid0_free()
377 static int raid0_set_limits(struct mddev *mddev) in raid0_set_limits()
395 static int raid0_run(struct mddev *mddev) in raid0_run()
447 static void raid0_handle_discard(struct mddev *mddev, struct bio *bio) in raid0_handle_discard()
547 static void raid0_map_submit_bio(struct mddev *mddev, struct bio *bio) in raid0_map_submit_bio()
585 static bool raid0_make_request(struct mddev *mddev, struct bio *bio) in raid0_make_request()
[all …]
H A Dmd-bitmap.c164 struct mddev *mddev; /* the md device that the bitmap is for */ member
229 static bool bitmap_enabled(struct mddev *mddev) in bitmap_enabled()
343 static int read_sb_page(struct mddev *mddev, loff_t offset, in read_sb_page()
365 static struct md_rdev *next_active_rdev(struct md_rdev *rdev, struct mddev *mddev) in next_active_rdev()
427 struct mddev *mddev = bitmap->mddev; in __write_sb_page() local
482 struct mddev *mddev = bitmap->mddev; in write_sb_page() local
1290 static void bitmap_unplug(struct mddev *mddev, bool sync) in bitmap_unplug()
1319 struct mddev *mddev = bitmap->mddev; in md_bitmap_init_from_disk() local
1439 static void bitmap_write_all(struct mddev *mddev) in bitmap_write_all()
1479 static void mddev_set_timeout(struct mddev *mddev, unsigned long timeout, in mddev_set_timeout()
[all …]
H A Draid1.c82 struct mddev *mddev = rdev->mddev; in wait_for_serialization() local
99 struct mddev *mddev = rdev->mddev; in remove_serial() local
279 struct mddev *mddev = r1_bio->mddev; in reschedule_retry() local
414 struct mddev *mddev = r1_bio->mddev; in close_write() local
1274 struct mddev *mddev = plug->cb.data; in raid1_unplug() local
1294 static void init_r1bio(struct r1bio *r1_bio, struct mddev *mddev, struct bio *bio) in init_r1bio()
1304 alloc_r1bio(struct mddev *mddev, struct bio *bio) in alloc_r1bio()
1316 static void raid1_read_request(struct mddev *mddev, struct bio *bio, in raid1_read_request()
1415 static void raid1_write_request(struct mddev *mddev, struct bio *bio, in raid1_write_request()
1665 static bool raid1_make_request(struct mddev *mddev, struct bio *bio) in raid1_make_request()
[all …]
H A Draid10.c300 struct mddev *mddev = r10_bio->mddev; in reschedule_retry() local
429 struct mddev *mddev = r10_bio->mddev; in close_write() local
1088 struct mddev *mddev = plug->cb.data; in raid10_unplug() local
1123 static bool regular_request_wait(struct mddev *mddev, struct r10conf *conf, in regular_request_wait()
1149 static void raid10_read_request(struct mddev *mddev, struct bio *bio, in raid10_read_request()
1241 static void raid10_write_one_disk(struct mddev *mddev, struct r10bio *r10_bio, in raid10_write_one_disk()
1286 static void wait_blocked_dev(struct mddev *mddev, struct r10bio *r10_bio) in wait_blocked_dev()
1346 static void raid10_write_request(struct mddev *mddev, struct bio *bio, in raid10_write_request()
1508 static void __make_request(struct mddev *mddev, struct bio *bio, int sectors) in __make_request()
1581 static int raid10_handle_discard(struct mddev *mddev, struct bio *bio) in raid10_handle_discard()
[all …]
H A Draid5.c2919 static void raid5_error(struct mddev *mddev, struct md_rdev *rdev) in raid5_error()
5366 static int in_chunk_boundary(struct mddev *mddev, struct bio *bio) in in_chunk_boundary()
5426 struct mddev *mddev = rdev->mddev; in raid5_align_endio() local
5446 static int raid5_read_one_chunk(struct mddev *mddev, struct bio *raid_bio) in raid5_read_one_chunk()
5522 static struct bio *chunk_aligned_read(struct mddev *mddev, struct bio *raid_bio) in chunk_aligned_read()
5657 struct mddev *mddev = cb->cb.data; in raid5_unplug() local
5691 static void release_stripe_plug(struct mddev *mddev, in release_stripe_plug()
5719 static void make_discard_request(struct mddev *mddev, struct bio *bi) in make_discard_request()
5806 static bool ahead_of_reshape(struct mddev *mddev, sector_t sector, in ahead_of_reshape()
5813 static bool range_ahead_of_reshape(struct mddev *mddev, sector_t min, in range_ahead_of_reshape()
[all …]
H A Draid1-10.c133 static inline bool raid1_add_bio_to_plug(struct mddev *mddev, struct bio *bio, in raid1_add_bio_to_plug()
169 static inline void raid1_prepare_flush_writes(struct mddev *mddev) in raid1_prepare_flush_writes()
179 static inline void check_decay_read_errors(struct mddev *mddev, struct md_rdev *rdev) in check_decay_read_errors()
209 static inline bool exceed_read_errors(struct mddev *mddev, struct md_rdev *rdev) in exceed_read_errors()
283 static inline bool raid1_should_read_first(struct mddev *mddev, in raid1_should_read_first()
H A Draid5-cache.c687 struct mddev *mddev = log->rdev->mddev; in r5c_disable_writeback_async() local
865 struct mddev *mddev = log->rdev->mddev; in r5l_append_flush_payload() local
1318 struct mddev *mddev; in r5l_write_super_and_discard_space() local
1552 struct mddev *mddev = thread->mddev; in r5l_reclaim_thread() local
1580 struct mddev *mddev = log->rdev->mddev; in r5l_quiesce() local
1811 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_load_data() local
1833 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_load_parity() local
1996 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_verify_data_checksum_for_mb() local
2070 struct mddev *mddev = log->rdev->mddev; in r5c_recovery_analyze_meta_block() local
2346 struct mddev *mddev = log->rdev->mddev; in r5c_recovery_rewrite_data_only_stripes() local
[all …]
H A Draid5-ppl.c88 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()
H A Draid1.h64 struct mddev *mddev; member
69 struct mddev *mddev; member
161 struct mddev *mddev; member
H A Draid10.h29 struct mddev *mddev; member
126 struct mddev *mddev; member
H A Dmd-autodetect.c124 struct mddev *mddev; in md_setup_drive() local
H A Draid5.h578 struct mddev *mddev; member