Lines Matching full:decompression
150 /* Reserved fallback memory for decompression only */
170 /* Fallback memory structure used for decompression only if memory runs out */
185 * For decompression we use a different handler which also provides fallback
205 /* Decompression memory handler */
514 * decompression to counter the effects of padding which might be added in zfs_zstd_compress_impl()
516 * hell out of our decompression function. in zfs_zstd_compress_impl()
674 * Returns 0 on success (decompression function returned non-negative) in zfs_zstd_decompress_level_buf()
675 * and non-zero on failure (decompression function returned negative. in zfs_zstd_decompress_level_buf()
734 * Allocator for zstd decompression context using mempool_allocator with
746 /* Try harder, decompression shall not fail */ in zstd_dctx_alloc()
760 * other following threads need to wait here until decompression in zstd_dctx_alloc()
807 /* Allocate fallback memory to ensure safe decompression */
840 * Estimate the size of the fallback decompression context. in zstd_meminit()