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.h404 MD_RESYNC_ACTIVE = 3, enumerator
H A Dmd.c8857 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
8870 if (resync < res || resync - res < MD_RESYNC_ACTIVE) in status_resync()
8871 resync = MD_RESYNC_ACTIVE; in status_resync()
8900 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
9876 if (j >= MD_RESYNC_ACTIVE) { in md_do_sync()
9881 mddev->curr_resync = MD_RESYNC_ACTIVE; /* no longer delayed */ in md_do_sync()
9956 if (j >= MD_RESYNC_ACTIVE) in md_do_sync()
10026 mddev->curr_resync >= MD_RESYNC_ACTIVE) { in md_do_sync()
10033 if (mddev->curr_resync > MD_RESYNC_ACTIVE) in md_do_sync()