Home
last modified time | relevance | path

Searched defs:kernfs_ops (Results 1 – 7 of 7) sorted by relevance

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h5521 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 …]
Dvmlinux.h5521 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/
Dvmlinux.h6702 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/
Dvmlinux.h5166 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 …]
Dvmlinux_510.h5166 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/
Dvmlinux.h6202 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 …]
Dvmlinux_505.h6202 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 …]