Home
last modified time | relevance | path

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

123

/linux-2.6.39/fs/ubifs/
Dscan.c304 goto corrupted; in ubifs_scan()
310 goto corrupted; in ubifs_scan()
331 goto corrupted; in ubifs_scan()
344 goto corrupted; in ubifs_scan()
349 corrupted: in ubifs_scan()
Drecovery.c699 goto corrupted; in ubifs_recover_leb()
703 goto corrupted; in ubifs_recover_leb()
727 goto corrupted; in ubifs_recover_leb()
754 corrupted: in ubifs_recover_leb()
/linux-2.6.39/drivers/mtd/ubi/
Dkapi.c88 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info()
209 vol->corrupted = 1; in ubi_open_volume()
415 vol->corrupted = 1; in ubi_leb_read()
Dvmt.c48 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
104 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show()
772 if (vol->upd_marker && vol->corrupted) { in paranoid_check_volume()
801 if (vol->corrupted) { in paranoid_check_volume()
Ddebug.c112 printk(KERN_DEBUG "\tcorrupted %d\n", vol->corrupted); in ubi_dbg_dump_vol_info()
Dscan.c321 int len, err, second_is_newer, bitflips = 0, corrupted = 0; in compare_lebs() local
406 corrupted = 1; in compare_lebs()
422 return second_is_newer | (bitflips << 1) | (corrupted << 2); in compare_lebs()
Dupd.c102 vol->corrupted = 0; in clear_update_marker()
Dubi.h279 unsigned int corrupted:1; member
Dcdev.c225 if (vol->corrupted) in vol_cdev_read()
395 vol->corrupted = 1; in vol_cdev_write()
/linux-2.6.39/Documentation/vm/
Dhwpoison.txt12 * hardware as being corrupted usually due to a 2bit ECC memory or cache
15 * This focusses on pages detected as corrupted in the background.
66 Send SIGBUS when the application runs into the corrupted page.
107 some early filtering to avoid corrupted unintended pages in test suites.
/linux-2.6.39/arch/arm/mach-lpc32xx/
Dsuspend.S40 @ Save a copy of the used registers in IRAM, r0 is corrupted
/linux-2.6.39/arch/mn10300/kernel/
Dentry.S227 mov sp,a0 # save corrupted SP
230 mov a0,(REG_A0,fp) # save corrupted SP as A0 (which got
/linux-2.6.39/include/linux/mtd/
Dubi.h106 int corrupted; member
/linux-2.6.39/Documentation/ABI/stable/
Dsysfs-class-ubi145 What: /sys/class/ubi/ubiX/ubiX_Y/corrupted
151 if it is corrupted (e.g., due to an interrupted volume update).
203 checked using the "corrupted" sysfs file.
/linux-2.6.39/Documentation/arm/SA1100/
DADSBitsy40 mode, the timing is off so the image is corrupted. This will be
DGraphicsMaster50 mode, the timing is off so the image is corrupted. This will be
DGraphicsClient94 mode, the timing is off so the image is corrupted. This will be
/linux-2.6.39/Documentation/video4linux/cx2341x/
Dfw-dma.txt73 most likely get corrupted.
/linux-2.6.39/arch/m68k/math-emu/
Dfp_entry.S113 | and the stack gets corrupted.
/linux-2.6.39/Documentation/dvb/
Dbt8xx.txt83 There are some TwinHan cards that the EEPROM has become corrupted for some
/linux-2.6.39/Documentation/filesystems/
Dhpfs.txt35 corrupted filesystems. check=strict means many superfluous checks -
252 1.95 Fixed one buffer leak, that could happen on corrupted filesystem
286 2.06 Fixed some crash on corrupted disk structures
/linux-2.6.39/Documentation/usb/
Drio.txt34 down to nothing and appear to have corrupted the flash memory. My RIO
/linux-2.6.39/Documentation/misc-devices/
Dlis3lv02d42 used during normal operations. Position data is not corrupted during selftest
/linux-2.6.39/Documentation/arm/
DBooting122 corrupted by bogus network packets or disk data. This will save
/linux-2.6.39/Documentation/i2c/busses/
Di2c-piix494 which can easily get corrupted due to a state machine bug. These are mostly

123