Home
last modified time | relevance | path

Searched refs:MD_CLOSING (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/md/
Dmd-cluster.c162 || test_bit(MD_CLOSING, &mddev->flags)); in dlm_lock_sync_interruptible()
1009 test_bit(MD_CLOSING, &mddev->flags))) in leave()
1375 if (!test_bit(MD_CLOSING, &mddev->flags)) in resync_finish()
Dmd.h240 MD_CLOSING, /* If set, we are closing the array, do not open enumerator
Dmd.c7563 if (test_and_set_bit(MD_CLOSING, &mddev->flags)) { in md_ioctl()
7733 clear_bit(MD_CLOSING, &mddev->flags); in md_ioctl()
7813 if (test_bit(MD_CLOSING, &mddev->flags)) { in md_open()
9444 && !test_bit(MD_CLOSING, &mddev->flags)) in md_reap_sync_thread()