Searched defs:r5conf (Results 1 – 1 of 1) sorted by relevance
574 struct r5conf { struct575 struct hlist_head *stripe_hashtbl;577 spinlock_t hash_locks[NR_STRIPE_HASH_LOCKS];578 struct mddev *mddev;579 int chunk_sectors;580 int level, algorithm, rmw_level;581 int max_degraded;582 int raid_disks;583 int max_nr_stripes;584 int min_nr_stripes;[all …]