Searched refs:d_ancestor (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 277 extern struct dentry *d_ancestor(struct dentry *, struct dentry *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 274 extern struct dentry *d_ancestor(struct dentry *, struct dentry *);
|
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 2835 BUG_ON(d_ancestor(target, dentry)); in __d_move() 2837 p = d_ancestor(old_parent, target); in __d_move() 2941 * d_ancestor - search for an ancestor 2948 struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2) in d_ancestor() function 3038 if (unlikely(d_ancestor(new, dentry))) { in d_splice_alias() 3103 if (d_ancestor(old_dentry, new_dentry)) in is_subdir()
|
H A D | namei.c | 2778 p = d_ancestor(p2, p1); in lock_rename() 2785 p = d_ancestor(p1, p2); in lock_rename()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 2951 BUG_ON(d_ancestor(target, dentry)); in __d_move() 2953 p = d_ancestor(old_parent, target); in __d_move() 3057 * d_ancestor - search for an ancestor 3064 struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2) in d_ancestor() function 3154 if (unlikely(d_ancestor(new, dentry))) { in d_splice_alias() 3219 if (d_ancestor(old_dentry, new_dentry)) in is_subdir()
|
H A D | namei.c | 3021 p = d_ancestor(p2, p1); in lock_two_directories() 3028 p = d_ancestor(p1, p2); in lock_two_directories()
|
Completed in 21 milliseconds