Searched refs:leb_corrupted (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 2 milliseconds