Searched defs:r5conf (Results 1 – 1 of 1) sorted by relevance
562 struct r5conf { struct563 struct hlist_head *stripe_hashtbl;565 spinlock_t hash_locks[NR_STRIPE_HASH_LOCKS];566 struct mddev *mddev;567 int chunk_sectors;568 int level, algorithm, rmw_level;569 int max_degraded;570 int raid_disks;571 int max_nr_stripes;572 int min_nr_stripes;[all …]