Searched refs:is_path_reachable (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ |
H A D | pnode.h | 58 bool is_path_reachable(struct mount *, struct dentry *,
|
H A D | pnode.c | 40 if (m->mnt_ns == ns && is_path_reachable(m, m->mnt.mnt_root, root)) in get_peer_under_root()
|
H A D | namespace.c | 4605 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable() function 4619 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under() 4710 if (!is_path_reachable(old_mnt, old.dentry, &new)) in SYSCALL_DEFINE2() 4713 if (!is_path_reachable(new_mnt, new.dentry, &root)) in SYSCALL_DEFINE2() 5723 if (!is_path_reachable(m, m->mnt.mnt_root, &root) && in do_statmount() 5987 if (!is_path_reachable(real_mount(orig.mnt), orig.dentry, &root) && in do_listmount() 6010 if (!is_path_reachable(r, r->mnt.mnt_root, &orig)) in do_listmount()
|