Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Ddir.c1164 spin_lock(&mdsc->dentry_list_lock); in __ceph_dentry_lease_touch()
1166 spin_unlock(&mdsc->dentry_list_lock); in __ceph_dentry_lease_touch()
1211 spin_lock(&mdsc->dentry_list_lock); in __ceph_dentry_dir_lease_touch()
1213 spin_unlock(&mdsc->dentry_list_lock); in __ceph_dentry_dir_lease_touch()
1225 spin_lock(&mdsc->dentry_list_lock); in __dentry_lease_unlist()
1227 spin_unlock(&mdsc->dentry_list_lock); in __dentry_lease_unlist()
1257 spin_lock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1302 spin_unlock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1313 spin_lock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1320 spin_unlock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
Dmds_client.h426 spinlock_t dentry_list_lock; member
Dmds_client.c4179 spin_lock_init(&mdsc->dentry_list_lock); in ceph_mdsc_init()