Searched defs:z_erofs_decompressor (Results 1 – 1 of 1) sorted by relevance
22 struct z_erofs_decompressor { struct23 int (*config)(struct super_block *sb, struct erofs_super_block *dsb,25 int (*decompress)(struct z_erofs_decompress_req *rq,27 int (*init)(void);28 void (*exit)(void);29 char *name;