Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Ddcache.c690 else if (unlikely(!(dentry->d_flags & DCACHE_REFERENCED))) in retain_dentry()
691 dentry->d_flags |= DCACHE_REFERENCED; in retain_dentry()
837 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | in fast_dput()
841 if (d_flags == (DCACHE_REFERENCED | DCACHE_LRU_LIST) && !d_unhashed(dentry)) in fast_dput()
1236 if (dentry->d_flags & DCACHE_REFERENCED) { in dentry_lru_isolate()
1237 dentry->d_flags &= ~DCACHE_REFERENCED; in dentry_lru_isolate()
/openbmc/linux/include/linux/
H A Ddcache.h171 #define DCACHE_REFERENCED 0x00000040 /* Recently used, don't discard. */ macro