Searched defs:mnt_namespace (Results 1 – 1 of 1) sorted by relevance
42407 struct mnt_namespace { struct42408 struct ns_common ns;42409 struct mount *root;42410 struct list_head list;42411 spinlock_t ns_lock;42412 struct user_namespace *user_ns;42413 struct ucounts *ucounts;42414 u64 seq;42415 wait_queue_head_t poll;42416 u64 event;[all …]