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()
4470 mutex_lock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4477 mutex_unlock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
4523 mutex_lock(&rbd_dev->watch_mutex); in rbd_register_watch()
4533 mutex_unlock(&rbd_dev->watch_mutex); in rbd_register_watch()
4555 mutex_lock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4559 mutex_unlock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
4607 mutex_lock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4609 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4620 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4624 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4633 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
5403 mutex_init(&rbd_dev->watch_mutex); in __rbd_dev_create()