Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddcache.h202 #define DCACHE_ENTRY_TYPE 0x00700000 macro
390 return dentry->d_flags & DCACHE_ENTRY_TYPE; in __d_entry_type()
/linux-4.19.296/fs/
Ddcache.c322 flags &= ~(DCACHE_ENTRY_TYPE | DCACHE_FALLTHRU); in __d_set_inode_and_type()
331 flags &= ~(DCACHE_ENTRY_TYPE | DCACHE_FALLTHRU); in __d_clear_type_and_inode()