Home
last modified time | relevance | path

Searched refs:decomp_stream (Results 1 – 2 of 2) sorted by relevance

/linux/fs/squashfs/
H A Ddecompressor_multi.c46 struct decomp_stream { struct
52 static void put_decomp_stream(struct decomp_stream *decomp_strm, in put_decomp_stream() argument
65 struct decomp_stream *decomp_strm = NULL; in squashfs_decompressor_create()
109 struct decomp_stream *decomp_strm; in squashfs_decompressor_destroy()
113 struct decomp_stream, list); in squashfs_decompressor_destroy()
126 static struct decomp_stream *get_decomp_stream(struct squashfs_sb_info *msblk, in get_decomp_stream()
129 struct decomp_stream *decomp_strm; in get_decomp_stream()
137 struct decomp_stream, list); in get_decomp_stream()
188 struct decomp_stream *decomp_stream = get_decomp_stream(msblk, stream); in squashfs_decompress() local
189 res = msblk->decompressor->decompress(msblk, decomp_stream->stream, in squashfs_decompress()
[all …]
/linux/crypto/
H A Ddeflate.c39 struct z_stream_s decomp_stream; member
70 struct z_stream_s *stream = &ctx->decomp_stream; in deflate_decomp_init()
97 zlib_inflateEnd(&ctx->decomp_stream); in deflate_decomp_exit()
98 vfree(ctx->decomp_stream.workspace); in deflate_decomp_exit()
209 struct z_stream_s *stream = &dctx->decomp_stream; in __deflate_decompress()