Home
last modified time | relevance | path

Searched refs:mnt_namespace (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Dmnt_namespace.h5 struct mnt_namespace;
9 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
11 extern void put_mnt_ns(struct mnt_namespace *ns);
Dnsproxy.h7 struct mnt_namespace;
33 struct mnt_namespace *mnt_ns;
Dmount.h22 struct mnt_namespace;
/linux-4.4.14/fs/
Dmount.h7 struct mnt_namespace { struct
55 struct mnt_namespace *mnt_ns; /* containing namespace */
103 static inline void get_mnt_ns(struct mnt_namespace *ns) in get_mnt_ns()
121 struct mnt_namespace *ns;
Dnamespace.c711 struct mnt_namespace *ns = current->nsproxy->mnt_ns; in __is_local_mountpoint()
790 static void touch_mnt_namespace(struct mnt_namespace *ns) in touch_mnt_namespace()
801 static void __touch_mnt_namespace(struct mnt_namespace *ns) in __touch_mnt_namespace()
892 struct mnt_namespace *n = parent->mnt_ns; in commit_tree()
1654 struct mnt_namespace *to_mnt_ns(struct ns_common *ns) in to_mnt_ns()
1656 return container_of(ns, struct mnt_namespace, ns); in to_mnt_ns()
1664 struct mnt_namespace *mnt_ns; in mnt_ns_loop()
2732 static void free_mnt_ns(struct mnt_namespace *ns) in free_mnt_ns()
2748 static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns) in alloc_mnt_ns()
2750 struct mnt_namespace *new_ns; in alloc_mnt_ns()
[all …]
Dproc_namespace.c22 struct mnt_namespace *ns = p->ns; in mounts_poll()
239 struct mnt_namespace *ns = NULL; in mounts_open_common()
Dpnode.c33 struct mnt_namespace *ns, in get_peer_under_root()