Home
last modified time | relevance | path

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

/linux/fs/
A Ddcache.c661 else if (unlikely(!(dentry->d_flags & DCACHE_REFERENCED))) in retain_dentry()
662 dentry->d_flags |= DCACHE_REFERENCED; in retain_dentry()
808 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | in fast_dput()
812 if (d_flags == (DCACHE_REFERENCED | DCACHE_LRU_LIST) && !d_unhashed(dentry)) in fast_dput()
1206 if (dentry->d_flags & DCACHE_REFERENCED) { in dentry_lru_isolate()
1207 dentry->d_flags &= ~DCACHE_REFERENCED; in dentry_lru_isolate()
/linux/include/linux/
A Ddcache.h180 #define DCACHE_REFERENCED 0x00000040 /* Recently used, don't discard. */ macro

Completed in 11 milliseconds