Home
last modified time | relevance | path

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

/linux/fs/
H A Ddcache.c2819 BUG_ON(d_ancestor(target, dentry)); in __d_move()
2821 p = d_ancestor(old_parent, target); in __d_move()
2937 struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2) in d_ancestor() function
3009 if (unlikely(d_ancestor(new, dentry))) { in d_splice_alias_ops()
3097 subdir = d_ancestor(old_dentry, new_dentry); in is_subdir()
3102 subdir = d_ancestor(old_dentry, new_dentry); in is_subdir()
/linux/include/linux/
H A Ddcache.h287 extern struct dentry *d_ancestor(struct dentry *, struct dentry *);