Home
last modified time | relevance | path

Searched refs:mount_mutex (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ceph/
Dceph_common.c594 mutex_init(&client->mount_mutex); in ceph_create_client()
700 mutex_lock(&client->mount_mutex); in ceph_open_session()
704 mutex_unlock(&client->mount_mutex); in ceph_open_session()
/linux-4.4.14/include/linux/ceph/
Dlibceph.h120 struct mutex mount_mutex; /* serialize mount attempts */ member
/linux-4.4.14/fs/ceph/
Dsuper.c797 mutex_lock(&fsc->client->mount_mutex); in ceph_real_mount()
833 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()
837 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()