Home
last modified time | relevance | path

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

/Linux-v5.10/net/ceph/
Dceph_common.c688 mutex_init(&client->mount_mutex); in ceph_create_client()
803 mutex_lock(&client->mount_mutex); in ceph_open_session()
807 mutex_unlock(&client->mount_mutex); in ceph_open_session()
/Linux-v5.10/include/linux/ceph/
Dlibceph.h130 struct mutex mount_mutex; /* serialize mount attempts */ member
/Linux-v5.10/fs/ceph/
Dsuper.c924 mutex_lock(&fsc->client->mount_mutex); in ceph_real_mount()
957 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()
961 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()