Home
last modified time | relevance | path

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

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