Lines Matching refs:d_len
53 size_t d_len, int n) in zfs_gzip_compress_buf() argument
56 zlen_t dstlen = d_len; in zfs_gzip_compress_buf()
58 ASSERT(d_len <= s_len); in zfs_gzip_compress_buf()
63 d_len, &dstlen); in zfs_gzip_compress_buf()
67 if (d_len != s_len) in zfs_gzip_compress_buf()
77 if (d_len != s_len) in zfs_gzip_compress_buf()
89 size_t d_len, int n) in zfs_gzip_decompress_buf() argument
92 zlen_t dstlen = d_len; in zfs_gzip_decompress_buf()
94 ASSERT(d_len >= s_len); in zfs_gzip_decompress_buf()
97 if (qat_dc_use_accel(d_len)) { in zfs_gzip_decompress_buf()
99 d_start, d_len, &dstlen) == CPA_STATUS_SUCCESS) in zfs_gzip_decompress_buf()