Home
last modified time | relevance | path

Searched refs:jffs2_compress (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/jffs2/
Dcomprtest.c270 unsigned char jffs2_compress(unsigned char *data_in, unsigned char *cpage_out,
285 comprtype = jffs2_compress(testdata, comprbuf, &d, &c); in init_module()
Dcompr.c71 unsigned char jffs2_compress(unsigned char *data_in, unsigned char *cpage_out, in jffs2_compress() function
Dnodelist.h332 unsigned char jffs2_compress(unsigned char *data_in, unsigned char *cpage_out,
Dfile.c462 …comprtype = jffs2_compress(page_address(pg)+ (file_ofs & (PAGE_CACHE_SIZE-1)), comprbuf, &datalen,… in jffs2_commit_write()
Dgc.c654 comprtype = jffs2_compress(writebuf, comprbuf, &datalen, &cdatalen); in jffs2_garbage_collect_dnode()