Searched defs:compr_type (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/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()  local1107 	int err, len, compr_type, out_len;  in recomp_data_node()  local
 1192 				int compr_type = le16_to_cpu(dn->compr_type);  in ubifs_jnl_truncate()  local
 
 | 
| D | ubifs-media.h | 511 	__le16 compr_type;  member557 	__le16 compr_type;  member
 
 | 
| D | ubifs.h | 415 	unsigned int compr_type:2;  member840 	int compr_type;  member
 951 	unsigned int compr_type:2;  member
 
 |