Searched refs:d_ancestor (Results 1 – 2 of 2) sorted by relevance
2791 BUG_ON(d_ancestor(target, dentry)); in __d_move()2793 p = d_ancestor(old_parent, target); in __d_move()2908 struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2) in d_ancestor() function2997 if (unlikely(d_ancestor(new, dentry))) { in d_splice_alias()3057 subdir = d_ancestor(old_dentry, new_dentry); in is_subdir()3062 subdir = d_ancestor(old_dentry, new_dentry); in is_subdir()
276 extern struct dentry *d_ancestor(struct dentry *, struct dentry *);