Searched refs:corrupted (Results 1 – 12 of 12) sorted by relevance
/drivers/mtd/ubi/ |
D | kapi.c | 75 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()
|
D | vmt.c | 32 __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()
|
D | upd.c | 87 vol->corrupted = 0; in clear_update_marker()
|
D | attach.c | 441 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()
|
D | cdev.c | 195 if (vol->corrupted) in vol_cdev_read() 368 vol->corrupted = 1; in vol_cdev_write()
|
D | debug.c | 108 pr_err("\tcorrupted %d\n", vol->corrupted); in ubi_dump_vol_info()
|
D | ubi.h | 369 unsigned int corrupted:1; member
|
D | vtbl.c | 614 vol->corrupted = 1; in init_volumes()
|
/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ct.c | 384 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/ |
D | aic7xxx.seq | 841 * 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
|
D | aic79xx.seq | 1640 * corrupted by the interveining, non-data, transfers. Ask
|
/drivers/md/ |
D | Kconfig | 597 recover from corrupted blocks.
|