Lines Matching refs:watch_mutex
356 struct mutex watch_mutex; member
2632 mutex_lock(&rbd_dev->watch_mutex); in rbd_get_cid()
2635 mutex_unlock(&rbd_dev->watch_mutex); in rbd_get_cid()
2653 mutex_lock(&rbd_dev->watch_mutex); in format_lock_cookie()
2655 mutex_unlock(&rbd_dev->watch_mutex); in format_lock_cookie()
3352 mutex_lock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
3359 mutex_unlock(&rbd_dev->watch_mutex); in rbd_watch_errcb()
3405 mutex_lock(&rbd_dev->watch_mutex); in rbd_register_watch()
3415 mutex_unlock(&rbd_dev->watch_mutex); in rbd_register_watch()
3434 mutex_lock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
3438 mutex_unlock(&rbd_dev->watch_mutex); in rbd_unregister_watch()
3485 mutex_lock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
3487 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
3502 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
3508 mutex_unlock(&rbd_dev->watch_mutex); in rbd_reregister_watch()
4396 mutex_init(&rbd_dev->watch_mutex); in __rbd_dev_create()