Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmnt_namespace.h6 struct mnt_namespace;
11 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
13 extern void put_mnt_ns(struct mnt_namespace *ns);
14 extern struct ns_common *from_mnt_ns(struct mnt_namespace *);
Dnsproxy.h8 struct mnt_namespace;
35 struct mnt_namespace *mnt_ns;
Dmount.h23 struct mnt_namespace;
Dfs_context.h21 struct mnt_namespace;
/kernel/linux/linux-5.10/fs/
Dmount.h8 struct mnt_namespace { struct
65 struct mnt_namespace *mnt_ns; /* containing namespace */
121 static inline void get_mnt_ns(struct mnt_namespace *ns) in get_mnt_ns()
139 struct mnt_namespace *ns;
156 static inline bool is_anon_ns(struct mnt_namespace *ns) in is_anon_ns()
161 extern void mnt_cursor_del(struct mnt_namespace *ns, struct mount *cursor);
Dnamespace.c652 static inline void lock_ns_list(struct mnt_namespace *ns) in lock_ns_list()
657 static inline void unlock_ns_list(struct mnt_namespace *ns) in unlock_ns_list()
684 struct mnt_namespace *ns = current->nsproxy->mnt_ns; in __is_local_mountpoint()
799 static void touch_mnt_namespace(struct mnt_namespace *ns) in touch_mnt_namespace()
810 static void __touch_mnt_namespace(struct mnt_namespace *ns) in __touch_mnt_namespace()
898 struct mnt_namespace *n = parent->mnt_ns; in commit_tree()
1268 static struct mount *mnt_list_next(struct mnt_namespace *ns, in mnt_list_next()
1343 void mnt_cursor_del(struct mnt_namespace *ns, struct mount *cursor) in mnt_cursor_del()
1505 struct mnt_namespace *ns; in umount_tree()
1792 static struct mnt_namespace *to_mnt_ns(struct ns_common *ns) in to_mnt_ns()
[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()
244 struct mnt_namespace *ns = NULL; in mounts_open_common()
Dd_path.c105 struct mnt_namespace *mnt_ns; in prepend_path()
Dpnode.c38 struct mnt_namespace *ns, in get_peer_under_root()