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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr.c197 uint16_t comprtype, unsigned char *cdata_in,
205 if ((comprtype & 0xff) <= JFFS2_COMPR_ZLIB)
206 comprtype &= 0xff;
208 switch (comprtype & 0xff) {
220 if (comprtype == this->compr) {
236 printk(KERN_WARNING "JFFS2 compression type 0x%02x not available.\n", comprtype);
196 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.h76 uint16_t comprtype, unsigned char *cdata_in,
H A Dwrite.c342 uint16_t comprtype = JFFS2_COMPR_NONE; local
360 comprtype = jffs2_compress(c, f, buf, &comprbuf, &datalen, &cdatalen);
373 ri->compr = comprtype & 0xff;
374 ri->usercompr = (comprtype >> 8 ) & 0xff;
H A Dgc.c1262 uint16_t comprtype = JFFS2_COMPR_NONE; local
1277 comprtype = jffs2_compress(c, f, writebuf, &comprbuf, &datalen, &cdatalen);
1296 ri.compr = comprtype & 0xff;
1297 ri.usercompr = (comprtype >> 8) & 0xff;

Completed in 57 milliseconds