Home
last modified time | relevance | path

Searched refs:compr_buf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dcompr.c181 if ((this->compr_buf_size < orig_slen) && (this->compr_buf)) { in jffs2_compress()
183 kfree(this->compr_buf); in jffs2_compress()
186 this->compr_buf=NULL; in jffs2_compress()
188 if (!this->compr_buf) { in jffs2_compress()
198 this->compr_buf = tmp_buf; in jffs2_compress()
206 compr_ret = this->compress(data_in, this->compr_buf, datalen, cdatalen); in jffs2_compress()
221 output_buf = best->compr_buf; in jffs2_compress()
222 best->compr_buf = NULL; in jffs2_compress()
310 comp->compr_buf=NULL; in jffs2_register_compressor()
H A Dcompr.h59 unsigned char *compr_buf; /* used by size compr. mode */ member