Searched refs:MD_CLOSING (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/md/ |
D | md-cluster.c | 162 || 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()
|
D | md.h | 240 MD_CLOSING, /* If set, we are closing the array, do not open enumerator
|
D | md.c | 7563 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()
|