Searched defs:mnt_namespace (Results 1 – 2 of 2) sorted by relevance
41402 struct mnt_namespace { struct41403 struct ns_common ns;41404 struct mount *root;41405 struct list_head list;41406 spinlock_t ns_lock;41407 struct user_namespace *user_ns;41408 struct ucounts *ucounts;41409 u64 seq;41410 wait_queue_head_t poll;41411 u64 event;[all …]
50769 struct mnt_namespace { struct50770 struct ns_common ns;50771 struct mount *root;50772 struct list_head list;50773 spinlock_t ns_lock;50774 struct user_namespace *user_ns;50775 struct ucounts *ucounts;50776 u64 seq;50777 wait_queue_head_t poll;50778 u64 event;[all …]