Searched refs:total_out (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/fs/jffs2/
H A Dcompr_zlib.c93 def_strm.total_out = 0;
95 while (def_strm.total_out < *dstlen - STREAM_END_SPACE && def_strm.total_in < *sourcelen) {
96 def_strm.avail_out = *dstlen - (def_strm.total_out + STREAM_END_SPACE);
102 jffs2_dbg(1, "deflate returned with avail_in %ld, avail_out %ld, total_in %ld, total_out %ld\n",
104 def_strm.total_in, def_strm.total_out);
123 if (def_strm.total_out >= def_strm.total_in) {
125 def_strm.total_in, def_strm.total_out);
131 def_strm.total_in, def_strm.total_out);
133 *dstlen = def_strm.total_out;
156 inf_strm.total_out
[all...]
/linux-master/fs/btrfs/
H A Dzlib.c96 unsigned long *total_in, unsigned long *total_out)
107 unsigned long len = *total_out;
112 *total_out = 0;
122 workspace->strm.total_out = 0;
190 workspace->strm.total_out) {
217 if (workspace->strm.total_out > max_out)
253 if (workspace->strm.total_out >= workspace->strm.total_in) {
259 *total_out = workspace->strm.total_out;
277 size_t total_out local
94 zlib_compress_pages(struct list_head *ws, struct address_space *mapping, u64 start, struct page **pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out) argument
[all...]
H A Dcompression.h92 unsigned long *total_out);
154 unsigned long *total_in, unsigned long *total_out);
165 unsigned long *total_in, unsigned long *total_out);
175 unsigned long *total_in, unsigned long *total_out);
H A Dzstd.c379 unsigned long *total_in, unsigned long *total_out)
389 unsigned long len = *total_out;
396 *total_out = 0;
535 *total_out = tot_out;
555 unsigned long total_out = 0; local
584 buf_start = total_out;
585 total_out += workspace->out_buf.pos;
589 total_out - buf_start, cb, buf_start);
377 zstd_compress_pages(struct list_head *ws, struct address_space *mapping, u64 start, struct page **pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out) argument
H A Dlzo.c214 unsigned long *total_in, unsigned long *total_out)
226 u32 len = *total_out;
230 *total_out = 0;
296 *total_out = cur_out;
212 lzo_compress_pages(struct list_head *ws, struct address_space *mapping, u64 start, struct page **pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out) argument
H A Dcompression.c95 unsigned long *total_out)
100 out_pages, total_in, total_out);
103 out_pages, total_in, total_out);
106 out_pages, total_in, total_out);
994 * @total_out is an in/out parameter, must be set to the input length and will
1001 unsigned long *total_out)
1011 out_pages, total_in, total_out);
92 compression_compress_pages(int type, struct list_head *ws, struct address_space *mapping, u64 start, struct page **pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out) argument
997 btrfs_compress_pages(unsigned int type_level, struct address_space *mapping, u64 start, struct page **pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out) argument
/linux-master/fs/squashfs/
H A Dzstd_wrapper.c67 size_t total_out = 0; local
125 total_out -= out_buf.pos;
127 total_out += out_buf.pos; /* add the additional data produced */
143 return error ? error : total_out;
H A Dzlib_wrapper.c125 return error ? error : stream->total_out;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.c65 c_hdr->compress_size = compress_stream.total_out;
67 pout_buff->offset += compress_stream.total_out;
/linux-master/fs/cramfs/
H A Duncompress.c51 return stream.total_out;
/linux-master/include/linux/
H A Dzlib.h91 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
130 The fields total_in and total_out can be used for statistics or
414 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c288 uint64_t total_out = 0; local
584 total_out = 0;
914 total_out = total_out + tpbc;
919 history_len = (total_out > window_max) ? window_max : total_out;
954 cmdp->cpb.out_crc, (uint32_t) (total_out
966 (total_out % (1ULL<<32))) {
/linux-master/crypto/
H A Ddeflate.c183 *dlen = stream->total_out;
239 *dlen = stream->total_out;
/linux-master/drivers/crypto/starfive/
H A Djh7110-aes.c367 cryp->total_out), 1);
369 cryp->total_out -= min_t(size_t, AES_BLOCK_SIZE, cryp->total_out);
371 if (!cryp->total_out) {
473 cryp->total_out = req->cryptlen;
482 cryp->total_out = areq->cryptlen;
485 cryp->total_out = cryp->total_in;
H A Djh7110-cryp.h195 size_t total_out; member in struct:starfive_cryp_dev
/linux-master/lib/zlib_inflate/
H A Dinflate.c39 strm->total_in = strm->total_out = state->total = 0;
708 strm->total_out += out;
751 strm->total_out += out;
807 z->total_out += z->avail_in;
/linux-master/fs/isofs/
H A Dcompress.c50 z_stream stream = { .total_out = 0,
199 return stream.total_out;
/linux-master/fs/pstore/
H A Dplatform.c201 return zstream.total_out;
630 unzipped_len = zstream->total_out;
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c86 strm->total_out += (strm->avail_out - avail_out);
/linux-master/lib/zlib_deflate/
H A Ddefutil.h436 strm->total_out += len;
H A Ddeflate.c291 strm->total_in = strm->total_out = 0;
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c334 stream.total_out = 0;
344 if (stream.total_out >= stream.total_in)
347 ret = stream.total_out;
/linux-master/fs/bcachefs/
H A Dcompress.c348 return strm.total_out;
/linux-master/fs/
H A Dbinfmt_flat.c263 strm.total_out = 0;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1043 return p_hwfn->stream->total_out / 4;

Completed in 215 milliseconds

12