Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Ddir.c1288 spin_lock(&mdsc->dentry_list_lock); in __ceph_dentry_lease_touch()
1290 spin_unlock(&mdsc->dentry_list_lock); in __ceph_dentry_lease_touch()
1335 spin_lock(&mdsc->dentry_list_lock); in __ceph_dentry_dir_lease_touch()
1337 spin_unlock(&mdsc->dentry_list_lock); in __ceph_dentry_dir_lease_touch()
1349 spin_lock(&mdsc->dentry_list_lock); in __dentry_lease_unlist()
1351 spin_unlock(&mdsc->dentry_list_lock); in __dentry_lease_unlist()
1381 spin_lock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1426 spin_unlock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1437 spin_lock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1444 spin_unlock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
Dmds_client.h462 spinlock_t dentry_list_lock; member
Dmds_client.c4693 spin_lock_init(&mdsc->dentry_list_lock); in ceph_mdsc_init()