Searched defs:comp_opts (Results 1 – 14 of 14) sorted by relevance
79 static struct lz4_comp_opts comp_opts; in lz4_dump_options() local112 struct lz4_comp_opts *comp_opts = buffer; in lz4_extract_options() local164 struct lz4_comp_opts *comp_opts = buffer; in lz4_check_options() local189 struct lz4_comp_opts *comp_opts = buffer; in lz4_display_options() local
67 struct comp_opts { struct68 int dictionary_size;69 int flags;
86 static struct zstd_comp_opts comp_opts; in zstd_dump_options() local121 struct zstd_comp_opts *comp_opts = buffer; in zstd_extract_options() local155 struct zstd_comp_opts *comp_opts = buffer; in zstd_display_options() local
167 static struct lzo_comp_opts comp_opts; in lzo_dump_options() local212 struct lzo_comp_opts *comp_opts = buffer; in lzo_extract_options() local268 struct lzo_comp_opts *comp_opts = buffer; in lzo_display_options() local
174 static struct gzip_comp_opts comp_opts; in gzip_dump_options() local226 struct gzip_comp_opts *comp_opts = buffer; in gzip_extract_options() local281 struct gzip_comp_opts *comp_opts = buffer; in gzip_display_options() local
228 static struct comp_opts comp_opts; in xz_dump_options() local279 struct comp_opts *comp_opts = buffer; in xz_extract_options() local327 struct comp_opts *comp_opts = buffer; in xz_display_options() local
107 int comp_opts = FALSE; variable
18 static const struct xt_option_entry comp_opts[] = { variable
61105 void * (*comp_opts)(struct squashfs_sb_info *, void *, int); member61420 struct comp_opts { struct61421 int dict_size;
43042 void * (*comp_opts)(struct squashfs_sb_info *, void *, int); member43560 struct comp_opts { struct43564 struct lz4_comp_opts { argument