Searched refs:MD_CLOSING (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| 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.h | 240 MD_CLOSING, /* If set, we are closing the array, do not open enumerator
|
| H A D | md.c | 7593 if (test_and_set_bit(MD_CLOSING, &mddev->flags)) { in md_ioctl() 7792 clear_bit(MD_CLOSING, &mddev->flags); in md_ioctl() 7842 if (test_bit(MD_CLOSING, &mddev->flags)) { in md_open() 9423 && !test_bit(MD_CLOSING, &mddev->flags)) in md_reap_sync_thread()
|