Searched refs:wbits (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/ntfs3/ |
| H A D | bitmap.c | 536 prev_tail += wbits; in wnd_rescan() 562 if (used < wbits) { in wnd_rescan() 563 frb = wbits - used; in wnd_rescan() 585 if (wpos >= wbits) { in wnd_rescan() 592 if (frb >= wbits) { in wnd_rescan() 1157 wbits = t; in wnd_find() 1234 prev_tail += wbits; in wnd_find() 1325 new_last = wbits; in wnd_extend() 1350 wbits = new_last; in wnd_extend() 1352 op = b0 + bits > wbits ? wbits - b0 : bits; in wnd_extend() [all …]
|
| /linux-6.15/fs/jffs2/ |
| H A D | compr_zlib.c | 146 int wbits = MAX_WBITS; in jffs2_zlib_decompress() local 165 wbits = -((data_in[0] >> 4) + 8); in jffs2_zlib_decompress() 174 if (Z_OK != zlib_inflateInit2(&inf_strm, wbits)) { in jffs2_zlib_decompress()
|
| /linux-6.15/fs/btrfs/ |
| H A D | zlib.c | 330 int wbits = MAX_WBITS; in zlib_decompress_bio() local 354 wbits = -((data_in[0] >> 4) + 8); in zlib_decompress_bio() 359 ret = zlib_inflateInit2(&workspace->strm, wbits); in zlib_decompress_bio() 427 int wbits = MAX_WBITS; in zlib_decompress() local 443 wbits = -((data_in[0] >> 4) + 8); in zlib_decompress() 448 ret = zlib_inflateInit2(&workspace->strm, wbits); in zlib_decompress()
|
| /linux-6.15/lib/zlib_inflate/ |
| H A D | inflate.h | 85 unsigned wbits; /* log base 2 of requested window size */ member
|
| H A D | inflate.c | 51 state->wsize = 1U << state->wbits; in zlib_inflateReset() 79 state->wbits = (unsigned)windowBits; in zlib_inflateInit2() 384 if (len > state->wbits) { in zlib_inflate()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | tlv320aic31xx.c | 385 unsigned int mask, unsigned int wbits, int sleep, in aic31xx_wait_bits() argument 392 while ((bits & mask) != wbits && counter && !ret) { in aic31xx_wait_bits() 397 if ((bits & mask) != wbits) { in aic31xx_wait_bits() 400 __func__, reg, bits, wbits, ret, mask, in aic31xx_wait_bits()
|