Searched refs:jffs2_decompress (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/jffs2/ |
D | comprtest.c | 268 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in, 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() function
|
D | read.c | 143 ret = jffs2_decompress(ri->compr, readbuf, decomprbuf, ri->csize, ri->dsize); in jffs2_read_dnode()
|
D | nodelist.h | 334 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in,
|