Home
last modified time | relevance | path

Searched refs:MD_RESYNC_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Dmd.h402 MD_RESYNC_ACTIVE = 3, enumerator
H A Dmd.c8822 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
8835 if (resync < res || resync - res < MD_RESYNC_ACTIVE) in status_resync()
8836 resync = MD_RESYNC_ACTIVE; in status_resync()
8865 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
9787 if (j >= MD_RESYNC_ACTIVE) { in md_do_sync()
9792 mddev->curr_resync = MD_RESYNC_ACTIVE; /* no longer delayed */ in md_do_sync()
9867 if (j >= MD_RESYNC_ACTIVE) in md_do_sync()
9935 mddev->curr_resync >= MD_RESYNC_ACTIVE) { in md_do_sync()
9942 if (mddev->curr_resync > MD_RESYNC_ACTIVE) in md_do_sync()