Lines Matching refs:watch_mutex
411 struct mutex watch_mutex; member
3757 mutex_lock(&rbd_dev->watch_mutex); in rbd_get_cid()
3760 mutex_unlock(&rbd_dev->watch_mutex); in rbd_get_cid()
3778 mutex_lock(&rbd_dev->watch_mutex); in format_lock_cookie()
3780 mutex_unlock(&rbd_dev->watch_mutex); in format_lock_cookie()
4562 mutex_lock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4569 mutex_unlock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4615 mutex_lock(&rbd_dev->watch_mutex); in rbd_register_watch()
4625 mutex_unlock(&rbd_dev->watch_mutex); in rbd_register_watch()
4643 mutex_lock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4647 mutex_unlock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4695 mutex_lock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4697 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4708 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4712 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4721 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
5553 mutex_init(&rbd_dev->watch_mutex); in __rbd_dev_create()