Searched refs:UBIFS_COMPR_LZO (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | compress.c | 32 .compr_type = UBIFS_COMPR_LZO, 39 .compr_type = UBIFS_COMPR_LZO,
|
H A D | ubifs-media.h | 341 * UBIFS_COMPR_LZO: LZO compression 348 UBIFS_COMPR_LZO, enumerator 572 * @compr_type: compression type (%UBIFS_COMPR_NONE, %UBIFS_COMPR_LZO, etc) 636 * @default_compr: default compression algorithm (%UBIFS_COMPR_LZO, etc)
|
H A D | sb.c | 56 if (ubifs_compr_present(c, UBIFS_COMPR_LZO)) in get_default_compressor() 57 return UBIFS_COMPR_LZO; in get_default_compressor()
|
H A D | super.c | 1089 c->mount_opts.compr_type = UBIFS_COMPR_LZO; in ubifs_parse_options()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | compress.c | 32 .compr_type = UBIFS_COMPR_LZO, 39 .compr_type = UBIFS_COMPR_LZO,
|
H A D | ubifs-media.h | 341 * UBIFS_COMPR_LZO: LZO compression 348 UBIFS_COMPR_LZO, enumerator 572 * @compr_type: compression type (%UBIFS_COMPR_NONE, %UBIFS_COMPR_LZO, etc) 636 * @default_compr: default compression algorithm (%UBIFS_COMPR_LZO, etc)
|
H A D | sb.c | 59 if (ubifs_compr_present(c, UBIFS_COMPR_LZO)) in get_default_compressor() 60 return UBIFS_COMPR_LZO; in get_default_compressor()
|
H A D | super.c | 1089 c->mount_opts.compr_type = UBIFS_COMPR_LZO; in ubifs_parse_options()
|
Completed in 11 milliseconds