Home
last modified time | relevance | path

Searched refs:MD_CLUSTER_RESYNC_LOCKED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd.h244 MD_CLUSTER_RESYNC_LOCKED, /* cluster raid only, which means node enumerator
H A Dmd.c8710 set_bit(MD_CLUSTER_RESYNC_LOCKED, &mddev->flags); in md_do_sync()
9452 * call resync_finish here if MD_CLUSTER_RESYNC_LOCKED is set by in md_reap_sync_thread()
9454 if (test_and_clear_bit(MD_CLUSTER_RESYNC_LOCKED, &mddev->flags)) in md_reap_sync_thread()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.h244 * @MD_CLUSTER_RESYNC_LOCKED: cluster raid only, which means node, already took
267 MD_CLUSTER_RESYNC_LOCKED, enumerator
H A Dmd.c8833 set_bit(MD_CLUSTER_RESYNC_LOCKED, &mddev->flags); in md_do_sync()
9586 * call resync_finish here if MD_CLUSTER_RESYNC_LOCKED is set by in md_reap_sync_thread()
9588 if (test_and_clear_bit(MD_CLUSTER_RESYNC_LOCKED, &mddev->flags)) in md_reap_sync_thread()

Completed in 30 milliseconds