Searched refs:jffs2_compress (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/jffs2/ |
D | comprtest.c | 270 unsigned char jffs2_compress(unsigned char *data_in, unsigned char *cpage_out, 285 comprtype = jffs2_compress(testdata, comprbuf, &d, &c); in init_module()
|
D | compr.c | 71 unsigned char jffs2_compress(unsigned char *data_in, unsigned char *cpage_out, in jffs2_compress() function
|
D | nodelist.h | 332 unsigned char jffs2_compress(unsigned char *data_in, unsigned char *cpage_out,
|
D | file.c | 462 …comprtype = jffs2_compress(page_address(pg)+ (file_ofs & (PAGE_CACHE_SIZE-1)), comprbuf, &datalen,… in jffs2_commit_write()
|
D | gc.c | 654 comprtype = jffs2_compress(writebuf, comprbuf, &datalen, &cdatalen); in jffs2_garbage_collect_dnode()
|