Lines Matching refs:decomp_stream
46 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()
191 put_decomp_stream(decomp_stream, stream); in squashfs_decompress()