Home
last modified time | relevance | path

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

/Linux-v5.4/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;
Dfs_context.h21 struct mnt_namespace;
/Linux-v5.4/fs/
Dmount.h8 struct mnt_namespace { struct
59 struct mnt_namespace *mnt_ns; /* containing namespace */
115 static inline void get_mnt_ns(struct mnt_namespace *ns) in get_mnt_ns()
133 struct mnt_namespace *ns;
152 static inline bool is_anon_ns(struct mnt_namespace *ns) in is_anon_ns()
Dnamespace.c668 struct mnt_namespace *ns = current->nsproxy->mnt_ns; in __is_local_mountpoint()
782 static void touch_mnt_namespace(struct mnt_namespace *ns) in touch_mnt_namespace()
793 static void __touch_mnt_namespace(struct mnt_namespace *ns) in __touch_mnt_namespace()
881 struct mnt_namespace *n = parent->mnt_ns; in commit_tree()
1451 struct mnt_namespace *ns; in umount_tree()
1731 struct mnt_namespace *to_mnt_ns(struct ns_common *ns) in to_mnt_ns()
1733 return container_of(ns, struct mnt_namespace, ns); in to_mnt_ns()
1741 struct mnt_namespace *mnt_ns; in mnt_ns_loop()
1831 static void free_mnt_ns(struct mnt_namespace *);
1832 static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *, bool);
[all …]
Dpnode.h55 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()