Searched defs:compr_type (Results 1 – 5 of 5) sorted by relevance
/fs/ubifs/ |
D | compress.c | 96 int in_len, void *out_buf, int *out_len, int *compr_type) in ubifs_compress() 148 int in_len, void *out_buf, int *out_len, int compr_type) in ubifs_decompress()
|
D | misc.h | 112 static inline int ubifs_compr_present(int compr_type) in ubifs_compr_present() 124 static inline const char *ubifs_compr_name(int compr_type) in ubifs_compr_name()
|
D | journal.c | 700 int err, lnum, offs, compr_type, out_len; in ubifs_jnl_write_data() local 1265 int err, len, compr_type, out_len; in recomp_data_node() local 1350 int compr_type = le16_to_cpu(dn->compr_type); in ubifs_jnl_truncate() local
|
D | ubifs-media.h | 511 __le16 compr_type; member 557 __le16 compr_type; member
|
D | ubifs.h | 393 unsigned int compr_type:2; member 818 int compr_type; member 929 unsigned int compr_type:2; member
|