Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddcache.h217 #define DCACHE_FALLTHRU 0x01000000 /* Fall through to lower layer */ macro
506 return dentry->d_flags & DCACHE_FALLTHRU; in d_is_fallthru()
/Linux-v5.15/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()
1930 dentry->d_flags |= DCACHE_FALLTHRU; in d_set_fallthru()