Searched defs:kernfs_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 4984 struct kernfs_ops { struct 4985 int (*open)(struct kernfs_open_file *); 4986 void (*release)(struct kernfs_open_file *); 4987 int (*seq_show)(struct seq_file *, void *); 4988 void * (*seq_start)(struct seq_file *, loff_t *); 4989 void * (*seq_next)(struct seq_file *, void *, loff_t *); 4990 void (*seq_stop)(struct seq_file *, void *); 4991 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 4992 size_t atomic_write_len; 4993 bool prealloc; [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 4578 struct kernfs_ops { struct 4579 int (*open)(struct kernfs_open_file *); 4580 void (*release)(struct kernfs_open_file *); 4581 int (*seq_show)(struct seq_file *, void *); 4582 void * (*seq_start)(struct seq_file *, loff_t *); 4583 void * (*seq_next)(struct seq_file *, void *, loff_t *); 4584 void (*seq_stop)(struct seq_file *, void *); 4585 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 4586 size_t atomic_write_len; 4587 bool prealloc; [all …]
|