Home
last modified time | relevance | path

Searched refs:UBIFS_COMPR_NONE (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/ubifs/
H A Dcompress.c24 .compr_type = UBIFS_COMPR_NONE,
120 if (*compr_type == UBIFS_COMPR_NONE) in ubifs_compress()
142 *compr_type = UBIFS_COMPR_NONE; in ubifs_compress()
172 if (*compr_type == UBIFS_COMPR_NONE) in ubifs_compress_folio()
194 *compr_type = UBIFS_COMPR_NONE; in ubifs_compress_folio()
252 if (compr_type == UBIFS_COMPR_NONE) { in ubifs_decompress()
300 if (compr_type == UBIFS_COMPR_NONE) { in ubifs_decompress_folio()
370 ubifs_compressors[UBIFS_COMPR_NONE] = &none_compr; in ubifs_compressors_init()
H A Dubifs-media.h347 UBIFS_COMPR_NONE, enumerator
H A Dsb.c65 return UBIFS_COMPR_NONE; in get_default_compressor()
H A Djournal.c896 compr_type = UBIFS_COMPR_NONE; in ubifs_jnl_write_data()
1645 if (compr_type == UBIFS_COMPR_NONE) { in truncate_data_node()
H A Ddir.c144 ui->compr_type = UBIFS_COMPR_NONE; in ubifs_new_inode()
H A Dsuper.c987 { "none", UBIFS_COMPR_NONE },