/kernel/linux/linux-5.10/fs/ubifs/ |
D | scan.c | 290 goto corrupted; in ubifs_scan() 296 goto corrupted; in ubifs_scan() 317 goto corrupted; in ubifs_scan() 330 goto corrupted; in ubifs_scan() 335 corrupted: in ubifs_scan()
|
D | recovery.c | 698 goto corrupted; in ubifs_recover_leb() 781 corrupted: in ubifs_recover_leb()
|
/kernel/linux/linux-5.10/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() 689 if (vol->upd_marker && vol->corrupted) { in self_check_volume() 719 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ct.c | 333 goto corrupted; in ct_write() 383 corrupted: in ct_write() 605 goto corrupted; in ct_read() 635 goto corrupted; in ct_read() 647 corrupted: in ct_read()
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | hwpoison.rst | 19 hardware as being corrupted usually due to a 2bit ECC memory or cache 22 This focusses on pages detected as corrupted in the background. 74 Send SIGBUS when the application runs into the corrupted page. 120 some early filtering to avoid corrupted unintended pages in test suites.
|
/kernel/linux/linux-5.10/arch/arm/mach-lpc32xx/ |
D | suspend.S | 39 @ Save a copy of the used registers in IRAM, r0 is corrupted
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | verity.rst | 79 Log corrupted blocks, but allow read operations to proceed normally. 82 Restart the system when a corrupted block is discovered. This option is 87 Panic the device when a corrupted block is discovered. This option is 159 corrupted data will be verified using the cryptographic hash of the
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | ubi.h | 106 int corrupted; member
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-class-ubi | 154 What: /sys/class/ubi/ubiX/ubiX_Y/corrupted 160 if it is corrupted (e.g., due to an interrupted volume update). 212 checked using the "corrupted" sysfs file.
|
/kernel/linux/linux-5.10/Documentation/driver-api/md/ |
D | raid5-cache.rst | 106 from the log. The sequence ID and checksum will help us detect corrupted meta 109 parities are incompleted, they are discarded. If part of data is corrupted,
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | gpio-fault-injection.rst | 101 should be corrupted and that should be detected properly. That means that the 106 corrupted. A good starting point for using this fault injector on an otherwise
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | xfs-self-describing-metadata.rst | 105 and/or corrupted, and how long ago that it was last modified. Knowing the owner 124 analysis is how recently the block was modified. Correlation of set of corrupted 141 the LSN we can tell if the corrupted metadata all belonged to the same log 160 metadata, or there may be corruption of interblock relationships (e.g. corrupted
|
D | ocfs2-online-filecheck.rst | 17 filesystem is not corrupted further. The filesystem is not converted to
|
D | hpfs.rst | 43 corrupted filesystems. check=strict means many superfluous checks - 290 1.95 Fixed one buffer leak, that could happen on corrupted filesystem 341 2.06 Fixed some crash on corrupted disk structures
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
D | fp_entry.S | 113 | and the stack gets corrupted.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | bt8xx.rst | 146 There are some TwinHan cards whose EEPROM has become corrupted for some
|
/kernel/linux/linux-5.10/Documentation/misc-devices/ |
D | lis3lv02d.rst | 48 used during normal operations. Position data is not corrupted during selftest
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
D | x_unfl.S | 186 | ;also ensure that a0 isn't corrupted
|
/kernel/linux/linux-5.10/Documentation/i2c/busses/ |
D | i2c-piix4.rst | 108 which can easily get corrupted due to a state machine bug. These are mostly
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | cache-v7m.S | 372 subne r3, r2, #1 @ restore r3, corrupted by v7m's dccimvac
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | extents.c | 443 goto corrupted; in __ext4_ext_check() 447 goto corrupted; in __ext4_ext_check() 451 goto corrupted; in __ext4_ext_check() 456 goto corrupted; in __ext4_ext_check() 460 goto corrupted; in __ext4_ext_check() 464 goto corrupted; in __ext4_ext_check() 468 goto corrupted; in __ext4_ext_check() 475 goto corrupted; in __ext4_ext_check() 479 corrupted: in __ext4_ext_check()
|