Home
last modified time | relevance | path

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

/linux-6.15/fs/ceph/
H A Ddir.c1547 di->flags |= CEPH_DENTRY_LEASE_LIST; in __ceph_dentry_lease_touch()
1561 di->flags &= ~(CEPH_DENTRY_LEASE_LIST | CEPH_DENTRY_REFERENCED); in __dentry_dir_lease_touch()
1582 if (di->flags & CEPH_DENTRY_LEASE_LIST) { in __ceph_dentry_dir_lease_touch()
1595 di->flags &= ~CEPH_DENTRY_LEASE_LIST; in __ceph_dentry_dir_lease_touch()
1707 if (di->flags & CEPH_DENTRY_LEASE_LIST) { in __dentry_leases_walk()
H A Dsuper.h318 #define CEPH_DENTRY_LEASE_LIST (1 << 1) macro