Home
last modified time | relevance | path

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

/fs/erofs/
Ddecompressor_lzma.c6 struct z_erofs_lzma { struct
7 struct z_erofs_lzma *next; argument
17 static struct z_erofs_lzma *z_erofs_lzma_head; argument
26 struct z_erofs_lzma *strm; in z_erofs_lzma_exit()
39 struct z_erofs_lzma *n = strm->next; in z_erofs_lzma_exit()
59 struct z_erofs_lzma *strm = kzalloc(sizeof(*strm), GFP_KERNEL); in z_erofs_lzma_init()
80 struct z_erofs_lzma *strm, *head = NULL; in z_erofs_load_lzma_config()
111 struct z_erofs_lzma *last; in z_erofs_load_lzma_config()
160 struct z_erofs_lzma *strm; in z_erofs_lzma_decompress()