Home
last modified time | relevance | path

Searched refs:is_subdir (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/
H A Dpnode.c232 if (!is_subdir(dest_mp->m_dentry, m->mnt.mnt_root)) in propagate_one()
H A Dnamespace.c1987 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()
H A Ddcache.c3209 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function
3231 EXPORT_SYMBOL(is_subdir);
H A Dnamei.c661 return is_subdir(dentry, mnt->mnt_root); in path_connected()
/openbmc/linux/Documentation/filesystems/
H A Ddirectory-locking.rst148 in is_subdir() that would make it work even in presence of such beasts.
/openbmc/linux/fs/overlayfs/
H A Dnamei.c85 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
/openbmc/linux/include/linux/
H A Dfs.h2842 extern bool is_subdir(struct dentry *, struct dentry *);