Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dkapi.c75 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info()
203 vol->corrupted = 1; in ubi_open_volume()
441 vol->corrupted = 1; in ubi_leb_read()
481 vol->corrupted = 1; in ubi_leb_read_sg()
Dvmt.c32 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
83 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show()
679 if (vol->upd_marker && vol->corrupted) { in self_check_volume()
709 if (vol->corrupted) { in self_check_volume()
Dupd.c87 vol->corrupted = 0; in clear_update_marker()
Dattach.c441 int len, err, second_is_newer, bitflips = 0, corrupted = 0; in ubi_compare_lebs() local
522 corrupted = 1; in ubi_compare_lebs()
538 return second_is_newer | (bitflips << 1) | (corrupted << 2); in ubi_compare_lebs()
Dcdev.c195 if (vol->corrupted) in vol_cdev_read()
368 vol->corrupted = 1; in vol_cdev_write()
Ddebug.c108 pr_err("\tcorrupted %d\n", vol->corrupted); in ubi_dump_vol_info()
Dubi.h369 unsigned int corrupted:1; member
Dvtbl.c614 vol->corrupted = 1; in init_volumes()
/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c384 goto corrupted; in ct_write()
393 goto corrupted; in ct_write()
399 goto corrupted; in ct_write()
449 corrupted: in ct_write()
846 goto corrupted; in ct_read()
856 goto corrupted; in ct_read()
863 goto corrupted; in ct_read()
892 goto corrupted; in ct_read()
922 corrupted: in ct_read()
/drivers/scsi/aic7xxx/
Daic7xxx.seq841 * corrupted by the interveining, non-data, transfers. Ask
1417 * get corrupted if you try to dump
1756 * Use the residual number since STCNT is corrupted by
Daic79xx.seq1640 * corrupted by the interveining, non-data, transfers. Ask
/drivers/md/
DKconfig597 recover from corrupted blocks.