Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A 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-6.3-rc2/include/linux/
A Ddcache.h171 #define DCACHE_REFERENCED 0x00000040 /* Recently used, don't discard. */ macro

Completed in 9 milliseconds