Searched refs:ubifs_compr_present (Results 1 – 3 of 3) sorted by relevance
113 static inline int ubifs_compr_present(struct ubifs_info *c, int compr_type) in ubifs_compr_present() function
68 if (ubifs_compr_present(c, UBIFS_COMPR_LZO)) in get_default_compressor()71 if (ubifs_compr_present(c, UBIFS_COMPR_ZLIB)) in get_default_compressor()
92 if (!ubifs_compr_present(c, ui->compr_type)) { in validate_inode()1262 if (!ubifs_compr_present(c, c->default_compr)) { in mount_ubifs()