Searched refs:DCACHE_REFERENCED (Results 1 – 2 of 2) sorted by relevance
689 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | DCACHE_DISCONNECTED; in fast_dput()692 if (d_flags == (DCACHE_REFERENCED | DCACHE_LRU_LIST) && !d_unhashed(dentry)) in fast_dput()776 if (!(dentry->d_flags & DCACHE_REFERENCED)) in dput()777 dentry->d_flags |= DCACHE_REFERENCED; in dput()1037 if (dentry->d_flags & DCACHE_REFERENCED) { in dentry_lru_isolate()1038 dentry->d_flags &= ~DCACHE_REFERENCED; in dentry_lru_isolate()
193 #define DCACHE_REFERENCED 0x00000040 /* Recently used, don't discard. */ macro