Lines Matching refs:decomp_stream
49 struct decomp_stream { struct
55 static void put_decomp_stream(struct decomp_stream *decomp_strm, in put_decomp_stream() argument
68 struct decomp_stream *decomp_strm = NULL; in squashfs_decompressor_create()
112 struct decomp_stream *decomp_strm; in squashfs_decompressor_destroy()
116 struct decomp_stream, list); in squashfs_decompressor_destroy()
129 static struct decomp_stream *get_decomp_stream(struct squashfs_sb_info *msblk, in get_decomp_stream()
132 struct decomp_stream *decomp_strm; in get_decomp_stream()
140 struct decomp_stream, list); in get_decomp_stream()
190 struct decomp_stream *decomp_stream = get_decomp_stream(msblk, stream); in squashfs_decompress() local
191 res = msblk->decompressor->decompress(msblk, decomp_stream->stream, in squashfs_decompress()
193 put_decomp_stream(decomp_stream, stream); in squashfs_decompress()