Searched refs:no_chk_data_crc (Results 1 – 4 of 4) sorted by relevance
74 c->no_chk_data_crc = 0; in ubifs_ro_mode() 231 * This function may skip data nodes CRC checking if @c->no_chk_data_crc is233 * @must_chk_crc is true, then @c->no_chk_data_crc is ignored and CRC is235 * mounting or re-mounting to R/W mode), @c->no_chk_data_crc is ignored and CRC284 !c->remounting_rw && c->no_chk_data_crc) in ubifs_check_node()
1043 * @no_chk_data_crc: do not check CRCs when reading data nodes (except during1306 unsigned int no_chk_data_crc:1; member
470 * Note, this function does not check CRC of data nodes if @c->no_chk_data_crc473 * R/W mode), @c->no_chk_data_crc is ignored and CRC is checked. This is507 if (type != UBIFS_DATA_NODE || !c->no_chk_data_crc || c->mounting || in try_read_node()
92 no_chk_data_crc (*) skip checking of CRCs on data nodes in order to