Searched refs:mount_mutex (Results 1 – 4 of 4) sorted by relevance
94 pthread_mutex_t mount_mutex; member111 .mount_mutex = PTHREAD_MUTEX_INITIALIZER, \273 pthread_mutex_lock(&fs->mount_mutex); in fs__mount()288 pthread_mutex_unlock(&fs->mount_mutex); in fs__mount()
724 mutex_init(&client->mount_mutex); in ceph_create_client()839 mutex_lock(&client->mount_mutex); in ceph_open_session()843 mutex_unlock(&client->mount_mutex); in ceph_open_session()
123 struct mutex mount_mutex; /* serialize mount attempts */ member
1155 mutex_lock(&fsc->client->mount_mutex); in ceph_real_mount()1193 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()1197 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()