Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Ddir.c1268 spin_lock(&mdsc->dentry_list_lock); in __ceph_dentry_lease_touch()
1270 spin_unlock(&mdsc->dentry_list_lock); in __ceph_dentry_lease_touch()
1315 spin_lock(&mdsc->dentry_list_lock); in __ceph_dentry_dir_lease_touch()
1317 spin_unlock(&mdsc->dentry_list_lock); in __ceph_dentry_dir_lease_touch()
1329 spin_lock(&mdsc->dentry_list_lock); in __dentry_lease_unlist()
1331 spin_unlock(&mdsc->dentry_list_lock); in __dentry_lease_unlist()
1361 spin_lock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1406 spin_unlock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1417 spin_lock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1424 spin_unlock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
Dmds_client.h464 spinlock_t dentry_list_lock; member
Dmds_client.c4552 spin_lock_init(&mdsc->dentry_list_lock); in ceph_mdsc_init()