Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Ddir.c1262 if (di->flags & CEPH_DENTRY_SHRINK_LIST) { in __ceph_dentry_lease_touch()
1308 if (di->flags & CEPH_DENTRY_SHRINK_LIST) { in __ceph_dentry_dir_lease_touch()
1323 if (di->flags & CEPH_DENTRY_SHRINK_LIST) in __dentry_lease_unlist()
1396 di->flags |= CEPH_DENTRY_SHRINK_LIST; in __dentry_leases_walk()
1415 di->flags &= ~CEPH_DENTRY_SHRINK_LIST; in __dentry_leases_walk()
Dsuper.h291 #define CEPH_DENTRY_SHRINK_LIST 4 macro