Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/
Dmount.h7 struct mnt_namespace { struct
55 struct mnt_namespace *mnt_ns; /* containing namespace */
102 static inline void get_mnt_ns(struct mnt_namespace *ns) in get_mnt_ns()
121 struct mnt_namespace *ns;
Dnamespace.c700 struct mnt_namespace *ns = current->nsproxy->mnt_ns; in __is_local_mountpoint()
779 static void touch_mnt_namespace(struct mnt_namespace *ns) in touch_mnt_namespace()
790 static void __touch_mnt_namespace(struct mnt_namespace *ns) in __touch_mnt_namespace()
881 struct mnt_namespace *n = parent->mnt_ns; in commit_tree()
1643 struct mnt_namespace *to_mnt_ns(struct ns_common *ns) in to_mnt_ns()
1645 return container_of(ns, struct mnt_namespace, ns); in to_mnt_ns()
1653 struct mnt_namespace *mnt_ns; in mnt_ns_loop()
2723 static void free_mnt_ns(struct mnt_namespace *ns) in free_mnt_ns()
2739 static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns) in alloc_mnt_ns()
2741 struct mnt_namespace *new_ns; in alloc_mnt_ns()
[all …]
Dproc_namespace.c21 struct mnt_namespace *ns = p->ns; in mounts_poll()
238 struct mnt_namespace *ns = NULL; in mounts_open_common()
Dpnode.c33 struct mnt_namespace *ns, in get_peer_under_root()