Searched refs:skip_check (Results 1 – 7 of 7) sorted by relevance
462 static int ubi_set_skip_check(char *volume, bool skip_check) in ubi_set_skip_check() argument472 skip_check ? "Sett" : "Clear", volume); in ubi_set_skip_check()475 if (skip_check) { in ubi_set_skip_check()477 vol->skip_check = 1; in ubi_set_skip_check()480 vol->skip_check = 0; in ubi_set_skip_check()
239 U-Boot now supports the "skip_check" flag to optionally skip the CRC251 ubi skipcheck volume on/off - Set or clear skip_check flag in volume header255 Setting skip_check on volume rootfs0
168 vol->skip_check = 1; in ubi_create_volume()304 if (vol->skip_check) in ubi_create_volume()751 if (vol->skip_check) { in self_check_volume()
114 printf("\tskip_check %d\n", vol->skip_check); in ubi_dump_vol_info()
200 if (!vol->checked && !vol->skip_check) { in ubi_open_volume()
347 unsigned int skip_check:1; member
562 vol->skip_check = 1;
Completed in 87 milliseconds