Searched refs:d_ancestor (Results 1 – 3 of 3) sorted by relevance
277 extern struct dentry *d_ancestor(struct dentry *, struct dentry *);
2834 BUG_ON(d_ancestor(target, dentry)); in __d_move()2836 p = d_ancestor(old_parent, target); in __d_move()2947 struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2) in d_ancestor() function3037 if (unlikely(d_ancestor(new, dentry))) { in d_splice_alias()3102 if (d_ancestor(old_dentry, new_dentry)) in is_subdir()
2778 p = d_ancestor(p2, p1); in lock_rename()2785 p = d_ancestor(p1, p2); in lock_rename()