Searched defs:mnt_namespace (Results 1 – 1 of 1) sorted by relevance
39500 struct mnt_namespace { struct39501 struct ns_common ns;39502 struct mount *root;39503 struct list_head list;39504 spinlock_t ns_lock;39505 struct user_namespace *user_ns;39506 struct ucounts *ucounts;39507 u64 seq;39508 wait_queue_head_t poll;39509 u64 event;[all …]