Home
last modified time | relevance | path

Searched refs:ubifs_compr_present (Results 1 – 2 of 2) 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() function
H A Dsb.c56 if (ubifs_compr_present(c, UBIFS_COMPR_ZSTD)) in get_default_compressor()
59 if (ubifs_compr_present(c, UBIFS_COMPR_LZO)) in get_default_compressor()
62 if (ubifs_compr_present(c, UBIFS_COMPR_ZLIB)) in get_default_compressor()