Lines Matching refs:compr
17 #include "compr.h"
43 if ((this->compr == JFFS2_COMPR_LZO) && (bestsize > size))
45 if ((best->compr != JFFS2_COMPR_LZO) && (bestsize > size))
47 if ((this->compr == JFFS2_COMPR_LZO) && (bestsize > (size * FAVOUR_LZO_PERCENT / 100)))
60 * @compr: Explicit compression type to use (ie, JFFS2_COMPR_ZLIB).
74 static int jffs2_selected_compress(u8 compr, unsigned char *data_in,
96 if (compr && (compr != this->compr))
114 ret = this->compr;
160 mode = c->mount_opts.compr;
227 ret = best->compr;
277 if (comprtype == this->compr) {