Searched refs:MD_CLOSING (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.h | 240 MD_CLOSING, /* If set, we are closing the array, do not open enumerator
|
H A D | md-cluster.c | 162 || test_bit(MD_CLOSING, &mddev->flags)); in dlm_lock_sync_interruptible() 1010 test_bit(MD_CLOSING, &mddev->flags))) in leave() 1379 if (!test_bit(MD_CLOSING, &mddev->flags)) in resync_finish()
|
H A D | md.c | 7638 if (test_and_set_bit(MD_CLOSING, &mddev->flags)) { in md_ioctl() 7837 clear_bit(MD_CLOSING, &mddev->flags); in md_ioctl() 7887 if (test_bit(MD_CLOSING, &mddev->flags)) { in md_open() 9468 && !test_bit(MD_CLOSING, &mddev->flags)) in md_reap_sync_thread()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.h | 241 * @MD_CLOSING: If set, we are closing the array, do not open it then. 264 MD_CLOSING, enumerator
|
H A D | md-cluster.c | 162 || test_bit(MD_CLOSING, &mddev->flags)); in dlm_lock_sync_interruptible() 1014 test_bit(MD_CLOSING, &mddev->flags))) in leave() 1380 if (!test_bit(MD_CLOSING, &mddev->flags)) in resync_finish()
|
H A D | md.c | 6239 * Don't clear MD_CLOSING, or mddev can be opened again. in md_clean() 6246 mddev->flags &= BIT_ULL_MASK(MD_CLOSING); in md_clean() 7698 if (test_and_set_bit(MD_CLOSING, &mddev->flags)) { in md_ioctl() 7837 clear_bit(MD_CLOSING, &mddev->flags); in md_ioctl() 7906 if (test_bit(MD_CLOSING, &mddev->flags)) in md_open() 9602 && !test_bit(MD_CLOSING, &mddev->flags)) in md_reap_sync_thread()
|
Completed in 29 milliseconds