Home
last modified time | relevance | path

Searched refs:compr_type (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ubifs/
H A Dmisc.h101 static inline int ubifs_compr_present(struct ubifs_info *c, int compr_type) in ubifs_compr_present() argument
103 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() argument
116 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()
H A Dubifs-media.h536 __le16 compr_type; member
581 __le16 compr_type; member
H A Dsb.c210 sup->default_compr = cpu_to_le16(c->mount_opts.compr_type); in create_default_filesystem()