Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Dmd.h387 MD_RESYNC_ACTIVE = 3, enumerator
H A Dmd.c8213 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
8226 if (resync < res || resync - res < MD_RESYNC_ACTIVE) in status_resync()
8227 resync = MD_RESYNC_ACTIVE; in status_resync()
8256 if (resync < MD_RESYNC_ACTIVE) { in status_resync()
9078 if (j >= MD_RESYNC_ACTIVE) { in md_do_sync()
9083 mddev->curr_resync = MD_RESYNC_ACTIVE; /* no longer delayed */ in md_do_sync()
9151 if (j >= MD_RESYNC_ACTIVE) in md_do_sync()
9219 mddev->curr_resync >= MD_RESYNC_ACTIVE) { in md_do_sync()
9226 mddev->curr_resync > MD_RESYNC_ACTIVE) { in md_do_sync()