Searched refs:zstd_end_stream (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/zstd/
H A Dzstd_compress_module.c157 size_t zstd_end_stream(zstd_cstream *cstream, zstd_out_buffer *output) function
161 EXPORT_SYMBOL(zstd_end_stream); variable
/linux-master/include/linux/
H A Dzstd.h329 * zstd_end_stream() - flush internal buffers into output and end the frame
334 * zstd_end_stream() must be called until it returns 0, meaning all the data has
340 size_t zstd_end_stream(zstd_cstream *cstream, zstd_out_buffer *output);
/linux-master/fs/btrfs/
H A Dzstd.c494 ret2 = zstd_end_stream(stream, &workspace->out_buf);
496 pr_debug("BTRFS: zstd_end_stream returned %d\n",
/linux-master/fs/f2fs/
H A Dcompress.c399 ret = zstd_end_stream(stream, &outbuf);
401 printk_ratelimited("%sF2FS-fs (%s): %s zstd_end_stream returned %d\n",

Completed in 168 milliseconds