Searched defs:squashfs_decompressor_thread_ops (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 43051 struct squashfs_decompressor_thread_ops { struct 43052 void * (*create)(struct squashfs_sb_info *, void *); 43053 void (*destroy)(struct squashfs_sb_info *); 43054 int (*decompress)(struct squashfs_sb_info *, struct bio *, int, int, struct squashfs_page_actor *); 43055 int (*max_decompressors)();
|
| D | vmlinux_602.h | 43051 struct squashfs_decompressor_thread_ops { struct 43052 void * (*create)(struct squashfs_sb_info *, void *); 43053 void (*destroy)(struct squashfs_sb_info *); 43054 int (*decompress)(struct squashfs_sb_info *, struct bio *, int, int, struct squashfs_page_actor *); 43055 int (*max_decompressors)();
|