Home
last modified time | relevance | path

Searched refs:jffs2_decompress (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/jffs2/
Dcomprtest.c268 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in,
295 ret = jffs2_decompress(comprtype, comprbuf, decomprbuf, c, d); in init_module()
Dcompr.c110 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in, in jffs2_decompress() function
Dread.c143 ret = jffs2_decompress(ri->compr, readbuf, decomprbuf, ri->csize, ri->dsize); in jffs2_read_dnode()
Dnodelist.h334 int jffs2_decompress(unsigned char comprtype, unsigned char *cdata_in,