Home
last modified time | relevance | path

Searched defs:mnt_namespace (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h41402 struct mnt_namespace { struct
41403 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h50769 struct mnt_namespace { struct
50770 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 …]