Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dceph_common.c631 mutex_init(&client->mount_mutex); in ceph_create_client()
739 mutex_lock(&client->mount_mutex); in ceph_open_session()
743 mutex_unlock(&client->mount_mutex); in ceph_open_session()
/Linux-v4.19/fs/ceph/
Dsuper.c896 mutex_lock(&fsc->client->mount_mutex); in ceph_real_mount()
935 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()
939 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()
/Linux-v4.19/include/linux/ceph/
Dlibceph.h118 struct mutex mount_mutex; /* serialize mount attempts */ member