Home
last modified time | relevance | path

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

/fs/squashfs/
Ddecompressor_multi.c47 struct decomp_stream { struct
53 static void put_decomp_stream(struct decomp_stream *decomp_strm, in put_decomp_stream() argument
66 struct decomp_stream *decomp_strm = NULL; in squashfs_decompressor_create()
110 struct decomp_stream *decomp_strm; in squashfs_decompressor_destroy()
114 struct decomp_stream, list); in squashfs_decompressor_destroy()
127 static struct decomp_stream *get_decomp_stream(struct squashfs_sb_info *msblk, in get_decomp_stream()
130 struct decomp_stream *decomp_strm; in get_decomp_stream()
138 struct decomp_stream, list); in get_decomp_stream()
189 struct decomp_stream *decomp_stream = get_decomp_stream(msblk, stream); in squashfs_decompress() local
190 res = msblk->decompressor->decompress(msblk, decomp_stream->stream, in squashfs_decompress()
[all …]