Searched refs:pgpl (Results 1 – 5 of 5) sorted by relevance
/linux/fs/erofs/ |
H A D | decompressor_deflate.c | 101 struct page **pgpl) in z_erofs_deflate_decompress() argument 154 (void **)&strm->z.next_in, pgpl); in z_erofs_deflate_decompress()
|
H A D | decompressor_zstd.c | 139 struct page **pgpl) in z_erofs_zstd_decompress() argument 185 (void **)&in_buf.src, pgpl); in z_erofs_zstd_decompress()
|
H A D | decompressor_lzma.c | 150 struct page **pgpl) in z_erofs_lzma_decompress() argument 198 (void **)&buf.in, pgpl); in z_erofs_lzma_decompress()
|
H A D | compress.h | 74 void **src, struct page **pgpl);
|
H A D | decompressor.c | 368 void **src, struct page **pgpl) in z_erofs_transform_plain() 387 *pgo = erofs_allocpage(pgpl, rq->gfp); in z_erofs_stream_switch_bufs() 440 tmppage = erofs_allocpage(pgpl, rq->gfp); in z_erofs_stream_switch_bufs() 375 z_erofs_stream_switch_bufs(struct z_erofs_stream_dctx * dctx,void ** dst,void ** src,struct page ** pgpl) z_erofs_stream_switch_bufs() argument
|