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

/linux-master/fs/
H A Ddcache.c406 * LRU list _and_ the DCACHE_SHRINK_LIST use.
408 * The DCACHE_SHRINK_LIST bit is set whenever the dentry is
422 #define D_FLAG_VERIFY(dentry,x) WARN_ON_ONCE(((dentry)->d_flags & (DCACHE_LRU_LIST | DCACHE_SHRINK_LIST)) != (x))
447 D_FLAG_VERIFY(dentry, DCACHE_SHRINK_LIST | DCACHE_LRU_LIST);
449 dentry->d_flags &= ~(DCACHE_SHRINK_LIST | DCACHE_LRU_LIST);
457 dentry->d_flags |= DCACHE_SHRINK_LIST | DCACHE_LRU_LIST;
481 dentry->d_flags |= DCACHE_SHRINK_LIST;
597 if (!(dentry->d_flags & DCACHE_SHRINK_LIST))
618 if (dentry->d_flags & DCACHE_SHRINK_LIST)
862 if (!(dentry->d_flags & DCACHE_SHRINK_LIST)) {
[all...]
/linux-master/include/linux/
H A Ddcache.h182 #define DCACHE_SHRINK_LIST BIT(10) macro

Completed in 286 milliseconds