Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
A Dkapi.c83 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 Dvmt.c41 __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 Dupd.c95 vol->corrupted = 0; in clear_update_marker()
A Dattach.c327 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 Ddebug.c113 printf("\tcorrupted %d\n", vol->corrupted); in ubi_dump_vol_info()
A Dubi.h350 unsigned int corrupted:1; member
A Dvtbl.c615 vol->corrupted = 1;

Completed in 16 milliseconds