Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dsuper.c935 mutex_lock(&fsc->client->mount_mutex); in ceph_real_mount()
970 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()
974 mutex_unlock(&fsc->client->mount_mutex); in ceph_real_mount()
/linux-4.19.296/include/linux/ceph/
Dlibceph.h124 struct mutex mount_mutex; /* serialize mount attempts */ member