chk_data_crc      432 fs/ubifs/super.c 	if (c->mount_opts.chk_data_crc == 2)
chk_data_crc      434 fs/ubifs/super.c 	else if (c->mount_opts.chk_data_crc == 1)
chk_data_crc     1043 fs/ubifs/super.c 			c->mount_opts.chk_data_crc = 2;
chk_data_crc     1047 fs/ubifs/super.c 			c->mount_opts.chk_data_crc = 1;
chk_data_crc      952 fs/ubifs/ubifs.h 	unsigned int chk_data_crc:2;