Lines Matching refs:watch_mutex
406 struct mutex watch_mutex; member
3606 mutex_lock(&rbd_dev->watch_mutex); in rbd_get_cid()
3609 mutex_unlock(&rbd_dev->watch_mutex); in rbd_get_cid()
3627 mutex_lock(&rbd_dev->watch_mutex); in format_lock_cookie()
3629 mutex_unlock(&rbd_dev->watch_mutex); in format_lock_cookie()
4403 mutex_lock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4410 mutex_unlock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4456 mutex_lock(&rbd_dev->watch_mutex); in rbd_register_watch()
4466 mutex_unlock(&rbd_dev->watch_mutex); in rbd_register_watch()
4488 mutex_lock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4492 mutex_unlock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4540 mutex_lock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4542 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4553 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4557 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4566 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
5322 mutex_init(&rbd_dev->watch_mutex); in __rbd_dev_create()