Home
last modified time | relevance | path

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

1234

/Linux-v6.1/fs/ubifs/
Dscan.c290 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()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-fs-ubifs9 with a corrupted magic number.
21 with a corrupted node type.
/Linux-v6.1/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()
677 if (vol->upd_marker && vol->corrupted) { in self_check_volume()
707 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()
/Linux-v6.1/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()
/Linux-v6.1/Documentation/mm/
Dhwpoison.rst19 hardware as being corrupted usually due to a 2bit ECC memory or cache
22 This focusses on pages detected as corrupted in the background.
72 Send SIGBUS when the application runs into the corrupted page.
118 some early filtering to avoid corrupted unintended pages in test suites.
/Linux-v6.1/arch/arm/mach-lpc32xx/
Dsuspend.S37 @ Save a copy of the used registers in IRAM, r0 is corrupted
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Dverity.rst79 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
168 corrupted data will be verified using the cryptographic hash of the
/Linux-v6.1/include/linux/mtd/
Dubi.h106 int corrupted; member
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-class-ubi154 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.
/Linux-v6.1/Documentation/driver-api/md/
Draid5-cache.rst106 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,
/Linux-v6.1/Documentation/i2c/
Dgpio-fault-injection.rst101 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
/Linux-v6.1/tools/testing/selftests/bpf/
DDENYLIST.s390x20 get_stack_raw_tp # user_stack corrupted user stack …
/Linux-v6.1/Documentation/filesystems/
Dxfs-self-describing-metadata.rst105 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
Docfs2-online-filecheck.rst17 filesystem is not corrupted further. The filesystem is not converted to
Dhpfs.rst43 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
/Linux-v6.1/tools/build/
DBuild.include125 # delete partially updated (i.e. corrupted) files on error
/Linux-v6.1/arch/m68k/math-emu/
Dfp_entry.S113 | and the stack gets corrupted.
/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dimx8mm-kontron-bl-osm-s.dts97 * with corrupted data due to chip errata.
/Linux-v6.1/Documentation/misc-devices/
Dlis3lv02d.rst48 used during normal operations. Position data is not corrupted during selftest
/Linux-v6.1/Documentation/admin-guide/media/
Dbt8xx.rst147 There are some TwinHan cards whose EEPROM has become corrupted for some
/Linux-v6.1/fs/ext4/
Dextents.c463 goto corrupted; in __ext4_ext_check()
467 goto corrupted; in __ext4_ext_check()
471 goto corrupted; in __ext4_ext_check()
476 goto corrupted; in __ext4_ext_check()
480 goto corrupted; in __ext4_ext_check()
484 goto corrupted; in __ext4_ext_check()
488 goto corrupted; in __ext4_ext_check()
492 goto corrupted; in __ext4_ext_check()
499 goto corrupted; in __ext4_ext_check()
503 corrupted: in __ext4_ext_check()

1234