Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h4633 struct kernfs_ops { struct
4634 int (*open)(struct kernfs_open_file *);
4635 void (*release)(struct kernfs_open_file *);
4636 int (*seq_show)(struct seq_file *, void *);
4637 void * (*seq_start)(struct seq_file *, loff_t *);
4638 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4639 void (*seq_stop)(struct seq_file *, void *);
4640 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4641 size_t atomic_write_len;
4642 bool prealloc;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h4768 struct kernfs_ops { struct
4769 int (*open)(struct kernfs_open_file *);
4770 void (*release)(struct kernfs_open_file *);
4771 int (*seq_show)(struct seq_file *, void *);
4772 void * (*seq_start)(struct seq_file *, loff_t *);
4773 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4774 void (*seq_stop)(struct seq_file *, void *);
4775 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4776 size_t atomic_write_len;
4777 bool prealloc;
[all …]
Dvmlinux.h4768 struct kernfs_ops { struct
4769 int (*open)(struct kernfs_open_file *);
4770 void (*release)(struct kernfs_open_file *);
4771 int (*seq_show)(struct seq_file *, void *);
4772 void * (*seq_start)(struct seq_file *, loff_t *);
4773 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4774 void (*seq_stop)(struct seq_file *, void *);
4775 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4776 size_t atomic_write_len;
4777 bool prealloc;
[all …]
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h4483 struct kernfs_ops { struct
4484 int (*open)(struct kernfs_open_file *);
4485 void (*release)(struct kernfs_open_file *);
4486 int (*seq_show)(struct seq_file *, void *);
4487 void * (*seq_start)(struct seq_file *, loff_t *);
4488 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4489 void (*seq_stop)(struct seq_file *, void *);
4490 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4491 size_t atomic_write_len;
4492 bool prealloc;
[all …]
Dvmlinux.h4483 struct kernfs_ops { struct
4484 int (*open)(struct kernfs_open_file *);
4485 void (*release)(struct kernfs_open_file *);
4486 int (*seq_show)(struct seq_file *, void *);
4487 void * (*seq_start)(struct seq_file *, loff_t *);
4488 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4489 void (*seq_stop)(struct seq_file *, void *);
4490 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4491 size_t atomic_write_len;
4492 bool prealloc;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_518.h4413 struct kernfs_ops { struct
4414 int (*open)(struct kernfs_open_file *);
4415 void (*release)(struct kernfs_open_file *);
4416 int (*seq_show)(struct seq_file *, void *);
4417 void * (*seq_start)(struct seq_file *, loff_t *);
4418 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4419 void (*seq_stop)(struct seq_file *, void *);
4420 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4421 size_t atomic_write_len;
4422 bool prealloc;
[all …]
Dvmlinux.h4413 struct kernfs_ops { struct
4414 int (*open)(struct kernfs_open_file *);
4415 void (*release)(struct kernfs_open_file *);
4416 int (*seq_show)(struct seq_file *, void *);
4417 void * (*seq_start)(struct seq_file *, loff_t *);
4418 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4419 void (*seq_stop)(struct seq_file *, void *);
4420 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4421 size_t atomic_write_len;
4422 bool prealloc;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h2668 struct kernfs_ops { struct
2669 int (*open)(struct kernfs_open_file *);
2670 void (*release)(struct kernfs_open_file *);
2671 int (*seq_show)(struct seq_file *, void *);
2672 void * (*seq_start)(struct seq_file *, loff_t *);
2673 void * (*seq_next)(struct seq_file *, void *, loff_t *);
2674 void (*seq_stop)(struct seq_file *, void *);
2675 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
2676 size_t atomic_write_len;
2677 bool prealloc;
[all …]
Dvmlinux_608.h2668 struct kernfs_ops { struct
2669 int (*open)(struct kernfs_open_file *);
2670 void (*release)(struct kernfs_open_file *);
2671 int (*seq_show)(struct seq_file *, void *);
2672 void * (*seq_start)(struct seq_file *, loff_t *);
2673 void * (*seq_next)(struct seq_file *, void *, loff_t *);
2674 void (*seq_stop)(struct seq_file *, void *);
2675 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
2676 size_t atomic_write_len;
2677 bool prealloc;
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h4285 struct kernfs_ops { struct
4286 int (*open)(struct kernfs_open_file *);
4287 void (*release)(struct kernfs_open_file *);
4288 int (*seq_show)(struct seq_file *, void *);
4289 void * (*seq_start)(struct seq_file *, loff_t *);
4290 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4291 void (*seq_stop)(struct seq_file *, void *);
4292 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4293 size_t atomic_write_len;
4294 bool prealloc;
[all …]
Dvmlinux_602.h4285 struct kernfs_ops { struct
4286 int (*open)(struct kernfs_open_file *);
4287 void (*release)(struct kernfs_open_file *);
4288 int (*seq_show)(struct seq_file *, void *);
4289 void * (*seq_start)(struct seq_file *, loff_t *);
4290 void * (*seq_next)(struct seq_file *, void *, loff_t *);
4291 void (*seq_stop)(struct seq_file *, void *);
4292 ssize_t (*read)(struct kernfs_open_file *, char *, size_t, loff_t);
4293 size_t atomic_write_len;
4294 bool prealloc;
[all …]