Searched defs:mnt_namespace (Results 1 – 2 of 2) sorted by relevance
8 struct mnt_namespace { struct9 struct ns_common ns;10 struct mount * root;11 struct {16 struct user_namespace *user_ns;17 struct ucounts *ucounts;18 u64 seq; /* Sequence number to prevent loops */19 union {23 u64 event;24 unsigned int nr_mounts; /* # of mounts in the namespace */[all …]
170 DEFINE_FREE(mnt_ns_release, struct mnt_namespace *, if (_T) mnt_ns_release(_T)) in DEFINE_FREE()