Lines Matching defs:mnt_namespace
8 struct mnt_namespace { struct
9 atomic_t count;
10 struct ns_common ns;
11 struct mount * root;
17 struct list_head list;
18 spinlock_t ns_lock;
19 struct user_namespace *user_ns;
20 struct ucounts *ucounts;
21 u64 seq; /* Sequence number to prevent loops */
22 wait_queue_head_t poll;
23 u64 event;
24 unsigned int mounts; /* # of mounts in the namespace */
25 unsigned int pending_mounts;