Searched refs:is_path_reachable (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dpnode.h53 bool is_path_reachable(struct mount *, struct dentry *,
H A Dpnode.c45 if (m->mnt_ns == ns && is_path_reachable(m, m->mnt.mnt_root, root))
H A Dnamespace.c4134 bool is_path_reachable(struct mount *mnt, struct dentry *dentry, function
4148 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2);
4240 if (!is_path_reachable(old_mnt, old.dentry, &new))
4243 if (!is_path_reachable(new_mnt, new.dentry, &root))
4915 if (!is_path_reachable(m, m->mnt.mnt_root, &s->root) &&
5061 if (!is_path_reachable(real_mount(orig->mnt), orig->dentry, root) &&
5072 if (!is_path_reachable(r, r->mnt.mnt_root, orig))

Completed in 135 milliseconds