Searched refs:CEPH_DENTRY_LEASE_LIST (Results 1 – 2 of 2) sorted by relevance
1556 di->flags |= CEPH_DENTRY_LEASE_LIST; in __ceph_dentry_lease_touch()1570 di->flags &= ~(CEPH_DENTRY_LEASE_LIST | CEPH_DENTRY_REFERENCED); in __dentry_dir_lease_touch()1591 if (di->flags & CEPH_DENTRY_LEASE_LIST) { in __ceph_dentry_dir_lease_touch()1604 di->flags &= ~CEPH_DENTRY_LEASE_LIST; in __ceph_dentry_dir_lease_touch()1716 if (di->flags & CEPH_DENTRY_LEASE_LIST) { in __dentry_leases_walk()
344 #define CEPH_DENTRY_LEASE_LIST (1 << 1) macro