Home
last modified time | relevance | path

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

/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.h338 UBIFS_COMPR_NONE, enumerator
Djournal.c729 compr_type = UBIFS_COMPR_NONE; in ubifs_jnl_write_data()
1352 if (compr_type != UBIFS_COMPR_NONE) { in ubifs_jnl_truncate()
Ddir.c141 ui->compr_type = UBIFS_COMPR_NONE; in ubifs_new_inode()
Dsuper.c1028 c->mount_opts.compr_type = UBIFS_COMPR_NONE; in ubifs_parse_options()