Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Ddcache.c2535 if (d_ancestor(dentry->d_parent, target->d_parent)) { in dentry_lock_for_move()
2595 BUG_ON(d_ancestor(dentry, target)); in __d_move()
2596 BUG_ON(d_ancestor(target, dentry)); in __d_move()
2696 struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2) in d_ancestor() function
2784 if (unlikely(d_ancestor(new, dentry))) { in d_splice_alias()
3318 if (d_ancestor(old_dentry, new_dentry)) in is_subdir()
Dnamei.c2553 p = d_ancestor(p2, p1); in lock_rename()
2560 p = d_ancestor(p1, p2); in lock_rename()
/linux-4.1.27/include/linux/
Ddcache.h313 extern struct dentry *d_ancestor(struct dentry *, struct dentry *);