Searched refs:is_subdir (Results 1 – 7 of 7) sorted by relevance
233 if (!is_subdir(mp->m_dentry, m->mnt.mnt_root)) in propagate_one()
1834 if (!is_subdir(r->mnt_mountpoint, dentry)) in copy_tree()1931 if (!is_subdir(child->mnt_mountpoint, dentry)) in has_locked_children()3671 return &mnt->mnt == root->mnt && is_subdir(dentry, root->dentry); in is_path_reachable()
3086 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function3111 EXPORT_SYMBOL(is_subdir);
580 return is_subdir(dentry, mnt->mnt_root); in path_connected()
145 in is_subdir() that would make it work even in presence of such beasts.
78 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
2944 extern bool is_subdir(struct dentry *, struct dentry *);