Searched defs:compr_type (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ubifs/ |
H A D | compress.c | 103 int in_len, void *out_buf, int *out_len, int *compr_type) in ubifs_compress() 156 int in_len, void *out_buf, int *out_len, int compr_type) in ubifs_decompress()
|
H A D | misc.h | 101 static inline int ubifs_compr_present(struct ubifs_info *c, int compr_type) in ubifs_compr_present() 114 static inline const char *ubifs_compr_name(struct ubifs_info *c, int compr_type) in ubifs_compr_name()
|
H A D | journal.c | 858 int err, lnum, offs, compr_type, out_len, compr_len, auth_len; in ubifs_jnl_write_data() local 1625 int err, dlen, compr_type, out_len, data_size; in truncate_data_node() local
|
H A D | ubifs-media.h | 536 __le16 compr_type; member 581 __le16 compr_type; member
|
H A D | ubifs.h | 413 unsigned int compr_type:2; member 844 int compr_type; member 955 unsigned int compr_type:2; member
|