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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dcompr.c90 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in, argument
93 switch (comprtype) {
119 printk(KERN_NOTICE "Unknown JFFS2 compression type 0x%02x\n", comprtype);
H A Dfile.c442 unsigned char comprtype = JFFS2_COMPR_NONE; local
460 comprtype = jffs2_compress(page_address(pg)+ (file_ofs & (PAGE_CACHE_SIZE-1)), comprbuf, &datalen, &cdatalen);
462 if (comprtype == JFFS2_COMPR_NONE) {
470 comprtype holds the compression type, and comprtype == JFFS2_COMPR_NONE means
489 ri->compr = comprtype;
497 if (comprtype != JFFS2_COMPR_NONE)
H A Dgc.c599 char comprtype = JFFS2_COMPR_NONE; local
614 comprtype = jffs2_compress(writebuf, comprbuf, &datalen, &cdatalen);
616 if (comprtype) {
638 ri.compr = comprtype;
H A Dnodelist.h334 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in,
H A Dcomprtest.c231 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in,
237 unsigned char comprtype; local
248 comprtype = jffs2_compress(testdata, comprbuf, &d, &c);
251 comprtype, c, d);
258 ret = jffs2_decompress(comprtype, comprbuf, decomprbuf, c, d);

Completed in 53 milliseconds