Searched defs:squashfs_decompressor (Results 1 – 1 of 1) sorted by relevance
49385 struct squashfs_decompressor { struct49386 void * (*init)(struct squashfs_sb_info *, void *);49387 void * (*comp_opts)(struct squashfs_sb_info *, void *, int);49388 void (*free)(void *);49389 …compress)(struct squashfs_sb_info *, void *, struct bio *, int, int, struct squashfs_page_actor *);49390 int id;49391 char *name;49392 int supported;