Searched refs:d_first_child (Results 1 – 3 of 3) sorted by relevance
604 static inline struct dentry *d_first_child(const struct dentry *dentry) in d_first_child() function
76 child = child ? d_next_sibling(child) : d_first_child(p); in positive_after()
1337 dentry = d_first_child(this_parent); in d_walk()