Home
last modified time | relevance | path

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

/include/linux/
Ddcache.h335 static inline int d_unhashed(const struct dentry *dentry) in d_unhashed() function
342 return d_unhashed(dentry) && !IS_ROOT(dentry); in d_unlinked()
489 return d_really_is_positive(dentry) && !d_unhashed(dentry); in simple_positive()