Searched refs:compr_type (Results 1 – 3 of 3) sorted by relevance
101 static inline int ubifs_compr_present(struct ubifs_info *c, int compr_type) in ubifs_compr_present() argument103 ubifs_assert(c, compr_type >= 0 && compr_type < UBIFS_COMPR_TYPES_CNT); in ubifs_compr_present()104 return !!ubifs_compressors[compr_type]->capi_name; in ubifs_compr_present()114 static inline const char *ubifs_compr_name(struct ubifs_info *c, int compr_type) in ubifs_compr_name() argument116 ubifs_assert(c, compr_type >= 0 && compr_type < UBIFS_COMPR_TYPES_CNT); in ubifs_compr_name()117 return ubifs_compressors[compr_type]->name; in ubifs_compr_name()
536 __le16 compr_type; member581 __le16 compr_type; member
210 sup->default_compr = cpu_to_le16(c->mount_opts.compr_type); in create_default_filesystem()