Searched refs:leb_corrupted (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dvtbl.c369 int leb_corrupted[UBI_LAYOUT_VOLUME_EBS] = {1, 1}; local
426 leb_corrupted[0] = vtbl_check(ubi, leb[0]);
427 if (leb_corrupted[0] < 0)
431 if (!leb_corrupted[0]) {
434 leb_corrupted[1] = memcmp(leb[0], leb[1],
436 if (leb_corrupted[1]) {
450 leb_corrupted[1] = vtbl_check(ubi, leb[1]);
451 if (leb_corrupted[1] < 0)
454 if (leb_corrupted[1]) {

Completed in 118 milliseconds