Searched refs:corrupted (Results 1 – 7 of 7) sorted by relevance
| /drivers/mtd/ubi/ |
| A D | kapi.c | 83 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info() 211 vol->corrupted = 1; in ubi_open_volume() 448 vol->corrupted = 1; in ubi_leb_read() 488 vol->corrupted = 1; in ubi_leb_read_sg()
|
| A D | vmt.c | 41 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL); 97 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show() 704 if (vol->upd_marker && vol->corrupted) { in self_check_volume() 734 if (vol->corrupted) { in self_check_volume()
|
| A D | upd.c | 95 vol->corrupted = 0; in clear_update_marker()
|
| A D | attach.c | 327 int len, err, second_is_newer, bitflips = 0, corrupted = 0; in ubi_compare_lebs() local 408 corrupted = 1; in ubi_compare_lebs() 424 return second_is_newer | (bitflips << 1) | (corrupted << 2); in ubi_compare_lebs()
|
| A D | debug.c | 113 printf("\tcorrupted %d\n", vol->corrupted); in ubi_dump_vol_info()
|
| A D | ubi.h | 350 unsigned int corrupted:1; member
|
| A D | vtbl.c | 615 vol->corrupted = 1;
|
Completed in 16 milliseconds