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

/linux-master/include/linux/
H A Ddcache.h176 #define DCACHE_REFERENCED BIT(6) /* Recently used, don't discard. */ macro
/linux-master/fs/
H A Ddcache.c713 } else if (unlikely(!(d_flags & DCACHE_REFERENCED))) {
716 dentry->d_flags |= DCACHE_REFERENCED;
1105 if (dentry->d_flags & DCACHE_REFERENCED) {
1106 dentry->d_flags &= ~DCACHE_REFERENCED;

Completed in 166 milliseconds