Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Ddcache.c686 else if (unlikely(!(dentry->d_flags & DCACHE_REFERENCED))) in retain_dentry()
687 dentry->d_flags |= DCACHE_REFERENCED; in retain_dentry()
833 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | in fast_dput()
837 if (d_flags == (DCACHE_REFERENCED | DCACHE_LRU_LIST) && !d_unhashed(dentry)) in fast_dput()
1231 if (dentry->d_flags & DCACHE_REFERENCED) { in dentry_lru_isolate()
1232 dentry->d_flags &= ~DCACHE_REFERENCED; in dentry_lru_isolate()
/Linux-v6.1/include/linux/
Ddcache.h171 #define DCACHE_REFERENCED 0x00000040 /* Recently used, don't discard. */ macro