Searched refs:ubifs_compr_present (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | misc.h | 94 * ubifs_compr_present - check if compressor was compiled in. 101 static inline int ubifs_compr_present(struct ubifs_info *c, int compr_type) in ubifs_compr_present() function
|
H A D | sb.c | 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()
|
H A D | super.c | 98 if (!ubifs_compr_present(c, ui->compr_type)) { in validate_inode() 1354 if (!ubifs_compr_present(c, c->default_compr)) { in mount_ubifs()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | misc.h | 94 * ubifs_compr_present - check if compressor was compiled in. 101 static inline int ubifs_compr_present(struct ubifs_info *c, int compr_type) in ubifs_compr_present() function
|
H A D | sb.c | 56 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()
|
H A D | super.c | 98 if (!ubifs_compr_present(c, ui->compr_type)) { in validate_inode() 1358 if (!ubifs_compr_present(c, c->default_compr)) { in mount_ubifs()
|
Completed in 13 milliseconds