Home
last modified time | relevance | path

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

/linux/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, in vtbl_check() function
426 leb_corrupted[0] = vtbl_check(ubi, leb[0]); in process_lvol()
450 leb_corrupted[1] = vtbl_check(ubi, leb[1]); in process_lvol()
873 if (vtbl_check(ubi, ubi->vtbl)) { in self_vtbl_check()