Searched refs:xz_dec_run (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/lib/xz/ |
D | xz_dec_syms.c | 14 EXPORT_SYMBOL(xz_dec_run);
|
D | xz_dec_test.c | 132 ret = xz_dec_run(state, &buffers); in xz_dec_test_write()
|
D | xz_dec_stream.c | 749 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run() function
|
/linux-6.12.1/lib/ |
D | decompress_unxz.c | 307 ret = xz_dec_run(s, &b); in unxz() 330 ret = xz_dec_run(s, &b); in unxz()
|
/linux-6.12.1/include/linux/ |
D | xz.h | 208 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
|
/linux-6.12.1/fs/squashfs/ |
D | xz_wrapper.c | 172 xz_err = xz_dec_run(stream->state, &stream->buf); in squashfs_xz_uncompress()
|
/linux-6.12.1/kernel/module/ |
D | decompress.c | 184 xz_ret = xz_dec_run(xz_dec, &xz_buf); in module_xz_decompress()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw_mfa2.c | 395 xz_ret = xz_dec_run(xz_dec, xz_buf); in mlxfw_mfa2_xz_dec_run()
|
/linux-6.12.1/drivers/base/firmware_loader/ |
D | main.c | 404 xz_ret = xz_dec_run(xz_dec, &xz_buf); in fw_decompress_xz_single() 442 xz_ret = xz_dec_run(xz_dec, &xz_buf); in fw_decompress_xz_pages()
|