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

/linux-master/fs/ceph/
H A Ddir.c1511 di->flags |= CEPH_DENTRY_LEASE_LIST;
1525 di->flags &= ~(CEPH_DENTRY_LEASE_LIST | CEPH_DENTRY_REFERENCED);
1546 if (di->flags & CEPH_DENTRY_LEASE_LIST) {
1559 di->flags &= ~CEPH_DENTRY_LEASE_LIST;
1671 if (di->flags & CEPH_DENTRY_LEASE_LIST) {
H A Dsuper.h317 #define CEPH_DENTRY_LEASE_LIST (1 << 1) macro

Completed in 349 milliseconds