Searched refs:is_subdir (Results 1 – 7 of 7) sorted by relevance
234 if (!is_subdir(mp->m_dentry, m->mnt.mnt_root)) in propagate_one()
1725 if (!is_subdir(r->mnt_mountpoint, dentry)) in copy_tree()2131 if (!is_subdir(child->mnt_mountpoint, dentry)) in has_locked_children()3032 return &mnt->mnt == root->mnt && is_subdir(dentry, root->dentry); in is_path_reachable()
2988 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function3013 EXPORT_SYMBOL(is_subdir);
571 return is_subdir(path->dentry, mnt->mnt_root); in path_connected()
135 in is_subdir() that would make it work even in presence of such beasts.
79 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
2881 extern bool is_subdir(struct dentry *, struct dentry *);