/drivers/md/ |
D | md.h | 49 struct mddev *mddev; /* RAID array if running */ member 258 struct mddev { struct 259 void *private; 260 struct md_personality *pers; 261 dev_t unit; 262 int md_minor; 263 struct list_head disks; 264 unsigned long flags; 265 unsigned long sb_flags; 267 int suspended; [all …]
|
D | md.c | 121 static inline int speed_min(struct mddev *mddev) in speed_min() 127 static inline int speed_max(struct mddev *mddev) in speed_max() 192 struct mddev *mddev) in bio_alloc_mddev() 206 static struct bio *md_bio_alloc_sync(struct mddev *mddev) in md_bio_alloc_sync() 226 void md_new_event(struct mddev *mddev) in md_new_event() 269 static bool is_suspended(struct mddev *mddev, struct bio *bio) in is_suspended() 284 void md_handle_request(struct mddev *mddev, struct bio *bio) in md_handle_request() 318 struct mddev *mddev = q->queuedata; in md_make_request() local 359 void mddev_suspend(struct mddev *mddev) in mddev_suspend() 378 void mddev_resume(struct mddev *mddev) in mddev_resume() [all …]
|
D | md-cluster.c | 32 struct mddev *mddev; /* pointing back to mddev. */ member 73 struct mddev *mddev; /* the md device which md_cluster_info belongs to */ member 155 struct mddev *mddev) in dlm_lock_sync_interruptible() 188 static struct dlm_lock_resource *lockres_init(struct mddev *mddev, in lockres_init() 273 static struct suspend_info *read_resync_info(struct mddev *mddev, struct dlm_lock_resource *lockres) in read_resync_info() 296 struct mddev *mddev = thread->mddev; in recover_bitmaps() local 353 struct mddev *mddev = arg; in recover_prep() local 358 static void __recover_slot(struct mddev *mddev, int slot) in __recover_slot() 376 struct mddev *mddev = arg; in recover_slot() local 392 struct mddev *mddev = arg; in recover_done() local [all …]
|
D | raid0.c | 39 static int raid0_congested(struct mddev *mddev, int bits) in raid0_congested() 57 static void dump_zones(struct mddev *mddev) in dump_zones() 87 static int create_strip_zones(struct mddev *mddev, struct r0conf **private_conf) in create_strip_zones() 328 static struct md_rdev *map_sector(struct mddev *mddev, struct strip_zone *zone, in map_sector() 361 static sector_t raid0_size(struct mddev *mddev, sector_t sectors, int raid_disks) in raid0_size() 378 static int raid0_run(struct mddev *mddev) in raid0_run() 453 static void raid0_free(struct mddev *mddev, void *priv) in raid0_free() 465 static inline int is_io_in_chunk_boundary(struct mddev *mddev, in is_io_in_chunk_boundary() 479 static void raid0_handle_discard(struct mddev *mddev, struct bio *bio) in raid0_handle_discard() 569 static bool raid0_make_request(struct mddev *mddev, struct bio *bio) in raid0_make_request() [all …]
|
D | linear.c | 31 static inline struct dev_info *which_dev(struct mddev *mddev, sector_t sector) in which_dev() 62 static int linear_congested(struct mddev *mddev, int bits) in linear_congested() 79 static sector_t linear_size(struct mddev *mddev, sector_t sectors, int raid_disks) in linear_size() 92 static struct linear_conf *linear_conf(struct mddev *mddev, int raid_disks) in linear_conf() 175 static int linear_run (struct mddev *mddev) in linear_run() 197 static int linear_add(struct mddev *mddev, struct md_rdev *rdev) in linear_add() 241 static void linear_free(struct mddev *mddev, void *priv) in linear_free() 248 static bool linear_make_request(struct mddev *mddev, struct bio *bio) in linear_make_request() 308 static void linear_status (struct seq_file *seq, struct mddev *mddev) in linear_status() 313 static void linear_quiesce(struct mddev *mddev, int state) in linear_quiesce()
|
D | multipath.c | 62 struct mddev *mddev = mp_bh->mddev; in multipath_reschedule_retry() local 109 static bool multipath_make_request(struct mddev *mddev, struct bio * bio) in multipath_make_request() 147 static void multipath_status(struct seq_file *seq, struct mddev *mddev) in multipath_status() 163 static int multipath_congested(struct mddev *mddev, int bits) in multipath_congested() 188 static void multipath_error (struct mddev *mddev, struct md_rdev *rdev) in multipath_error() 243 static int multipath_add_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_add_disk() 282 static int multipath_remove_disk(struct mddev *mddev, struct md_rdev *rdev) in multipath_remove_disk() 326 struct mddev *mddev = thread->mddev; in multipathd() local 368 static sector_t multipath_size(struct mddev *mddev, sector_t sectors, int raid_disks) in multipath_size() 376 static int multipath_run (struct mddev *mddev) in multipath_run() [all …]
|
D | bitmap.c | 148 static int read_sb_page(struct mddev *mddev, loff_t offset, in read_sb_page() 175 static struct md_rdev *next_active_rdev(struct md_rdev *rdev, struct mddev *mddev) in next_active_rdev() 215 struct mddev *mddev = bitmap->mddev; in write_sb_page() local 1225 void bitmap_daemon_work(struct mddev *mddev) in bitmap_daemon_work() 1640 void bitmap_sync_with_cluster(struct mddev *mddev, in bitmap_sync_with_cluster() 1708 void bitmap_flush(struct mddev *mddev) in bitmap_flush() 1768 void bitmap_wait_behind_writes(struct mddev *mddev) in bitmap_wait_behind_writes() 1782 void bitmap_destroy(struct mddev *mddev) in bitmap_destroy() 1807 struct bitmap *bitmap_create(struct mddev *mddev, int slot) in bitmap_create() 1894 int bitmap_load(struct mddev *mddev) in bitmap_load() [all …]
|
D | raid10.c | 306 struct mddev *mddev = r10_bio->mddev; in reschedule_retry() local 860 static int raid10_congested(struct mddev *mddev, int bits) in raid10_congested() 1070 struct mddev *mddev = plug->cb.data; in raid10_unplug() local 1108 static void raid10_read_request(struct mddev *mddev, struct bio *bio, in raid10_read_request() 1225 static void raid10_write_one_disk(struct mddev *mddev, struct r10bio *r10_bio, in raid10_write_one_disk() 1293 static void raid10_write_request(struct mddev *mddev, struct bio *bio, in raid10_write_request() 1503 static void __make_request(struct mddev *mddev, struct bio *bio, int sectors) in __make_request() 1524 static bool raid10_make_request(struct mddev *mddev, struct bio *bio) in raid10_make_request() 1558 static void raid10_status(struct seq_file *seq, struct mddev *mddev) in raid10_status() 1638 static void raid10_error(struct mddev *mddev, struct md_rdev *rdev) in raid10_error() [all …]
|
D | raid1.c | 248 struct mddev *mddev = r1_bio->mddev; in reschedule_retry() local 754 static int raid1_congested(struct mddev *mddev, int bits) in raid1_congested() 1125 struct mddev *mddev = plug->cb.data; in raid1_unplug() local 1146 static void init_r1bio(struct r1bio *r1_bio, struct mddev *mddev, struct bio *bio) in init_r1bio() 1156 alloc_r1bio(struct mddev *mddev, struct bio *bio) in alloc_r1bio() 1168 static void raid1_read_request(struct mddev *mddev, struct bio *bio, in raid1_read_request() 1282 static void raid1_write_request(struct mddev *mddev, struct bio *bio, in raid1_write_request() 1526 static bool raid1_make_request(struct mddev *mddev, struct bio *bio) in raid1_make_request() 1555 static void raid1_status(struct seq_file *seq, struct mddev *mddev) in raid1_status() 1572 static void raid1_error(struct mddev *mddev, struct md_rdev *rdev) in raid1_error() [all …]
|
D | faulty.c | 173 static bool faulty_make_request(struct mddev *mddev, struct bio *bio) in faulty_make_request() 230 static void faulty_status(struct seq_file *seq, struct mddev *mddev) in faulty_status() 263 static int faulty_reshape(struct mddev *mddev) in faulty_reshape() 292 static sector_t faulty_size(struct mddev *mddev, sector_t sectors, int raid_disks) in faulty_size() 303 static int faulty_run(struct mddev *mddev) in faulty_run() 336 static void faulty_free(struct mddev *mddev, void *priv) in faulty_free()
|
D | dm-raid.c | 257 struct mddev *mddev = &rs->md; in rs_config_backup() local 266 struct mddev *mddev = &rs->md; in rs_config_restore() local 681 struct mddev *mddev = &rs->md; in rs_set_rdev_sectors() local 710 struct mddev *mddev = &rs->md; in rs_set_cur() local 723 struct mddev *mddev = &rs->md; in rs_set_new() local 1517 struct mddev *mddev = &rs->md; in rs_set_raid456_stripe_cache() local 1588 struct mddev *mddev = &rs->md; in rs_set_dev_and_array_sectors() local 1704 struct mddev *mddev = &rs->md; in rs_check_takeover() local 1865 struct mddev *mddev = &rs->md; in rs_reshape_requested() local 1995 struct mddev *mddev = &rs->md; in rs_check_reshape() local [all …]
|
D | raid5.c | 2677 static void raid5_error(struct mddev *mddev, struct md_rdev *rdev) in raid5_error() 5089 static int raid5_congested(struct mddev *mddev, int bits) in raid5_congested() 5111 static int in_chunk_boundary(struct mddev *mddev, struct bio *bio) in in_chunk_boundary() 5172 struct mddev *mddev; in raid5_align_endio() local 5198 static int raid5_read_one_chunk(struct mddev *mddev, struct bio *raid_bio) in raid5_read_one_chunk() 5289 static struct bio *chunk_aligned_read(struct mddev *mddev, struct bio *raid_bio) in chunk_aligned_read() 5423 struct mddev *mddev = cb->cb.data; in raid5_unplug() local 5457 static void release_stripe_plug(struct mddev *mddev, in release_stripe_plug() 5485 static void make_discard_request(struct mddev *mddev, struct bio *bi) in make_discard_request() 5572 static bool raid5_make_request(struct mddev *mddev, struct bio * bi) in raid5_make_request() [all …]
|
D | raid5-cache.c | 695 struct mddev *mddev = log->rdev->mddev; in r5c_disable_writeback_async() local 877 struct mddev *mddev = log->rdev->mddev; in r5l_append_flush_payload() local 1333 struct mddev *mddev; in r5l_write_super_and_discard_space() local 1567 struct mddev *mddev = thread->mddev; in r5l_reclaim_thread() local 1594 struct mddev *mddev; in r5l_quiesce() local 1834 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_load_data() local 1856 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_load_parity() local 2024 struct mddev *mddev = log->rdev->mddev; in r5l_recovery_verify_data_checksum_for_mb() local 2098 struct mddev *mddev = log->rdev->mddev; in r5c_recovery_analyze_meta_block() local 2374 struct mddev *mddev = log->rdev->mddev; in r5c_recovery_rewrite_data_only_stripes() local [all …]
|
D | multipath.h | 10 struct mddev *mddev; member 26 struct mddev *mddev; member
|
D | raid1.h | 52 struct mddev *mddev; member 57 struct mddev *mddev; member 149 struct mddev *mddev; member
|
D | raid5-ppl.c | 93 struct mddev *mddev; member 664 struct mddev *mddev = ppl_conf->mddev; in ppl_recover_entry() local 840 struct mddev *mddev = rdev->mddev; in ppl_recover() local 948 struct mddev *mddev = rdev->mddev; in ppl_load_distributed() local 1193 struct mddev *mddev = conf->mddev; in ppl_init_log() local
|
D | raid10.h | 16 struct mddev *mddev; member 108 struct mddev *mddev; member
|
D | bitmap.h | 195 struct mddev *mddev; /* the md device that the bitmap is for */ member
|
D | raid5.h | 560 struct mddev *mddev; member
|