RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
jffs2_compressor Struct Reference
Collaboration diagram for jffs2_compressor:
Collaboration graph
[legend]

Data Fields

struct list_head list
 
int priority
 
char * name
 
char compr
 
int(* compress )(unsigned char *data_in, unsigned char *cpage_out, uint32_t *srclen, uint32_t *destlen)
 
int(* decompress )(unsigned char *cdata_in, unsigned char *data_out, uint32_t cdatalen, uint32_t datalen)
 
int usecount
 
int disabled
 
unsigned char * compr_buf
 
uint32_t compr_buf_size
 
uint32_t stat_compr_orig_size
 
uint32_t stat_compr_new_size
 
uint32_t stat_compr_blocks
 
uint32_t stat_decompr_blocks
 

The documentation for this struct was generated from the following file: