Home
last modified time | relevance | path

Searched refs:UBIFS_COMPR_LZO (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/ubifs/
Dcompress.c32 .compr_type = UBIFS_COMPR_LZO,
39 .compr_type = UBIFS_COMPR_LZO,
Dubifs-media.h348 UBIFS_COMPR_LZO, enumerator
Dsb.c59 if (ubifs_compr_present(c, UBIFS_COMPR_LZO)) in get_default_compressor()
60 return UBIFS_COMPR_LZO; in get_default_compressor()
Dsuper.c1080 c->mount_opts.compr_type = UBIFS_COMPR_LZO; in ubifs_parse_options()