Lines Matching refs:compressor
1002 sz = zcomp_available_show(zram->compressor, buf); in comp_algorithm_show()
1012 char compressor[ARRAY_SIZE(zram->compressor)]; in comp_algorithm_store() local
1015 strlcpy(compressor, buf, sizeof(compressor)); in comp_algorithm_store()
1017 sz = strlen(compressor); in comp_algorithm_store()
1018 if (sz > 0 && compressor[sz - 1] == '\n') in comp_algorithm_store()
1019 compressor[sz - 1] = 0x00; in comp_algorithm_store()
1021 if (!zcomp_available_algorithm(compressor)) in comp_algorithm_store()
1031 strcpy(zram->compressor, compressor); in comp_algorithm_store()
1753 comp = zcomp_create(zram->compressor); in disksize_store()
1756 zram->compressor); in disksize_store()
1982 strlcpy(zram->compressor, default_compressor, sizeof(zram->compressor)); in zram_add()