Lines Matching refs:watch_mutex
406 struct mutex watch_mutex; member
3669 mutex_lock(&rbd_dev->watch_mutex); in rbd_get_cid()
3672 mutex_unlock(&rbd_dev->watch_mutex); in rbd_get_cid()
3690 mutex_lock(&rbd_dev->watch_mutex); in format_lock_cookie()
3692 mutex_unlock(&rbd_dev->watch_mutex); in format_lock_cookie()
4462 mutex_lock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4469 mutex_unlock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4515 mutex_lock(&rbd_dev->watch_mutex); in rbd_register_watch()
4525 mutex_unlock(&rbd_dev->watch_mutex); in rbd_register_watch()
4547 mutex_lock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4551 mutex_unlock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4599 mutex_lock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4601 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4612 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4616 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4625 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
5395 mutex_init(&rbd_dev->watch_mutex); in __rbd_dev_create()