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 const char *z_erofs_stream_switch_bufs(struct z_erofs_stream_dctx *dctx,
H A Ddecompressor_deflate.c146 reason = z_erofs_stream_switch_bufs(&dctx, in __z_erofs_deflate_decompress()
H A Ddecompressor_lzma.c191 reason = z_erofs_stream_switch_bufs(&dctx, (void **)&buf.out, in z_erofs_lzma_decompress()
H A Ddecompressor_zstd.c178 reason = z_erofs_stream_switch_bufs(&dctx, &out_buf.dst, in z_erofs_zstd_decompress()
H A Ddecompressor.c342 const char *z_erofs_stream_switch_bufs(struct z_erofs_stream_dctx *dctx, in z_erofs_stream_switch_bufs() function