Searched refs:comprtype (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr.c165 uint16_t comprtype, unsigned char *cdata_in,
173 if ((comprtype & 0xff) <= JFFS2_COMPR_ZLIB)
174 comprtype &= 0xff;
176 switch (comprtype & 0xff) {
188 if (comprtype == this->compr) {
204 printk(KERN_WARNING "JFFS2 compression type 0x%02x not available.\n", comprtype);
164 jffs2_decompress(struct jffs2_sb_info *c, struct jffs2_inode_info *f, uint16_t comprtype, unsigned char *cdata_in, unsigned char *data_out, uint32_t cdatalen, uint32_t datalen) argument
H A Dcompr.h71 uint16_t comprtype, unsigned char *cdata_in,
H A Dwrite.c318 uint16_t comprtype = JFFS2_COMPR_NONE; local
336 comprtype = jffs2_compress(c, f, buf, &comprbuf, &datalen, &cdatalen);
349 ri->compr = comprtype & 0xff;
350 ri->usercompr = (comprtype >> 8 ) & 0xff;
H A Dgc.c1228 uint16_t comprtype = JFFS2_COMPR_NONE; local
1243 comprtype = jffs2_compress(c, f, writebuf, &comprbuf, &datalen, &cdatalen);
1262 ri.compr = comprtype & 0xff;
1263 ri.usercompr = (comprtype >> 8) & 0xff;

Completed in 63 milliseconds