Lines Matching refs:compressor
984 sz = zcomp_available_show(zram->compressor, buf); in comp_algorithm_show()
994 char compressor[ARRAY_SIZE(zram->compressor)]; in comp_algorithm_store() local
997 strlcpy(compressor, buf, sizeof(compressor)); in comp_algorithm_store()
999 sz = strlen(compressor); in comp_algorithm_store()
1000 if (sz > 0 && compressor[sz - 1] == '\n') in comp_algorithm_store()
1001 compressor[sz - 1] = 0x00; in comp_algorithm_store()
1003 if (!zcomp_available_algorithm(compressor)) in comp_algorithm_store()
1013 strcpy(zram->compressor, compressor); in comp_algorithm_store()
1734 comp = zcomp_create(zram->compressor); in disksize_store()
1737 zram->compressor); in disksize_store()
1963 strlcpy(zram->compressor, default_compressor, sizeof(zram->compressor)); in zram_add()