Home
last modified time | relevance | path

Searched defs:mnt_namespace (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dmount.h10 struct mnt_namespace { struct
11 struct ns_common ns;
12 struct mount * root;
13 struct {
18 struct user_namespace *user_ns;
19 struct ucounts *ucounts;
20 u64 seq; /* Sequence number to prevent loops */
21 union {
25 u64 seq_origin; /* Sequence number of origin mount namespace */
26 u64 event;
[all …]
H A Dnamespace.c179 DEFINE_FREE(mnt_ns_release, struct mnt_namespace *, if (_T) mnt_ns_release(_T)) in DEFINE_FREE()