Searched refs:deflate_params (Results 1 – 1 of 1) sorted by relevance
1693 struct deflate_params *deflate_params) in comp_params_store() argument1711 zram->params[prio].deflate.winbits = deflate_params->winbits; in comp_params_store()1722 struct deflate_params deflate_params; in algorithm_params_store() local1727 deflate_params.winbits = ZCOMP_PARAM_NOT_SET; in algorithm_params_store()1762 ret = kstrtoint(val, 10, &deflate_params.winbits); in algorithm_params_store()1790 ret = comp_params_store(zram, prio, level, dict_path, &deflate_params); in algorithm_params_store()