Lines Matching refs:watch_mutex
406 struct mutex watch_mutex; member
3605 mutex_lock(&rbd_dev->watch_mutex); in rbd_get_cid()
3608 mutex_unlock(&rbd_dev->watch_mutex); in rbd_get_cid()
3626 mutex_lock(&rbd_dev->watch_mutex); in format_lock_cookie()
3628 mutex_unlock(&rbd_dev->watch_mutex); in format_lock_cookie()
4402 mutex_lock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4409 mutex_unlock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4455 mutex_lock(&rbd_dev->watch_mutex); in rbd_register_watch()
4465 mutex_unlock(&rbd_dev->watch_mutex); in rbd_register_watch()
4487 mutex_lock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4491 mutex_unlock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4539 mutex_lock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4541 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4552 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4556 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4565 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
5318 mutex_init(&rbd_dev->watch_mutex); in __rbd_dev_create()