Searched refs:comprtype (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/jffs2/ |
D | comprtest.c | 268 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in, 274 unsigned char comprtype; in init_module() local 285 comprtype = jffs2_compress(testdata, comprbuf, &d, &c); in init_module() 288 comprtype, c, d); in init_module() 295 ret = jffs2_decompress(comprtype, comprbuf, decomprbuf, c, d); in init_module()
|
D | compr.c | 110 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in, in jffs2_decompress() argument 113 switch (comprtype) { in jffs2_decompress() 147 printk(KERN_NOTICE "Unknown JFFS2 compression type 0x%02x\n", comprtype); in jffs2_decompress()
|
D | file.c | 444 unsigned char comprtype = JFFS2_COMPR_NONE; in jffs2_commit_write() local 462 …comprtype = jffs2_compress(page_address(pg)+ (file_ofs & (PAGE_CACHE_SIZE-1)), comprbuf, &datalen,… in jffs2_commit_write() 464 if (comprtype == JFFS2_COMPR_NONE) { in jffs2_commit_write() 491 ri->compr = comprtype; in jffs2_commit_write() 499 if (comprtype != JFFS2_COMPR_NONE) in jffs2_commit_write()
|
D | gc.c | 639 char comprtype = JFFS2_COMPR_NONE; in jffs2_garbage_collect_dnode() local 654 comprtype = jffs2_compress(writebuf, comprbuf, &datalen, &cdatalen); in jffs2_garbage_collect_dnode() 656 if (comprtype) { in jffs2_garbage_collect_dnode() 678 ri.compr = comprtype; in jffs2_garbage_collect_dnode()
|
D | nodelist.h | 334 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in,
|