Searched refs:default_compression (Results 1 – 3 of 3) sorted by relevance
65 unsigned char default_compression; /* 0 = don't touch, etc */ member
1587 if (STm->default_compression != ST_DONT_TOUCH && in st_write()1589 if (st_compression(STp, (STm->default_compression == ST_YES))) { in st_write()2323 STm->default_compression = ST_DONT_TOUCH;2333 STm->default_compression = (value & 1 ? ST_YES : ST_NO);2338 st_compression(STp, (STm->default_compression == ST_YES));4096 STm->default_compression = ST_DONT_TOUCH; in st_probe()4424 l = snprintf(buf, PAGE_SIZE, "%d\n", STm->default_compression - 1); in st_defcompression_show()4428 DEVICE_ATTR(default_compression, S_IRUGO, st_defcompression_show, NULL);
3959 STm->default_compression = ST_DONT_TOUCH; in osst_set_options()3963 STm->default_compression = (value & 1 ? ST_YES : ST_NO); in osst_set_options()5865 STm->default_compression = ST_DONT_TOUCH; in osst_probe()