Lines Matching defs:mnt_namespace
14 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;
32 __u32 n_fsnotify_mask;
33 struct fsnotify_mark_connector __rcu *n_fsnotify_marks;
35 unsigned int nr_mounts; /* # of mounts in the namespace */
36 unsigned int pending_mounts;
37 struct rb_node mnt_ns_tree_node; /* node in the mnt_ns_tree */
38 struct list_head mnt_ns_list; /* entry in the sequential list of mounts namespace */
39 refcount_t passive; /* number references not pinning @mounts */
40 mntns_flags_t mntns_flags;