Searched refs:MD_CLOSING (Results 1 – 3 of 3) sorted by relevance
/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 | 7373 WARN_ON_ONCE(test_bit(MD_CLOSING, &mddev->flags)); in md_ioctl() 7374 set_bit(MD_CLOSING, &mddev->flags); in md_ioctl() 7569 clear_bit(MD_CLOSING, &mddev->flags); in md_ioctl() 7619 if (test_bit(MD_CLOSING, &mddev->flags)) { in md_open() 9193 && !test_bit(MD_CLOSING, &mddev->flags)) in md_reap_sync_thread()
|