Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dcompress.c29 .compr_type = UBIFS_COMPR_NONE,
84 if (*compr_type == UBIFS_COMPR_NONE) in ubifs_compress_common()
130 *compr_type = UBIFS_COMPR_NONE; in ubifs_compress_common()
213 if (compr_type == UBIFS_COMPR_NONE) { in ubifs_decompress_common()
351 ubifs_compressors[UBIFS_COMPR_NONE] = &none_compr; in ubifs_compressors_init()
H A Dubifs-media.h347 UBIFS_COMPR_NONE, enumerator
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 Dsb.c65 return UBIFS_COMPR_NONE; in get_default_compressor()
H A Ddir.c144 ui->compr_type = UBIFS_COMPR_NONE; in ubifs_new_inode()
H A Dsuper.c986 { "none", UBIFS_COMPR_NONE },