Searched refs:wbits (Results 1 – 3 of 3) sorted by relevance
510 u32 wbits = 8 * sb->s_blocksize; in wnd_rescan() local526 wbits = wnd->bits_last; in wnd_rescan()539 if (wbits == wnd->free_bits[iw]) { in wnd_rescan()541 prev_tail += wbits; in wnd_rescan()542 wnd->total_zeroes += wbits; in wnd_rescan()568 used = __bitmap_weight(buf, wbits); in wnd_rescan()569 if (used < wbits) { in wnd_rescan()570 frb = wbits - used; in wnd_rescan()578 if (wbit + wbits > wnd->nbits) in wnd_rescan()579 wbits = wnd->nbits - wbit; in wnd_rescan()[all …]
281 int wbits = MAX_WBITS; in zlib_decompress_bio() local305 wbits = -((data_in[0] >> 4) + 8); in zlib_decompress_bio()310 if (Z_OK != zlib_inflateInit2(&workspace->strm, wbits)) { in zlib_decompress_bio()370 int wbits = MAX_WBITS; in zlib_decompress() local391 wbits = -((data_in[0] >> 4) + 8); in zlib_decompress()396 if (Z_OK != zlib_inflateInit2(&workspace->strm, wbits)) { in zlib_decompress()
146 int wbits = MAX_WBITS; in jffs2_zlib_decompress() local165 wbits = -((data_in[0] >> 4) + 8); in jffs2_zlib_decompress()174 if (Z_OK != zlib_inflateInit2(&inf_strm, wbits)) { in jffs2_zlib_decompress()