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()
1897 if (!is_subdir(r->mnt_mountpoint, dentry)) in copy_tree()1994 if (!is_subdir(child->mnt_mountpoint, dentry)) in has_locked_children()2788 if (!is_subdir(to->mnt.mnt_root, from->mnt.mnt_root)) in do_set_group()3833 return &mnt->mnt == root->mnt && is_subdir(dentry, root->dentry); in is_path_reachable()
3203 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function3228 EXPORT_SYMBOL(is_subdir);
656 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.
79 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
2595 extern bool is_subdir(struct dentry *, struct dentry *);
Completed in 41 milliseconds