Searched refs:no_chk_data_crc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | io.c | 74 c->no_chk_data_crc = 0; in ubifs_ro_mode() 213 * This function may skip data nodes CRC checking if @c->no_chk_data_crc is 215 * @must_chk_crc is true, then @c->no_chk_data_crc is ignored and CRC is 217 * mounting or re-mounting to R/W mode), @c->no_chk_data_crc is ignored and CRC 264 !c->remounting_rw && c->no_chk_data_crc) in ubifs_check_node()
|
H A D | super.c | 454 seq_puts(s, ",no_chk_data_crc"); in ubifs_show_options() 995 {Opt_no_chk_data_crc, "no_chk_data_crc"}, 1074 c->no_chk_data_crc = 0; in ubifs_parse_options() 1078 c->no_chk_data_crc = 1; in ubifs_parse_options() 2166 c->no_chk_data_crc = 1; in alloc_ubifs_info()
|
H A D | ubifs.h | 1039 * @no_chk_data_crc: do not check CRCs when reading data nodes (except during 1293 unsigned int no_chk_data_crc:1; member
|
H A D | tnc.c | 469 * Note, this function does not check CRC of data nodes if @c->no_chk_data_crc 472 * R/W mode), @c->no_chk_data_crc is ignored and CRC is checked. This is 506 if (type != UBIFS_DATA_NODE || !c->no_chk_data_crc || c->mounting || in try_read_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | io.c | 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 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 D | super.c | 454 seq_puts(s, ",no_chk_data_crc"); in ubifs_show_options() 995 {Opt_no_chk_data_crc, "no_chk_data_crc"}, 1074 c->no_chk_data_crc = 0; in ubifs_parse_options() 1078 c->no_chk_data_crc = 1; in ubifs_parse_options() 2171 c->no_chk_data_crc = 1; in alloc_ubifs_info()
|
H A D | ubifs.h | 1060 * @no_chk_data_crc: do not check CRCs when reading data nodes (except during 1321 unsigned int no_chk_data_crc:1; member
|
H A D | tnc.c | 470 * 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()
|
Completed in 23 milliseconds