Searched refs:corrupted (Results 1 – 14 of 14) sorted by relevance
| /drivers/mtd/ubi/ |
| A D | kapi.c | 75 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info() 204 vol->corrupted = 1; in ubi_open_volume() 462 vol->corrupted = 1; in ubi_leb_read() 502 vol->corrupted = 1; in ubi_leb_read_sg()
|
| A D | vmt.c | 32 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL); 83 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show() 730 if (vol->upd_marker && vol->corrupted) { in self_check_volume() 760 if (vol->corrupted) { in self_check_volume()
|
| A D | upd.c | 87 vol->corrupted = 0; in clear_update_marker()
|
| A 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()
|
| A D | cdev.c | 195 if (vol->corrupted) in vol_cdev_read() 368 vol->corrupted = 1; in vol_cdev_write()
|
| A D | debug.c | 138 pr_err("\tcorrupted %d\n", vol->corrupted); in ubi_dump_vol_info()
|
| A D | ubi.h | 362 unsigned int corrupted:1; member
|
| A D | vtbl.c | 614 vol->corrupted = 1; in init_volumes()
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_ct.c | 446 goto corrupted; in ct_write() 455 goto corrupted; in ct_write() 461 goto corrupted; in ct_write() 516 corrupted: in ct_write() 916 goto corrupted; in ct_read() 926 goto corrupted; in ct_read() 933 goto corrupted; in ct_read() 962 goto corrupted; in ct_read() 994 corrupted: in ct_read()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_guc_ct.c | 727 goto corrupted; in h2g_write() 737 goto corrupted; in h2g_write() 744 goto corrupted; in h2g_write() 751 goto corrupted; in h2g_write() 810 corrupted: in h2g_write() 1493 goto corrupted; in g2h_read() 1552 goto corrupted; in g2h_read() 1599 corrupted: in g2h_read() 1901 goto corrupted; in xe_guc_ct_fixup_messages_with_ggtt() 1904 goto corrupted; in xe_guc_ct_fixup_messages_with_ggtt() [all …]
|
| /drivers/of/ |
| A D | Kconfig | 35 leave the devicetree in a corrupted state.
|
| /drivers/scsi/aic7xxx/ |
| A 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
|
| A D | aic79xx.seq | 1640 * corrupted by the interveining, non-data, transfers. Ask
|
| /drivers/md/ |
| A D | Kconfig | 575 recover from corrupted blocks.
|
Completed in 40 milliseconds