Searched refs:is_subdir (Results 1 – 7 of 7) sorted by relevance
232 if (!is_subdir(dest_mp->m_dentry, m->mnt.mnt_root)) in propagate_one()
1987 if (!is_subdir(r->mnt_mountpoint, dentry)) in copy_tree()2084 if (!is_subdir(child->mnt_mountpoint, dentry)) in has_locked_children()2979 if (!is_subdir(to->mnt.mnt_root, from->mnt.mnt_root)) in do_set_group()4147 return &mnt->mnt == root->mnt && is_subdir(dentry, root->dentry); in is_path_reachable()
3209 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function3231 EXPORT_SYMBOL(is_subdir);
661 return is_subdir(dentry, mnt->mnt_root); in path_connected()
148 in is_subdir() that would make it work even in presence of such beasts.
85 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
2842 extern bool is_subdir(struct dentry *, struct dentry *);