Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Ddir.c1157 di->flags |= CEPH_DENTRY_LEASE_LIST; in __ceph_dentry_lease_touch()
1172 di->flags &= ~(CEPH_DENTRY_LEASE_LIST | CEPH_DENTRY_REFERENCED); in __dentry_dir_lease_touch()
1193 if (di->flags & CEPH_DENTRY_LEASE_LIST) { in __ceph_dentry_dir_lease_touch()
1206 di->flags &= ~CEPH_DENTRY_LEASE_LIST; in __ceph_dentry_dir_lease_touch()
1314 if (di->flags & CEPH_DENTRY_LEASE_LIST) { in __dentry_leases_walk()
Dsuper.h284 #define CEPH_DENTRY_LEASE_LIST 2 macro