Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddcache.h193 #define DCACHE_DENTRY_KILLED 0x00008000 macro
/Linux-v5.4/fs/
Ddcache.c519 dentry->d_flags |= DCACHE_DENTRY_KILLED; in dentry_unlist()
1350 } while (unlikely(child->d_flags & DCACHE_DENTRY_KILLED)); in d_walk()