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

/linux-master/drivers/mtd/ubi/
H A Dvtbl.c150 * vtbl_check - check if volume table is not corrupted and sensible.
157 static int vtbl_check(const struct ubi_device *ubi, function
426 leb_corrupted[0] = vtbl_check(ubi, leb[0]);
450 leb_corrupted[1] = vtbl_check(ubi, leb[1]);
873 if (vtbl_check(ubi, ubi->vtbl)) {

Completed in 90 milliseconds