Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Ddcache.c654 else if (unlikely(!(dentry->d_flags & DCACHE_REFERENCED))) in retain_dentry()
655 dentry->d_flags |= DCACHE_REFERENCED; in retain_dentry()
780 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | DCACHE_DISCONNECTED; in fast_dput()
783 if (d_flags == (DCACHE_REFERENCED | DCACHE_LRU_LIST) && !d_unhashed(dentry)) in fast_dput()
1150 if (dentry->d_flags & DCACHE_REFERENCED) { in dentry_lru_isolate()
1151 dentry->d_flags &= ~DCACHE_REFERENCED; in dentry_lru_isolate()
/Linux-v5.4/include/linux/
Ddcache.h178 #define DCACHE_REFERENCED 0x00000040 /* Recently used, don't discard. */ macro