Searched refs:zstd_level (Results 1 – 3 of 3) sorted by relevance
53 options->zstd_level = mount_zstd_level; in registry_load_volume_options()200 options->zstd_level = *val; in registry_load_volume_options()222 if (options->zstd_level > (uint32_t)ZSTD_maxCLevel()) in registry_load_volume_options()223 options->zstd_level = ZSTD_maxCLevel(); in registry_load_volume_options()
126 …tatus = zstd_compress(src, cj2->inlen, dest, cj2->outlen, Vcb->options.zstd_level, &cj2->space_lef… in calc_thread_main()
674 uint32_t zstd_level; member