Searched refs:d_unhashed (Results 1 – 1 of 1) sorted by relevance
335 static inline int d_unhashed(const struct dentry *dentry) in d_unhashed() function342 return d_unhashed(dentry) && !IS_ROOT(dentry); in d_unlinked()489 return d_really_is_positive(dentry) && !d_unhashed(dentry); in simple_positive()