Home
last modified time | relevance | path

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

/linux-6.15/fs/
Dmount.h14 struct mnt_namespace { struct
15 struct ns_common ns;
16 struct mount * root;
17 struct {
22 struct user_namespace *user_ns;
23 struct ucounts *ucounts;
24 u64 seq; /* Sequence number to prevent loops */
25 union {
29 u64 seq_origin; /* Sequence number of origin mount namespace */
30 u64 event;
[all …]
Dnamespace.c179 DEFINE_FREE(mnt_ns_release, struct mnt_namespace *, if (_T) mnt_ns_release(_T)) in DEFINE_FREE()