Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dcompress.h73 int z_erofs_stream_switch_bufs(struct z_erofs_stream_dctx *dctx, void **dst,
H A Ddecompressor_deflate.c152 err = z_erofs_stream_switch_bufs(&dctx, in z_erofs_deflate_decompress()
H A Ddecompressor_zstd.c184 err = z_erofs_stream_switch_bufs(&dctx, &out_buf.dst, in z_erofs_zstd_decompress()
H A Ddecompressor_lzma.c197 err = z_erofs_stream_switch_bufs(&dctx, (void **)&buf.out, in z_erofs_lzma_decompress()
H A Ddecompressor.c367 int z_erofs_stream_switch_bufs(struct z_erofs_stream_dctx *dctx, void **dst, in z_erofs_transform_plain()
374 int z_erofs_stream_switch_bufs(struct z_erofs_stream_dctx *dctx, void **dst, z_erofs_stream_switch_bufs() function