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

/linux-master/include/linux/
H A Ddcache.h178 #define DCACHE_DONTCACHE BIT(7) /* Purge from memory on final dput() */ macro
/linux-master/fs/
H A Ddcache.c701 if (unlikely(d_flags & DCACHE_DONTCACHE))
728 de->d_flags |= DCACHE_DONTCACHE;

Completed in 113 milliseconds