Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h5001 struct kernfs_open_file { struct
5002 struct kernfs_node *kn;
5003 struct file *file;
5004 struct seq_file *seq_file;
5005 void *priv;
5006 struct mutex mutex;
5007 struct mutex prealloc_mutex;
5008 int event;
5009 struct list_head list;
5010 char *prealloc_buf;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h4595 struct kernfs_open_file { struct
4596 struct kernfs_node *kn;
4597 struct file *file;
4598 struct seq_file *seq_file;
4599 void *priv;
4600 struct mutex mutex;
4601 struct mutex prealloc_mutex;
4602 int event;
4603 struct list_head list;
4604 char *prealloc_buf;
[all …]