Searched refs:is_path_reachable (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | pnode.h | 59 bool is_path_reachable(struct mount *, struct dentry *,
|
| H A D | pnode.c | 41 if (m->mnt_ns == ns && is_path_reachable(m, m->mnt.mnt_root, root)) in get_peer_under_root()
|
| H A D | namespace.c | 4508 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable() function 4521 return is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under() 4608 if (!is_path_reachable(old_mnt, old_mp.mp->m_dentry, &new)) in SYSCALL_DEFINE2() 4611 if (!is_path_reachable(new_mnt, new.dentry, &root)) in SYSCALL_DEFINE2() 5597 if (!is_path_reachable(m, m->mnt.mnt_root, &s->root) && in do_statmount() 5872 if (!is_path_reachable(real_mount(orig.mnt), orig.dentry, &kls->root) && in do_listmount() 5895 if (!is_path_reachable(r, r->mnt.mnt_root, &orig)) in do_listmount()
|