Go to the source code of this file.
|
uint16_t | jffs2_compress (struct jffs2_sb_info *c, struct jffs2_inode_info *f, unsigned char *data_in, unsigned char **cpage_out, uint32_t *datalen, uint32_t *cdatalen) |
|
int | jffs2_decompress (struct jffs2_sb_info *c, struct jffs2_inode_info *f, uint16_t comprtype, unsigned char *cdata_in, unsigned char *data_out, uint32_t cdatalen, uint32_t datalen) |
|
int | jffs2_register_compressor (struct jffs2_compressor *comp) |
|
int | jffs2_unregister_compressor (struct jffs2_compressor *comp) |
|
void | jffs2_free_comprbuf (unsigned char *comprbuf, unsigned char *orig) |
|
int __init | jffs2_compressors_init (void) |
|
int | jffs2_compressors_exit (void) |
|
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
int jffs2_compressors_exit |
( |
void |
| ) |
|
void jffs2_free_comprbuf |
( |
unsigned char * |
comprbuf, |
|
|
unsigned char * |
orig |
|
) |
| |