Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dmnt_namespace.h6 struct mnt_namespace;
10 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
12 extern void put_mnt_ns(struct mnt_namespace *ns);
Dnsproxy.h8 struct mnt_namespace;
35 struct mnt_namespace *mnt_ns;
Dmount.h23 struct mnt_namespace;
/linux-4.19.296/fs/
Dmount.h8 struct mnt_namespace { struct
59 struct mnt_namespace *mnt_ns; /* containing namespace */
113 static inline void get_mnt_ns(struct mnt_namespace *ns) in get_mnt_ns()
131 struct mnt_namespace *ns;
Dnamespace.c673 struct mnt_namespace *ns = current->nsproxy->mnt_ns; in __is_local_mountpoint()
776 static void touch_mnt_namespace(struct mnt_namespace *ns) in touch_mnt_namespace()
787 static void __touch_mnt_namespace(struct mnt_namespace *ns) in __touch_mnt_namespace()
902 struct mnt_namespace *n = parent->mnt_ns; in commit_tree()
1436 struct mnt_namespace *ns; in umount_tree()
1702 struct mnt_namespace *to_mnt_ns(struct ns_common *ns) in to_mnt_ns()
1704 return container_of(ns, struct mnt_namespace, ns); in to_mnt_ns()
1712 struct mnt_namespace *mnt_ns; in mnt_ns_loop()
1905 int count_mounts(struct mnt_namespace *ns, struct mount *mnt) in count_mounts()
1996 struct mnt_namespace *ns = dest_mnt->mnt_ns; in attach_recursive_mnt()
[all …]
Dpnode.h57 int count_mounts(struct mnt_namespace *ns, struct mount *mnt);
Dproc_namespace.c25 struct mnt_namespace *ns = p->ns; in mounts_poll()
243 struct mnt_namespace *ns = NULL; in mounts_open_common()
Dpnode.c38 struct mnt_namespace *ns, in get_peer_under_root()