Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Ddcache.c689 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | DCACHE_DISCONNECTED; in fast_dput()
692 if (d_flags == (DCACHE_REFERENCED | DCACHE_LRU_LIST) && !d_unhashed(dentry)) in fast_dput()
776 if (!(dentry->d_flags & DCACHE_REFERENCED)) in dput()
777 dentry->d_flags |= DCACHE_REFERENCED; in dput()
1037 if (dentry->d_flags & DCACHE_REFERENCED) { in dentry_lru_isolate()
1038 dentry->d_flags &= ~DCACHE_REFERENCED; in dentry_lru_isolate()
/linux-4.1.27/include/linux/
Ddcache.h192 #define DCACHE_REFERENCED 0x00000040 /* Recently used, don't discard. */ macro