Searched defs:r5conf (Results 1 – 1 of 1) sorted by relevance
569 struct r5conf { struct570 struct hlist_head *stripe_hashtbl;572 spinlock_t hash_locks[NR_STRIPE_HASH_LOCKS];573 struct mddev *mddev;574 int chunk_sectors;575 int level, algorithm, rmw_level;576 int max_degraded;577 int raid_disks;578 int max_nr_stripes;579 int min_nr_stripes;[all …]