Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Ddir.c1158 if (di->flags & CEPH_DENTRY_SHRINK_LIST) { in __ceph_dentry_lease_touch()
1204 if (di->flags & CEPH_DENTRY_SHRINK_LIST) { in __ceph_dentry_dir_lease_touch()
1219 if (di->flags & CEPH_DENTRY_SHRINK_LIST) in __dentry_lease_unlist()
1292 di->flags |= CEPH_DENTRY_SHRINK_LIST; in __dentry_leases_walk()
1311 di->flags &= ~CEPH_DENTRY_SHRINK_LIST; in __dentry_leases_walk()
Dsuper.h285 #define CEPH_DENTRY_SHRINK_LIST 4 macro