Searched refs:min_bad (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Draid1.c2773 int min_bad = 0; /* number of sectors that are bad in all devices */ local
2881 if (min_bad == 0 ||
2882 min_bad > bad_sectors)
2883 min_bad = bad_sectors;
2923 if (read_targets == 0 && min_bad > 0) {
2932 min_bad, 0
2949 return min_bad;
2952 if (min_bad > 0 && min_bad < good_sectors) {
2955 good_sectors = min_bad;
[all...]

Completed in 110 milliseconds