Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Dmd.h52 struct mddev *mddev; /* RAID array if running */ member
308 struct mddev { struct
309 void *private;
310 struct md_personality *pers;
311 dev_t unit;
312 int md_minor;
313 struct list_head disks;
314 unsigned long flags;
315 unsigned long sb_flags;
317 int suspended;
[all …]
Dmd.c119 static inline int speed_min(struct mddev *mddev) in speed_min()
125 static inline int speed_max(struct mddev *mddev) in speed_max()
140 static void rdevs_uninit_serial(struct mddev *mddev) in rdevs_uninit_serial()
176 static int rdevs_init_serial(struct mddev *mddev) in rdevs_init_serial()
211 void mddev_create_serial_pool(struct mddev *mddev, struct md_rdev *rdev, in mddev_create_serial_pool()
255 void mddev_destroy_serial_pool(struct mddev *mddev, struct md_rdev *rdev, in mddev_destroy_serial_pool()
378 static bool is_suspended(struct mddev *mddev, struct bio *bio) in is_suspended()
393 void md_handle_request(struct mddev *mddev, struct bio *bio) in md_handle_request()
433 struct mddev *mddev = bio->bi_bdev->bd_disk->private_data; in md_submit_bio() local
468 void mddev_suspend(struct mddev *mddev) in mddev_suspend()
[all …]
Dmd-cluster.c27 struct mddev *mddev; /* pointing back to mddev. */ member
61 struct mddev *mddev; /* the md device which md_cluster_info belongs to */ member
150 struct mddev *mddev) in dlm_lock_sync_interruptible()
183 static struct dlm_lock_resource *lockres_init(struct mddev *mddev, in lockres_init()
268 static int read_resync_info(struct mddev *mddev, in read_resync_info()
288 struct mddev *mddev = thread->mddev; in recover_bitmaps() local
354 struct mddev *mddev = arg; in recover_prep() local
359 static void __recover_slot(struct mddev *mddev, int slot) in __recover_slot()
377 struct mddev *mddev = arg; in recover_slot() local
393 struct mddev *mddev = arg; in recover_done() local
[all …]
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()
308 static struct md_rdev *map_sector(struct mddev *mddev, struct strip_zone *zone, in map_sector()
341 static sector_t raid0_size(struct mddev *mddev, sector_t sectors, int raid_disks) in raid0_size()
356 static void free_conf(struct mddev *mddev, struct r0conf *conf) in free_conf()
363 static void raid0_free(struct mddev *mddev, void *priv) in raid0_free()
371 static int raid0_run(struct mddev *mddev) in raid0_run()
434 static void raid0_handle_discard(struct mddev *mddev, struct bio *bio) in raid0_handle_discard()
514 static bool raid0_make_request(struct mddev *mddev, struct bio *bio) in raid0_make_request()
589 static void raid0_status(struct seq_file *seq, struct mddev *mddev) in raid0_status()
[all …]
Dmd-linear.c24 static inline struct dev_info *which_dev(struct mddev *mddev, sector_t sector) in which_dev()
49 static sector_t linear_size(struct mddev *mddev, sector_t sectors, int raid_disks) in linear_size()
62 static struct linear_conf *linear_conf(struct mddev *mddev, int raid_disks) in linear_conf()
135 static int linear_run (struct mddev *mddev) in linear_run()
157 static int linear_add(struct mddev *mddev, struct md_rdev *rdev) in linear_add()
200 static void linear_free(struct mddev *mddev, void *priv) in linear_free()
207 static bool linear_make_request(struct mddev *mddev, struct bio *bio) in linear_make_request()
268 static void linear_status (struct seq_file *seq, struct mddev *mddev) in linear_status()
273 static void linear_quiesce(struct mddev *mddev, int state) in linear_quiesce()
Dmd-multipath.c54 struct mddev *mddev = mp_bh->mddev; in multipath_reschedule_retry() local
100 static bool multipath_make_request(struct mddev *mddev, struct bio * bio) in multipath_make_request()
134 static void multipath_status(struct seq_file *seq, struct mddev *mddev) in multipath_status()
153 static void multipath_error (struct mddev *mddev, struct md_rdev *rdev) in multipath_error()
206 static int multipath_add_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_add_disk()
243 static int multipath_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_remove_disk()
287 struct mddev *mddev = thread->mddev; in multipathd() local
328 static sector_t multipath_size(struct mddev *mddev, sector_t sectors, int raid_disks) in multipath_size()
336 static int multipath_run (struct mddev *mddev) in multipath_run()
430 static void multipath_free(struct mddev *mddev, void *priv) in multipath_free()
Dmd-bitmap.c149 static int read_sb_page(struct mddev *mddev, loff_t offset, in read_sb_page()
176 static struct md_rdev *next_active_rdev(struct md_rdev *rdev, struct mddev *mddev) in next_active_rdev()
216 struct mddev *mddev = bitmap->mddev; in write_sb_page() local
1226 void md_bitmap_daemon_work(struct mddev *mddev) in md_bitmap_daemon_work()
1640 void md_bitmap_sync_with_cluster(struct mddev *mddev, in md_bitmap_sync_with_cluster()
1708 void md_bitmap_flush(struct mddev *mddev) in md_bitmap_flush()
1770 void md_bitmap_wait_behind_writes(struct mddev *mddev) in md_bitmap_wait_behind_writes()
1784 void md_bitmap_destroy(struct mddev *mddev) in md_bitmap_destroy()
1811 struct bitmap *md_bitmap_create(struct mddev *mddev, int slot) in md_bitmap_create()
1898 int md_bitmap_load(struct mddev *mddev) in md_bitmap_load()
[all …]
Draid1.c84 struct mddev *mddev = rdev->mddev; in wait_for_serialization() local
101 struct mddev *mddev = rdev->mddev; in remove_serial() local
281 struct mddev *mddev = r1_bio->mddev; in reschedule_retry() local
1174 struct mddev *mddev = plug->cb.data; in raid1_unplug() local
1194 static void init_r1bio(struct r1bio *r1_bio, struct mddev *mddev, struct bio *bio) in init_r1bio()
1204 alloc_r1bio(struct mddev *mddev, struct bio *bio) in alloc_r1bio()
1216 static void raid1_read_request(struct mddev *mddev, struct bio *bio, in raid1_read_request()
1337 static void raid1_write_request(struct mddev *mddev, struct bio *bio, in raid1_write_request()
1598 static bool raid1_make_request(struct mddev *mddev, struct bio *bio) in raid1_make_request()
1626 static void raid1_status(struct seq_file *seq, struct mddev *mddev) in raid1_status()
[all …]
Draid10.c301 struct mddev *mddev = r10_bio->mddev; in reschedule_retry() local
1106 struct mddev *mddev = plug->cb.data; in raid10_unplug() local
1149 static bool regular_request_wait(struct mddev *mddev, struct r10conf *conf, in regular_request_wait()
1175 static void raid10_read_request(struct mddev *mddev, struct bio *bio, in raid10_read_request()
1270 static void raid10_write_one_disk(struct mddev *mddev, struct r10bio *r10_bio, in raid10_write_one_disk()
1334 static void wait_blocked_dev(struct mddev *mddev, struct r10bio *r10_bio) in wait_blocked_dev()
1400 static void raid10_write_request(struct mddev *mddev, struct bio *bio, in raid10_write_request()
1563 static void __make_request(struct mddev *mddev, struct bio *bio, int sectors) in __make_request()
1645 static int raid10_handle_discard(struct mddev *mddev, struct bio *bio) in raid10_handle_discard()
1896 static bool raid10_make_request(struct mddev *mddev, struct bio *bio) in raid10_make_request()
[all …]
Dmd-faulty.c164 static bool faulty_make_request(struct mddev *mddev, struct bio *bio) in faulty_make_request()
221 static void faulty_status(struct seq_file *seq, struct mddev *mddev) in faulty_status()
254 static int faulty_reshape(struct mddev *mddev) in faulty_reshape()
283 static sector_t faulty_size(struct mddev *mddev, sector_t sectors, int raid_disks) in faulty_size()
294 static int faulty_run(struct mddev *mddev) in faulty_run()
327 static void faulty_free(struct mddev *mddev, void *priv) in faulty_free()
Draid5.c2742 static struct md_rdev *rdev_mdlock_deref(struct mddev *mddev, in rdev_mdlock_deref()
2955 static void raid5_error(struct mddev *mddev, struct md_rdev *rdev) in raid5_error()
5413 static int in_chunk_boundary(struct mddev *mddev, struct bio *bio) in in_chunk_boundary()
5473 struct mddev *mddev; in raid5_align_endio() local
5502 static int raid5_read_one_chunk(struct mddev *mddev, struct bio *raid_bio) in raid5_read_one_chunk()
5591 static struct bio *chunk_aligned_read(struct mddev *mddev, struct bio *raid_bio) in chunk_aligned_read()
5726 struct mddev *mddev = cb->cb.data; in raid5_unplug() local
5760 static void release_stripe_plug(struct mddev *mddev, in release_stripe_plug()
5788 static void make_discard_request(struct mddev *mddev, struct bio *bi) in make_discard_request()
5879 static bool ahead_of_reshape(struct mddev *mddev, sector_t sector, in ahead_of_reshape()
[all …]
Ddm-raid.c261 struct mddev *mddev = &rs->md; in rs_config_backup() local
270 struct mddev *mddev = &rs->md; in rs_config_restore() local
684 struct mddev *mddev = &rs->md; in rs_set_rdev_sectors() local
712 struct mddev *mddev = &rs->md; in rs_set_cur() local
725 struct mddev *mddev = &rs->md; in rs_set_new() local
1538 struct mddev *mddev = &rs->md; in rs_set_raid456_stripe_cache() local
1628 struct mddev *mddev = &rs->md; in rs_set_dev_and_array_sectors() local
1716 struct mddev *mddev = &rs->md; in rs_check_takeover() local
1886 struct mddev *mddev = &rs->md; in rs_reshape_requested() local
2014 struct mddev *mddev = &rs->md; in rs_check_reshape() local
[all …]
Draid5-cache.c684 struct mddev *mddev = log->rdev->mddev; in r5c_disable_writeback_async() local
863 struct mddev *mddev = log->rdev->mddev; in r5l_append_flush_payload() local
1317 struct mddev *mddev; in r5l_write_super_and_discard_space() local
1551 struct mddev *mddev = thread->mddev; in r5l_reclaim_thread() local
1578 struct mddev *mddev; in r5l_quiesce() local
1808 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_load_data() local
1830 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_load_parity() local
1999 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_verify_data_checksum_for_mb() local
2073 struct mddev *mddev = log->rdev->mddev; in r5c_recovery_analyze_meta_block() local
2349 struct mddev *mddev = log->rdev->mddev; in r5c_recovery_rewrite_data_only_stripes() local
[all …]
Dmd-multipath.h10 struct mddev *mddev; member
26 struct mddev *mddev; member
Draid5-ppl.c88 struct mddev *mddev; member
790 struct mddev *mddev = ppl_conf->mddev; in ppl_recover_entry() local
970 struct mddev *mddev = rdev->mddev; in ppl_recover() local
1078 struct mddev *mddev = rdev->mddev; in ppl_load_distributed() local
1327 struct mddev *mddev = conf->mddev; in ppl_init_log() local
1497 ppl_write_hint_show(struct mddev *mddev, char *buf) in ppl_write_hint_show()
1503 ppl_write_hint_store(struct mddev *mddev, const char *page, size_t len) in ppl_write_hint_store()
Draid1.h64 struct mddev *mddev; member
69 struct mddev *mddev; member
161 struct mddev *mddev; member
Draid10.h29 struct mddev *mddev; member
127 struct mddev *mddev; member
Dmd-autodetect.c128 struct mddev *mddev; in md_setup_drive() local
Dmd-bitmap.h195 struct mddev *mddev; /* the md device that the bitmap is for */ member
Draid5.h578 struct mddev *mddev; member