Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_compressor.c267 size_t zst_maxiosz; /* Max output IO size */ member
321 s->zst_maxiosz = maxiosize; in zstdio_init()
363 if (bytes_to_dump > s->zst_maxiosz) in zst_flush_intermediate()
364 bytes_to_dump = s->zst_maxiosz; in zst_flush_intermediate()