Home
last modified time | relevance | path

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

/linux/fs/autofs/
H A Dexpire.c76 child = child ? d_next_sibling(child) : d_first_child(p); in positive_after()
/linux/fs/
H A Dlibfs.c468 dentry = d_first_child(parent); in find_positive_dentry()
588 d = prev ? d_next_sibling(prev) : d_first_child(parent); in find_next_child()
H A Ddcache.c1313 dentry = d_first_child(this_parent); in d_walk()