Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dregistry.c53 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()
H A Dcalcthread.c126 …tatus = zstd_compress(src, cj2->inlen, dest, cj2->outlen, Vcb->options.zstd_level, &cj2->space_lef… in calc_thread_main()
H A Dbtrfs_drv.h674 uint32_t zstd_level; member