Searched refs:xz_dec_run (Results 1 – 6 of 6) sorted by relevance
15 EXPORT_SYMBOL(xz_dec_run);
133 ret = xz_dec_run(state, &buffers); in xz_dec_test_write()
734 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run() function
300 ret = xz_dec_run(s, &b); in unxz()323 ret = xz_dec_run(s, &b); in unxz()
214 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b);
144 xz_err = xz_dec_run(stream->state, &stream->buf); in squashfs_xz_uncompress()