Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddcache.h180 #define DCACHE_DONTCACHE 0x00000080 /* Purge from memory on final dput() */ macro
/Linux-v5.10/fs/
Ddcache.c651 if (unlikely(dentry->d_flags & DCACHE_DONTCACHE)) in retain_dentry()
670 de->d_flags |= DCACHE_DONTCACHE; in d_mark_dontcache()