Searched defs:kernfs_ops (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 5521 struct kernfs_ops { struct 5522 int (*open)(struct kernfs_open_file *); 5523 void (*release)(struct kernfs_open_file *); 5524 int (*seq_show)(struct seq_file *, void *); 5525 void * (*seq_start)(struct seq_file *, loff_t *); 5526 void * (*seq_next)(struct seq_file *, void *, loff_t *); 5527 void (*seq_stop)(struct seq_file *, void *); 5528 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 5529 size_t atomic_write_len; 5530 bool prealloc; [all …]
|
D | vmlinux.h | 5521 struct kernfs_ops { struct 5522 int (*open)(struct kernfs_open_file *); 5523 void (*release)(struct kernfs_open_file *); 5524 int (*seq_show)(struct seq_file *, void *); 5525 void * (*seq_start)(struct seq_file *, loff_t *); 5526 void * (*seq_next)(struct seq_file *, void *, loff_t *); 5527 void (*seq_stop)(struct seq_file *, void *); 5528 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 5529 size_t atomic_write_len; 5530 bool prealloc; [all …]
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 6702 struct kernfs_ops { struct 6703 int (*open)(struct kernfs_open_file *); 6704 void (*release)(struct kernfs_open_file *); 6705 int (*seq_show)(struct seq_file *, void *); 6706 void * (*seq_start)(struct seq_file *, loff_t *); 6707 void * (*seq_next)(struct seq_file *, void *, loff_t *); 6708 void (*seq_stop)(struct seq_file *, void *); 6709 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 6710 size_t atomic_write_len; 6711 bool prealloc; [all …]
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 5166 struct kernfs_ops { struct 5167 int (*open)(struct kernfs_open_file *); 5168 void (*release)(struct kernfs_open_file *); 5169 int (*seq_show)(struct seq_file *, void *); 5170 void * (*seq_start)(struct seq_file *, loff_t *); 5171 void * (*seq_next)(struct seq_file *, void *, loff_t *); 5172 void (*seq_stop)(struct seq_file *, void *); 5173 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 5174 size_t atomic_write_len; 5175 bool prealloc; [all …]
|
D | vmlinux_510.h | 5166 struct kernfs_ops { struct 5167 int (*open)(struct kernfs_open_file *); 5168 void (*release)(struct kernfs_open_file *); 5169 int (*seq_show)(struct seq_file *, void *); 5170 void * (*seq_start)(struct seq_file *, loff_t *); 5171 void * (*seq_next)(struct seq_file *, void *, loff_t *); 5172 void (*seq_stop)(struct seq_file *, void *); 5173 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 5174 size_t atomic_write_len; 5175 bool prealloc; [all …]
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 6202 struct kernfs_ops { struct 6203 int (*open)(struct kernfs_open_file *); 6204 void (*release)(struct kernfs_open_file *); 6205 int (*seq_show)(struct seq_file *, void *); 6206 void * (*seq_start)(struct seq_file *, loff_t *); 6207 void * (*seq_next)(struct seq_file *, void *, loff_t *); 6208 void (*seq_stop)(struct seq_file *, void *); 6209 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 6210 size_t atomic_write_len; 6211 bool prealloc; [all …]
|
D | vmlinux_505.h | 6202 struct kernfs_ops { struct 6203 int (*open)(struct kernfs_open_file *); 6204 void (*release)(struct kernfs_open_file *); 6205 int (*seq_show)(struct seq_file *, void *); 6206 void * (*seq_start)(struct seq_file *, loff_t *); 6207 void * (*seq_next)(struct seq_file *, void *, loff_t *); 6208 void (*seq_stop)(struct seq_file *, void *); 6209 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t); 6210 size_t atomic_write_len; 6211 bool prealloc; [all …]
|