Searched refs:xz_buf (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/base/firmware_loader/ |
A D | main.c | 326 struct xz_buf xz_buf; in fw_decompress_xz_single() local 333 xz_buf.in_size = in_size; in fw_decompress_xz_single() 334 xz_buf.in = in_buffer; in fw_decompress_xz_single() 335 xz_buf.in_pos = 0; in fw_decompress_xz_single() 338 xz_buf.out_pos = 0; in fw_decompress_xz_single() 352 struct xz_buf xz_buf; in fw_decompress_xz_pages() local 361 xz_buf.in_size = in_size; in fw_decompress_xz_pages() 362 xz_buf.in = in_buffer; in fw_decompress_xz_pages() 363 xz_buf.in_pos = 0; in fw_decompress_xz_pages() 375 xz_buf.out = kmap(page); in fw_decompress_xz_pages() [all …]
|
/linux/include/linux/ |
A D | xz.h | 136 struct xz_buf { struct 214 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b); 333 struct xz_buf *b);
|
/linux/lib/xz/ |
A D | xz_dec_stream.c | 157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() 218 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() 281 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update() 296 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() 346 static enum xz_ret crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate() 370 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() 549 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main() 750 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
|
A D | xz_private.h | 130 struct xz_buf *b); 157 struct xz_buf *b);
|
A D | xz_dec_lzma2.c | 290 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() 378 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() 437 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush() 481 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init() 879 static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma() 965 struct xz_buf *b) in xz_dec_lzma2_run() 1216 struct xz_buf *b) in xz_dec_microlzma_run()
|
A D | xz_dec_test.c | 52 static struct xz_buf buffers = {
|
A D | xz_dec_bcj.c | 399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush() 419 struct xz_buf *b) in xz_dec_bcj_run()
|
/linux/drivers/net/ethernet/mellanox/mlxfw/ |
A D | mlxfw_mfa2.c | 390 static int mlxfw_mfa2_xz_dec_run(struct xz_dec *xz_dec, struct xz_buf *xz_buf, in mlxfw_mfa2_xz_dec_run() argument 395 xz_ret = xz_dec_run(xz_dec, xz_buf); in mlxfw_mfa2_xz_dec_run() 429 struct xz_buf dec_buf; in mlxfw_mfa2_file_cb_offset_xz()
|
/linux/fs/squashfs/ |
A D | xz_wrapper.c | 26 struct xz_buf buf;
|
/linux/lib/ |
A D | decompress_unxz.c | 257 struct xz_buf b; in unxz()
|
/linux/fs/erofs/ |
A D | decompressor_lzma.c | 9 struct xz_buf buf;
|
Completed in 20 milliseconds