Searched refs:r5conf (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | raid5.h | 201 struct r5conf *raid_conf; 430 struct r5conf *conf; 435 struct r5conf { struct 619 extern void md_raid5_kick_device(struct r5conf *conf); 623 extern sector_t raid5_compute_sector(struct r5conf *conf, sector_t r_sector, 627 raid5_get_active_stripe(struct r5conf *conf, sector_t sector, 629 extern int r5l_init_log(struct r5conf *conf, struct md_rdev *rdev); 637 extern bool r5l_log_disk_error(struct r5conf *conf);
|
D | raid5.c | 87 static inline struct hlist_head *stripe_hash(struct r5conf *conf, sector_t sect) in stripe_hash() 98 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock() 104 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) in unlock_device_hash_lock() 110 static inline void lock_all_device_hash_locks_irq(struct r5conf *conf) in lock_all_device_hash_locks_irq() 120 static inline void unlock_all_device_hash_locks_irq(struct r5conf *conf) in unlock_all_device_hash_locks_irq() 237 static void print_raid5_conf (struct r5conf *conf); 248 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread() 289 static void do_release_stripe(struct r5conf *conf, struct stripe_head *sh, in do_release_stripe() 324 static void __release_stripe(struct r5conf *conf, struct stripe_head *sh, in __release_stripe() 338 static void release_inactive_stripe_list(struct r5conf *conf, in release_inactive_stripe_list() [all …]
|
D | raid5-cache.c | 762 struct r5conf *conf = mddev->private; in r5l_reclaim_thread() 807 bool r5l_log_disk_error(struct r5conf *conf) in r5l_log_disk_error() 859 struct r5conf *conf = log->rdev->mddev->private; in r5l_recovery_flush_one_stripe() 953 struct r5conf *conf = log->rdev->mddev->private; in r5l_recovery_flush_one_meta() 1134 int r5l_init_log(struct r5conf *conf, struct md_rdev *rdev) in r5l_init_log()
|
D | dm-raid.c | 1508 struct r5conf *conf = rs->md.private; in raid_status() 1618 struct r5conf *conf = rs->md.private; in raid_io_hints()
|