Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ceph/
Ddir.c1358 spin_lock(&mdsc->dentry_list_lock); in __ceph_dentry_lease_touch()
1360 spin_unlock(&mdsc->dentry_list_lock); in __ceph_dentry_lease_touch()
1405 spin_lock(&mdsc->dentry_list_lock); in __ceph_dentry_dir_lease_touch()
1407 spin_unlock(&mdsc->dentry_list_lock); in __ceph_dentry_dir_lease_touch()
1419 spin_lock(&mdsc->dentry_list_lock); in __dentry_lease_unlist()
1421 spin_unlock(&mdsc->dentry_list_lock); in __dentry_lease_unlist()
1451 spin_lock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1496 spin_unlock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1507 spin_lock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
1514 spin_unlock(&mdsc->dentry_list_lock); in __dentry_leases_walk()
Dmds_client.h466 spinlock_t dentry_list_lock; member
Dmds_client.c4802 spin_lock_init(&mdsc->dentry_list_lock); in ceph_mdsc_init()