Searched refs:leb_corrupted (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | vtbl.c | 377 int leb_corrupted[UBI_LAYOUT_VOLUME_EBS] = {1, 1}; local 434 leb_corrupted[0] = vtbl_check(ubi, leb[0]); 435 if (leb_corrupted[0] < 0) 439 if (!leb_corrupted[0]) { 442 leb_corrupted[1] = memcmp(leb[0], leb[1], 444 if (leb_corrupted[1]) { 458 leb_corrupted[1] = vtbl_check(ubi, leb[1]); 459 if (leb_corrupted[1] < 0) 462 if (leb_corrupted[1]) {
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | vtbl.c | 369 int leb_corrupted[UBI_LAYOUT_VOLUME_EBS] = {1, 1}; in process_lvol() local 426 leb_corrupted[0] = vtbl_check(ubi, leb[0]); in process_lvol() 427 if (leb_corrupted[0] < 0) in process_lvol() 431 if (!leb_corrupted[0]) { in process_lvol() 434 leb_corrupted[1] = memcmp(leb[0], leb[1], in process_lvol() 436 if (leb_corrupted[1]) { in process_lvol() 450 leb_corrupted[1] = vtbl_check(ubi, leb[1]); in process_lvol() 451 if (leb_corrupted[1] < 0) in process_lvol() 454 if (leb_corrupted[1]) { in process_lvol()
|