Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddcache.h188 #define DCACHE_DENTRY_KILLED 0x00008000 macro
/openbmc/linux/fs/
H A Ddcache.c551 dentry->d_flags |= DCACHE_DENTRY_KILLED; in dentry_unlist()
1436 } while (unlikely(child->d_flags & DCACHE_DENTRY_KILLED)); in d_walk()