Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddcache.h193 #define DCACHE_DENTRY_KILLED 0x00008000 macro
/Linux-v4.19/fs/
Ddcache.c506 dentry->d_flags |= DCACHE_DENTRY_KILLED; in dentry_unlist()
1324 } while (unlikely(child->d_flags & DCACHE_DENTRY_KILLED)); in d_walk()