Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddcache.h194 DCACHE_REFERENCED = BIT(6), /* Recently used, don't discard. */ enumerator
/linux-6.15/fs/
H A Ddcache.c770 } else if (unlikely(!(d_flags & DCACHE_REFERENCED))) { in retain_dentry()
773 dentry->d_flags |= DCACHE_REFERENCED; in retain_dentry()
1162 if (dentry->d_flags & DCACHE_REFERENCED) { in dentry_lru_isolate()
1163 dentry->d_flags &= ~DCACHE_REFERENCED; in dentry_lru_isolate()