Home
last modified time | relevance | path

Searched refs:still_degraded (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid1.c2650 int still_degraded = 0; in raid1_sync_request() local
2745 still_degraded = 1; in raid1_sync_request()
2871 &sync_blocks, still_degraded) && in raid1_sync_request()
H A Draid10.c3428 int still_degraded; in raid10_sync_request() local
3451 still_degraded = 0; in raid10_sync_request()
3508 still_degraded = 1; in raid10_sync_request()
3514 &sync_blocks, still_degraded); in raid10_sync_request()
H A Draid5.c6561 int still_degraded = 0; in raid5_sync_request() local
6635 still_degraded = 1; in raid5_sync_request()
6639 md_bitmap_start_sync(mddev->bitmap, sector_nr, &sync_blocks, still_degraded); in raid5_sync_request()