Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dceph_common.c557 mutex_init(&client->mount_mutex); in ceph_create_client()
667 mutex_lock(&client->mount_mutex); in ceph_open_session()
671 mutex_unlock(&client->mount_mutex); in ceph_open_session()
/linux-4.1.27/include/linux/ceph/
Dlibceph.h121 struct mutex mount_mutex; /* serialize mount attempts */ member
/linux-4.1.27/fs/ceph/
Dsuper.c775 mutex_lock(&fsc->client->mount_mutex); in ceph_real_mount()
811 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()
815 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()