Searched refs:is_path_reachable (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/fs/ |
D | pnode.h | 53 bool is_path_reachable(struct mount *, struct dentry *,
|
D | pnode.c | 45 if (m->mnt_ns == ns && is_path_reachable(m, m->mnt.mnt_root, root)) in get_peer_under_root()
|
D | namespace.c | 4132 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()
|