Home
last modified time | relevance | path

Searched refs:chk_data_crc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsuper.c451 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
453 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
1064 c->mount_opts.chk_data_crc = 2; in ubifs_parse_options()
1068 c->mount_opts.chk_data_crc = 1; in ubifs_parse_options()
H A Dubifs.h954 unsigned int chk_data_crc:2; member
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsuper.c619 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
621 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
1198 c->mount_opts.chk_data_crc = 2; in ubifs_parse_options()
1202 c->mount_opts.chk_data_crc = 1; in ubifs_parse_options()
H A Dubifs.h1546 unsigned int chk_data_crc:2; member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dubifs.rst97 chk_data_crc do not skip checking CRCs on data nodes