Searched refs:is_path_reachable (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ |
| A D | pnode.h | 53 bool is_path_reachable(struct mount *, struct dentry *,
|
| A D | pnode.c | 45 if (m->mnt_ns == ns && is_path_reachable(m, m->mnt.mnt_root, root)) in get_peer_under_root()
|
| A D | namespace.c | 3771 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, in is_path_reachable() function 3785 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under() 3877 if (!is_path_reachable(old_mnt, old.dentry, &new)) in SYSCALL_DEFINE2() 3880 if (!is_path_reachable(new_mnt, new.dentry, &root)) in SYSCALL_DEFINE2()
|
| /linux/ |
| A D | System.map | 9231 ffff800010278c00 T is_path_reachable
|
| A D | .tmp_System.map | 9231 ffff800010278c00 T is_path_reachable
|
Completed in 1139 milliseconds