Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dio.c79 c->no_chk_data_crc = 0; in ubifs_ro_mode()
276 !c->remounting_rw && c->no_chk_data_crc) in ubifs_check_node()
H A Dsuper.c1198 c->no_chk_data_crc = 0; in ubifs_parse_options()
1202 c->no_chk_data_crc = 1; in ubifs_parse_options()
2229 c->no_chk_data_crc = 1; in alloc_ubifs_info()
H A Dubifs.h1872 unsigned int no_chk_data_crc:1; member
H A Dtnc.c459 if (type == UBIFS_DATA_NODE && c->no_chk_data_crc && !c->mounting && in try_read_node()
/openbmc/linux/fs/ubifs/
H A Dio.c74 c->no_chk_data_crc = 0; in ubifs_ro_mode()
284 !c->remounting_rw && c->no_chk_data_crc) in ubifs_check_node()
H A Dsuper.c1074 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 Dubifs.h1321 unsigned int no_chk_data_crc:1; member
H A Dtnc.c507 if (type != UBIFS_DATA_NODE || !c->no_chk_data_crc || c->mounting || in try_read_node()
/openbmc/linux/Documentation/filesystems/
H A Dubifs.rst92 no_chk_data_crc (*) skip checking of CRCs on data nodes in order to