Searched defs:compr_type (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
D | compress.c | 102 int in_len, void *out_buf, int *out_len, int *compr_type) in ubifs_compress() 154 int in_len, void *out_buf, int *out_len, int compr_type) in ubifs_decompress()
|
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()
|
D | journal.c | 727 int err, lnum, offs, compr_type, out_len, compr_len, auth_len; in ubifs_jnl_write_data() local 1484 int err, dlen, compr_type, out_len, old_dlen; in truncate_data_node() local
|
D | ubifs-media.h | 536 __le16 compr_type; member 581 __le16 compr_type; member
|
D | ubifs.h | 411 unsigned int compr_type:2; member 842 int compr_type; member 956 unsigned int compr_type:2; member
|