Searched refs:MD_CLOSING (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/md/ |
| D | md-cluster.c | 162 || test_bit(MD_CLOSING, &mddev->flags)); in dlm_lock_sync_interruptible() 1005 test_bit(MD_CLOSING, &mddev->flags))) in leave() 1369 if (!test_bit(MD_CLOSING, &mddev->flags)) in resync_finish()
|
| D | md.h | 232 MD_CLOSING, /* If set, we are closing the array, do not open enumerator
|
| D | md.c | 7331 WARN_ON_ONCE(test_bit(MD_CLOSING, &mddev->flags)); in md_ioctl() 7332 set_bit(MD_CLOSING, &mddev->flags); in md_ioctl() 7527 clear_bit(MD_CLOSING, &mddev->flags); in md_ioctl() 7577 if (test_bit(MD_CLOSING, &mddev->flags)) { in md_open() 9151 && !test_bit(MD_CLOSING, &mddev->flags)) in md_reap_sync_thread()
|