Searched refs:is_path_reachable (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/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 | 3823 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable() function 3837 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under() 3929 if (!is_path_reachable(old_mnt, old.dentry, &new)) in SYSCALL_DEFINE2() 3932 if (!is_path_reachable(new_mnt, new.dentry, &root)) in SYSCALL_DEFINE2()
|