Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Ddcache.h188 #define DCACHE_DENTRY_KILLED 0x00008000 macro
/linux-6.1.9/fs/tracefs/
Dinode.c228 } while (unlikely(child->d_flags & DCACHE_DENTRY_KILLED)); in set_gid()
/linux-6.1.9/fs/
Ddcache.c547 dentry->d_flags |= DCACHE_DENTRY_KILLED; in dentry_unlist()
1431 } while (unlikely(child->d_flags & DCACHE_DENTRY_KILLED)); in d_walk()