Searched refs:is_subdir (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | pnode.c | 233 if (!is_subdir(mp->m_dentry, m->mnt.mnt_root)) in propagate_one()
|
H A D | namespace.c | 1835 if (!is_subdir(r->mnt_mountpoint, dentry)) in copy_tree() 1932 if (!is_subdir(child->mnt_mountpoint, dentry)) in has_locked_children() 3683 return &mnt->mnt == root->mnt && is_subdir(dentry, root->dentry); in is_path_reachable()
|
H A D | dcache.c | 3078 * is_subdir - is new dentry a subdirectory of old_dentry 3084 * Caller must ensure that "new_dentry" is pinned before calling is_subdir() 3087 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function 3112 EXPORT_SYMBOL(is_subdir); variable
|
H A D | namei.c | 582 return is_subdir(dentry, mnt->mnt_root); in path_connected()
|
/kernel/linux/linux-6.6/fs/ |
H A D | pnode.c | 232 if (!is_subdir(dest_mp->m_dentry, m->mnt.mnt_root)) in propagate_one()
|
H A D | namespace.c | 1987 if (!is_subdir(r->mnt_mountpoint, dentry)) in copy_tree() 2084 if (!is_subdir(child->mnt_mountpoint, dentry)) in has_locked_children() 2971 if (!is_subdir(to->mnt.mnt_root, from->mnt.mnt_root)) in do_set_group() 4139 return &mnt->mnt == root->mnt && is_subdir(dentry, root->dentry); in is_path_reachable()
|
H A D | dcache.c | 3194 * is_subdir - is new dentry a subdirectory of old_dentry 3200 * Caller must ensure that "new_dentry" is pinned before calling is_subdir() 3203 bool is_subdir(struct dentry *new_dentry, struct dentry *old_dentry) in is_subdir() function 3228 EXPORT_SYMBOL(is_subdir); variable
|
H A D | namei.c | 661 return is_subdir(dentry, mnt->mnt_root); in path_connected()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | namei.c | 78 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | namei.c | 85 return is_subdir(dentry, ((struct vfsmount *)ctx)->mnt_root); in ovl_acceptable()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 2939 extern bool is_subdir(struct dentry *, struct dentry *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 2836 extern bool is_subdir(struct dentry *, struct dentry *);
|
Completed in 53 milliseconds