Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Dceph_common.c724 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()
/linux-6.1.9/include/linux/ceph/
Dlibceph.h133 struct mutex mount_mutex; /* serialize mount attempts */ member
/linux-6.1.9/fs/ceph/
Dsuper.c1066 mutex_lock(&fsc->client->mount_mutex); in ceph_real_mount()
1099 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()
1103 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()