Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dio.c74 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 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) in ubifs_check_node()
H A Dubifs.h1043 * @no_chk_data_crc: do not check CRCs when reading data nodes (except during
1306 unsigned int no_chk_data_crc:1; member
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 || in try_read_node()
/linux/Documentation/filesystems/
H A Dubifs.rst92 no_chk_data_crc (*) skip checking of CRCs on data nodes in order to