Searched refs:ubifs_compr_present (Results 1 – 5 of 5) sorted by relevance
101 static inline int ubifs_compr_present(int compr_type) in ubifs_compr_present() function
230 if (!ubifs_compr_present(ui->compr_type)) { in validate_inode()1425 if (!ubifs_compr_present(c->default_compr)) { in mount_ubifs()
101 static inline int ubifs_compr_present(struct ubifs_info *c, int compr_type) in ubifs_compr_present() function
56 if (ubifs_compr_present(c, UBIFS_COMPR_LZO)) in get_default_compressor()59 if (ubifs_compr_present(c, UBIFS_COMPR_ZLIB)) in get_default_compressor()
98 if (!ubifs_compr_present(c, ui->compr_type)) { in validate_inode()1345 if (!ubifs_compr_present(c, c->default_compr)) { in mount_ubifs()