Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Dmd.h360 MD_RESYNC_ACTIVE = 3, enumerator
Dmd.c8191 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
8204 if (resync < res || resync - res < MD_RESYNC_ACTIVE) in status_resync()
8205 resync = MD_RESYNC_ACTIVE; in status_resync()
8234 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
9060 if (j >= MD_RESYNC_ACTIVE) { in md_do_sync()
9065 mddev->curr_resync = MD_RESYNC_ACTIVE; /* no longer delayed */ in md_do_sync()
9133 if (j >= MD_RESYNC_ACTIVE) in md_do_sync()
9201 mddev->curr_resync >= MD_RESYNC_ACTIVE) { in md_do_sync()
9208 mddev->curr_resync > MD_RESYNC_ACTIVE) { in md_do_sync()