Searched refs:is_path_reachable (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | pnode.h | 53 bool is_path_reachable(struct mount *, struct dentry *,
|
| H A D | pnode.c | 45 if (m->mnt_ns == ns && is_path_reachable(m, m->mnt.mnt_root, root)) in get_peer_under_root()
|
| H A D | namespace.c | 3664 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable() function 3678 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under() 3770 if (!is_path_reachable(old_mnt, old.dentry, &new)) in SYSCALL_DEFINE2() 3773 if (!is_path_reachable(new_mnt, new.dentry, &root)) in SYSCALL_DEFINE2()
|