/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | zlib.c | 96 unsigned long *total_in, unsigned long *total_out) in zlib_compress_pages() 107 unsigned long len = *total_out; in zlib_compress_pages() 112 *total_out = 0; in zlib_compress_pages() 122 workspace->strm.total_out = 0; in zlib_compress_pages() 190 workspace->strm.total_out) { in zlib_compress_pages() 219 if (workspace->strm.total_out > max_out) in zlib_compress_pages() 257 if (workspace->strm.total_out >= workspace->strm.total_in) { in zlib_compress_pages() 263 *total_out = workspace->strm.total_out; in zlib_compress_pages() 283 size_t total_out in zlib_decompress_bio() 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) zlib_compress_pages() argument 376 unsigned long total_out = 0; zlib_decompress() local [all...] |
H A D | compression.h | 86 unsigned long *total_out); 90 unsigned long total_out, u64 disk_start, 149 unsigned long *total_in, unsigned long *total_out); 160 unsigned long *total_in, unsigned long *total_out); 170 unsigned long *total_in, unsigned long *total_out);
|
H A D | zstd.c | 371 unsigned long *total_in, unsigned long *total_out) in zstd_compress_pages() 381 unsigned long len = *total_out; in zstd_compress_pages() 388 *total_out = 0; in zstd_compress_pages() 533 *total_out = tot_out; in zstd_compress_pages() 558 unsigned long total_out = 0; in zstd_decompress_bio() local 587 buf_start = total_out; in zstd_decompress_bio() 588 total_out += workspace->out_buf.pos; in zstd_decompress_bio() 592 buf_start, total_out, disk_start, orig_bio); in zstd_decompress_bio() 632 unsigned long total_out = 0; in zstd_decompress() local 676 buf_start = total_out; in zstd_decompress() 369 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) zstd_compress_pages() argument [all...] |
H A D | compression.c | 68 unsigned long *total_out) in compression_compress_pages() 73 out_pages, total_in, total_out); in compression_compress_pages() 76 out_pages, total_in, total_out); in compression_compress_pages() 79 out_pages, total_in, total_out); in compression_compress_pages() 1143 * @total_out is an in/out parameter, must be set to the input length and will 1153 unsigned long *total_out) in btrfs_compress_pages() 1163 out_pages, total_in, total_out); in btrfs_compress_pages() 1235 * total_out is the last byte of the buffer 1238 unsigned long total_out, u64 disk_start, in btrfs_decompress_buf2page() 1245 unsigned long working_bytes = total_out in btrfs_decompress_buf2page() 65 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) compression_compress_pages() argument 1149 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) btrfs_compress_pages() argument 1237 btrfs_decompress_buf2page(const char *buf, unsigned long buf_start, unsigned long total_out, u64 disk_start, struct bio *bio) btrfs_decompress_buf2page() argument [all...] |
H A D | lzo.c | 116 unsigned long *total_in, unsigned long *total_out) in lzo_compress_pages() 126 unsigned long len = *total_out; in lzo_compress_pages() 139 *total_out = 0; in lzo_compress_pages() 267 *total_out = tot_out; in lzo_compress_pages() 114 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) lzo_compress_pages() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | zlib.c | 96 unsigned long *total_in, unsigned long *total_out) in zlib_compress_pages() 107 unsigned long len = *total_out; in zlib_compress_pages() 112 *total_out = 0; in zlib_compress_pages() 122 workspace->strm.total_out = 0; in zlib_compress_pages() 190 workspace->strm.total_out) { in zlib_compress_pages() 217 if (workspace->strm.total_out > max_out) in zlib_compress_pages() 253 if (workspace->strm.total_out >= workspace->strm.total_in) { in zlib_compress_pages() 259 *total_out = workspace->strm.total_out; in zlib_compress_pages() 277 size_t total_out in zlib_decompress_bio() 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) zlib_compress_pages() argument 364 unsigned long total_out = 0; zlib_decompress() local [all...] |
H A D | zstd.c | 375 unsigned long *total_in, unsigned long *total_out) in zstd_compress_pages() 385 unsigned long len = *total_out; in zstd_compress_pages() 392 *total_out = 0; in zstd_compress_pages() 532 *total_out = tot_out; in zstd_compress_pages() 552 unsigned long total_out = 0; in zstd_decompress_bio() local 581 buf_start = total_out; in zstd_decompress_bio() 582 total_out += workspace->out_buf.pos; in zstd_decompress_bio() 586 total_out - buf_start, cb, buf_start); in zstd_decompress_bio() 626 unsigned long total_out = 0; in zstd_decompress() local 669 buf_start = total_out; in zstd_decompress() 373 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) zstd_compress_pages() argument [all...] |
H A D | compression.h | 84 unsigned long *total_out); 143 unsigned long *total_in, unsigned long *total_out); 154 unsigned long *total_in, unsigned long *total_out); 164 unsigned long *total_in, unsigned long *total_out);
|
H A D | lzo.c | 214 unsigned long *total_in, unsigned long *total_out) in lzo_compress_pages() 226 u32 len = *total_out; in lzo_compress_pages() 230 *total_out = 0; in lzo_compress_pages() 296 *total_out = cur_out; in lzo_compress_pages() 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) lzo_compress_pages() argument
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | compr_zlib.c | 93 def_strm.total_out = 0; in jffs2_zlib_compress() 95 while (def_strm.total_out < *dstlen - STREAM_END_SPACE && def_strm.total_in < *sourcelen) { in jffs2_zlib_compress() 96 def_strm.avail_out = *dstlen - (def_strm.total_out + STREAM_END_SPACE); in jffs2_zlib_compress() 102 jffs2_dbg(1, "deflate returned with avail_in %ld, avail_out %ld, total_in %ld, total_out %ld\n", in jffs2_zlib_compress() 104 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 123 if (def_strm.total_out >= def_strm.total_in) { in jffs2_zlib_compress() 125 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 131 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 133 *dstlen = def_strm.total_out; in jffs2_zlib_compress() 156 inf_strm.total_out in jffs2_zlib_decompress() [all...] |
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | compr_zlib.c | 93 def_strm.total_out = 0; in jffs2_zlib_compress() 95 while (def_strm.total_out < *dstlen - STREAM_END_SPACE && def_strm.total_in < *sourcelen) { in jffs2_zlib_compress() 96 def_strm.avail_out = *dstlen - (def_strm.total_out + STREAM_END_SPACE); in jffs2_zlib_compress() 102 jffs2_dbg(1, "deflate returned with avail_in %ld, avail_out %ld, total_in %ld, total_out %ld\n", in jffs2_zlib_compress() 104 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 123 if (def_strm.total_out >= def_strm.total_in) { in jffs2_zlib_compress() 125 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 131 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 133 *dstlen = def_strm.total_out; in jffs2_zlib_compress() 156 inf_strm.total_out in jffs2_zlib_decompress() [all...] |
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | zstd_wrapper.c | 67 size_t total_out = 0; in zstd_uncompress() local 118 total_out -= out_buf.pos; in zstd_uncompress() 120 total_out += out_buf.pos; /* add the additional data produced */ in zstd_uncompress() 134 return error ? error : total_out; in zstd_uncompress()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | zstd_wrapper.c | 67 size_t total_out = 0; in zstd_uncompress() local 125 total_out -= out_buf.pos; in zstd_uncompress() 127 total_out += out_buf.pos; /* add the additional data produced */ in zstd_uncompress() 143 return error ? error : total_out; in zstd_uncompress()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_zlib.c | 65 c_hdr->compress_size = compress_stream.total_out; in cudbg_compress_buff() 67 pout_buff->offset += compress_stream.total_out; in cudbg_compress_buff()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_zlib.c | 65 c_hdr->compress_size = compress_stream.total_out; in cudbg_compress_buff() 67 pout_buff->offset += compress_stream.total_out; in cudbg_compress_buff()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 288 uint64_t total_out = 0; in decompress_file() local 584 total_out = 0; in decompress_file() 914 total_out = total_out + tpbc; in decompress_file() 919 history_len = (total_out > window_max) ? window_max : total_out; in decompress_file() 954 cmdp->cpb.out_crc, (uint32_t) (total_out in decompress_file() 966 (total_out % (1ULL<<32))) { in decompress_file()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 288 uint64_t total_out = 0; in decompress_file() local 584 total_out = 0; in decompress_file() 914 total_out = total_out + tpbc; in decompress_file() 919 history_len = (total_out > window_max) ? window_max : total_out; in decompress_file() 954 cmdp->cpb.out_crc, (uint32_t) (total_out in decompress_file() 966 (total_out % (1ULL<<32))) { in decompress_file()
|
/kernel/linux/linux-5.10/fs/cramfs/ |
H A D | uncompress.c | 51 return stream.total_out; in cramfs_uncompress_block()
|
/kernel/linux/linux-6.6/fs/cramfs/ |
H A D | uncompress.c | 51 return stream.total_out; in cramfs_uncompress_block()
|
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
H A D | inflate.c | 39 strm->total_in = strm->total_out = state->total = 0; in zlib_inflateReset() 708 strm->total_out += out; in zlib_inflate() 751 strm->total_out += out; in zlib_inflate() 807 z->total_out += z->avail_in; in zlib_inflateIncomp()
|
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H A D | inflate.c | 39 strm->total_in = strm->total_out = state->total = 0; in zlib_inflateReset() 708 strm->total_out += out; in zlib_inflate() 751 strm->total_out += out; in zlib_inflate() 807 z->total_out += z->avail_in; in zlib_inflateIncomp()
|
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-aes.c | 374 cryp->total_out), 1); in starfive_aes_done_task() 376 cryp->total_out -= min_t(size_t, AES_BLOCK_SIZE, cryp->total_out); in starfive_aes_done_task() 378 if (!cryp->total_out) { in starfive_aes_done_task() 480 cryp->total_out = req->cryptlen; in starfive_aes_prepare_req() 489 cryp->total_out = areq->cryptlen; in starfive_aes_prepare_req() 492 cryp->total_out = cryp->total_in; in starfive_aes_prepare_req()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | zlib.h | 91 uLong total_out; /* total nb of bytes output so far */ member 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
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | zlib.h | 91 uLong total_out; /* total nb of bytes output so far */ member 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
|
/kernel/linux/linux-5.10/crypto/ |
H A D | deflate.c | 200 *dlen = stream->total_out; in __deflate_compress() 256 *dlen = stream->total_out; in __deflate_decompress()
|