Searched refs:MD_CLOSING (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/md/ |
H A D | md-cluster.c | 171 || test_bit(MD_CLOSING, &mddev->flags)); in dlm_lock_sync_interruptible() 1032 test_bit(MD_CLOSING, &mddev->flags))) in leave() 1429 if (!test_bit(MD_CLOSING, &mddev->flags)) in resync_finish()
|
H A D | md.h | 328 * @MD_CLOSING: If set, we are closing the array, do not open it then. 347 MD_CLOSING, enumerator
|
H A D | md.c | 556 if (test_and_set_bit(MD_CLOSING, &mddev->flags)) { in mddev_set_closing_and_sync_blockdev() 4570 clear_bit(MD_CLOSING, &mddev->flags); in array_state_store() 6436 /* Don't clear MD_CLOSING, or mddev can be opened again. */ in md_clean() 6437 mddev->flags &= BIT_ULL_MASK(MD_CLOSING); in md_clean() 7957 clear_bit(MD_CLOSING, &mddev->flags); in md_ioctl() 8026 if (test_bit(MD_CLOSING, &mddev->flags)) in md_open() 9890 && !test_bit(MD_CLOSING, &mddev->flags)) in md_reap_sync_thread()
|