Searched refs:no_chk_data_crc (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dio.c74 c->no_chk_data_crc = 0;
231 * This function may skip data nodes CRC checking if @c->no_chk_data_crc is
233 * @must_chk_crc is true, then @c->no_chk_data_crc is ignored and CRC is
235 * mounting or re-mounting to R/W mode), @c->no_chk_data_crc is ignored and CRC
284 !c->remounting_rw && c->no_chk_data_crc)
H A Dsuper.c450 seq_puts(s, ",no_chk_data_crc");
993 {Opt_no_chk_data_crc, "no_chk_data_crc"},
1072 c->no_chk_data_crc = 0;
1076 c->no_chk_data_crc = 1;
2172 c->no_chk_data_crc = 1;
H A Dubifs.h1062 * @no_chk_data_crc: do not check CRCs when reading data nodes (except during
1325 unsigned int no_chk_data_crc:1; member in struct:ubifs_info
H A Dtnc.c470 * Note, this function does not check CRC of data nodes if @c->no_chk_data_crc
473 * R/W mode), @c->no_chk_data_crc is ignored and CRC is checked. This is
507 if (type != UBIFS_DATA_NODE || !c->no_chk_data_crc || c->mounting ||

Completed in 132 milliseconds