Home
last modified time | relevance | path

Searched refs:DCACHE_FALLTHRU (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h215 #define DCACHE_FALLTHRU 0x01000000 /* Fall through to lower layer */ macro
502 return dentry->d_flags & DCACHE_FALLTHRU; in d_is_fallthru()
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h208 #define DCACHE_FALLTHRU 0x01000000 /* Fall through to lower layer */ macro
496 return dentry->d_flags & DCACHE_FALLTHRU; in d_is_fallthru()
/kernel/linux/linux-5.10/fs/
H A Ddcache.c320 flags &= ~(DCACHE_ENTRY_TYPE | DCACHE_FALLTHRU); in __d_set_inode_and_type()
329 flags &= ~(DCACHE_ENTRY_TYPE | DCACHE_FALLTHRU); in __d_clear_type_and_inode()
1896 dentry->d_flags |= DCACHE_FALLTHRU; in d_set_fallthru()
/kernel/linux/linux-6.6/fs/
H A Ddcache.c347 flags &= ~(DCACHE_ENTRY_TYPE | DCACHE_FALLTHRU); in __d_set_inode_and_type()
356 flags &= ~(DCACHE_ENTRY_TYPE | DCACHE_FALLTHRU); in __d_clear_type_and_inode()
1956 dentry->d_flags |= DCACHE_FALLTHRU; in d_set_fallthru()

Completed in 10 milliseconds