Home
last modified time | relevance | path

Searched defs:max_degraded (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid5.h577 int max_degraded; member
H A Draid5.c7761 static int only_parity(int raid_disk, int algo, int raid_disks, int max_degraded) in only_parity()
7854 int max_degraded = (mddev->level == 6 ? 2 : 1); in raid5_run() local