Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmnt_namespace.h5 struct mnt_namespace;
8 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
10 extern void put_mnt_ns(struct mnt_namespace *ns);
Dnsproxy.h7 struct mnt_namespace;
29 struct mnt_namespace *mnt_ns;
Dmount.h22 struct mnt_namespace;
/linux-3.4.99/fs/
Dmount.h5 struct mnt_namespace { struct
40 struct mnt_namespace *mnt_ns; /* containing namespace */
64 static inline void get_mnt_ns(struct mnt_namespace *ns) in get_mnt_ns()
71 struct mnt_namespace *ns;
Dnamespace.c545 static void touch_mnt_namespace(struct mnt_namespace *ns) in touch_mnt_namespace()
556 static void __touch_mnt_namespace(struct mnt_namespace *ns) in __touch_mnt_namespace()
647 struct mnt_namespace *n = parent->mnt_ns; in commit_tree()
2196 static struct mnt_namespace *alloc_mnt_ns(void) in alloc_mnt_ns()
2198 struct mnt_namespace *new_ns; in alloc_mnt_ns()
2200 new_ns = kmalloc(sizeof(struct mnt_namespace), GFP_KERNEL); in alloc_mnt_ns()
2232 static struct mnt_namespace *dup_mnt_ns(struct mnt_namespace *mnt_ns, in dup_mnt_ns()
2235 struct mnt_namespace *new_ns; in dup_mnt_ns()
2295 struct mnt_namespace *copy_mnt_ns(unsigned long flags, struct mnt_namespace *ns, in copy_mnt_ns()
2298 struct mnt_namespace *new_ns; in copy_mnt_ns()
[all …]
Dproc_namespace.c21 struct mnt_namespace *ns = p->ns; in mounts_poll()
227 struct mnt_namespace *ns = NULL; in mounts_open_common()
Dpnode.c32 struct mnt_namespace *ns, in get_peer_under_root()