Home
last modified time | relevance | path

Searched refs:windowbits (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/erofs/
H A Ddecompressor_deflate.c65 if (dfl->windowbits > MAX_WBITS) { in z_erofs_load_deflate_config()
66 erofs_err(sb, "unsupported windowbits %u", dfl->windowbits); in z_erofs_load_deflate_config()
H A Derofs_fs.h321 u8 windowbits; /* 8..15 for DEFLATE */ member