Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dcompress.c35 .compr_type = UBIFS_COMPR_NONE,
101 if (*compr_type == UBIFS_COMPR_NONE) in ubifs_compress()
132 *compr_type = UBIFS_COMPR_NONE; in ubifs_compress()
165 if (compr_type == UBIFS_COMPR_NONE) { in ubifs_decompress()
235 ubifs_compressors[UBIFS_COMPR_NONE] = &none_compr; in ubifs_compressors_init()
Dubifs-media.h347 UBIFS_COMPR_NONE, enumerator
Djournal.c741 compr_type = UBIFS_COMPR_NONE; in ubifs_jnl_write_data()
1307 if (compr_type == UBIFS_COMPR_NONE) { in truncate_data_node()
Dsb.c74 return UBIFS_COMPR_NONE; in get_default_compressor()
Ddir.c157 ui->compr_type = UBIFS_COMPR_NONE; in ubifs_new_inode()
Dsuper.c1038 c->mount_opts.compr_type = UBIFS_COMPR_NONE; in ubifs_parse_options()