Home
last modified time | relevance | path

Searched refs:is_path_reachable (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dpnode.h53 bool is_path_reachable(struct mount *, struct dentry *,
H A Dpnode.c45 if (m->mnt_ns == ns && is_path_reachable(m, m->mnt.mnt_root, root)) in get_peer_under_root()
H A Dnamespace.c3676 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable() function
3690 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under()
3782 if (!is_path_reachable(old_mnt, old.dentry, &new)) in SYSCALL_DEFINE2()
3785 if (!is_path_reachable(new_mnt, new.dentry, &root)) in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dpnode.h53 bool is_path_reachable(struct mount *, struct dentry *,
H A Dpnode.c45 if (m->mnt_ns == ns && is_path_reachable(m, m->mnt.mnt_root, root)) in get_peer_under_root()
H A Dnamespace.c4132 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable() function
4146 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under()
4238 if (!is_path_reachable(old_mnt, old.dentry, &new)) in SYSCALL_DEFINE2()
4241 if (!is_path_reachable(new_mnt, new.dentry, &root)) in SYSCALL_DEFINE2()

Completed in 13 milliseconds