Searched refs:corrupted (Results 1 - 25 of 46) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dscan.c302 goto corrupted;
308 goto corrupted;
329 goto corrupted;;
342 goto corrupted;
347 corrupted:
H A Drecovery.c421 * This function ensures that the corrupted node at @offs is the last thing
655 goto corrupted;
659 goto corrupted;
679 goto corrupted;
706 corrupted:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dscan.c302 goto corrupted;
308 goto corrupted;
329 goto corrupted;;
342 goto corrupted;
347 corrupted:
H A Drecovery.c421 * This function ensures that the corrupted node at @offs is the last thing
655 goto corrupted;
659 goto corrupted;
679 goto corrupted;
706 corrupted:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-lpc32xx/
H A Dsuspend.S40 @ Save a copy of the used registers in IRAM, r0 is corrupted
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-lpc32xx/
H A Dsuspend.S40 @ Save a copy of the used registers in IRAM, r0 is corrupted
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/mtd/
H A Dubi.h50 * @corrupted: non-zero if the volume is corrupted (static volumes only)
59 * The @corrupted flag is only relevant to static volumes and is always zero
70 * To put it differently, @corrupted and @upd_marker fields have different
72 * o the @corrupted flag means that this static volume is corrupted for some
77 * I.e., the @corrupted flag is never set if the @upd_marker flag is set.
106 int corrupted; member in struct:ubi_volume_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/mtd/
H A Dubi.h50 * @corrupted: non-zero if the volume is corrupted (static volumes only)
59 * The @corrupted flag is only relevant to static volumes and is always zero
70 * To put it differently, @corrupted and @upd_marker fields have different
72 * o the @corrupted flag means that this static volume is corrupted for some
77 * I.e., the @corrupted flag is never set if the @upd_marker flag is set.
106 int corrupted; member in struct:ubi_volume_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/ubi/
H A Dkapi.c86 vi->corrupted = vol->corrupted;
205 ubi_warn("volume %d on UBI device %d is corrupted",
207 vol->corrupted = 1;
412 ubi_warn("mark volume %d as corrupted", vol_id);
413 vol->corrupted = 1;
H A Ddebug.c98 printk(KERN_DEBUG "\tcorrupted %d\n", vol->corrupted);
165 * @type: object type: 0 - not corrupted, 1 - corrupted
H A Dvmt.c48 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
104 ret = sprintf(buf, "%d\n", vol->corrupted);
766 if (vol->upd_marker && vol->corrupted) {
767 dbg_err("update marker and corrupted simultaneously");
800 if (vol->corrupted) {
801 ubi_err("corrupted dynamic volume");
H A Dubi.h92 * UBI_IO_BAD_HDR: the EC or VID header is corrupted (bad magic or CRC)
229 * @corrupted: %1 if the volume is corrupted (static volumes only)
235 * The @corrupted field indicates that the volume's contents is corrupted.
273 unsigned int corrupted:1; member in struct:ubi_volume
H A Dupd.c85 * data size and clears the "corrupted" flag (static volumes only). Returns
102 vol->corrupted = 0;
H A Dscan.c67 * This function adds physical eraseblock @pnum to free, erase, corrupted or
83 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec);
243 * o bit 2 is cleared: the older LEB is not corrupted;
244 * o bit 2 is set: the older LEB is corrupted.
250 int len, err, second_is_newer, bitflips = 0, corrupted = 0; local
337 corrupted = 1;
353 return second_is_newer | (bitflips << 1) | (corrupted << 2);
751 * corrupted. Set %bitflips flag in order to make this PEB be
816 /* VID header is corrupted */
869 ubi_warn("valid VID header but corrupted E
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dkapi.c86 vi->corrupted = vol->corrupted;
205 ubi_warn("volume %d on UBI device %d is corrupted",
207 vol->corrupted = 1;
412 ubi_warn("mark volume %d as corrupted", vol_id);
413 vol->corrupted = 1;
H A Ddebug.c98 printk(KERN_DEBUG "\tcorrupted %d\n", vol->corrupted);
165 * @type: object type: 0 - not corrupted, 1 - corrupted
H A Dvmt.c48 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
104 ret = sprintf(buf, "%d\n", vol->corrupted);
766 if (vol->upd_marker && vol->corrupted) {
767 dbg_err("update marker and corrupted simultaneously");
800 if (vol->corrupted) {
801 ubi_err("corrupted dynamic volume");
H A Dubi.h92 * UBI_IO_BAD_HDR: the EC or VID header is corrupted (bad magic or CRC)
229 * @corrupted: %1 if the volume is corrupted (static volumes only)
235 * The @corrupted field indicates that the volume's contents is corrupted.
273 unsigned int corrupted:1; member in struct:ubi_volume
H A Dupd.c85 * data size and clears the "corrupted" flag (static volumes only). Returns
102 vol->corrupted = 0;
H A Dscan.c67 * This function adds physical eraseblock @pnum to free, erase, corrupted or
83 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec);
243 * o bit 2 is cleared: the older LEB is not corrupted;
244 * o bit 2 is set: the older LEB is corrupted.
250 int len, err, second_is_newer, bitflips = 0, corrupted = 0; local
337 corrupted = 1;
353 return second_is_newer | (bitflips << 1) | (corrupted << 2);
751 * corrupted. Set %bitflips flag in order to make this PEB be
816 /* VID header is corrupted */
869 ubi_warn("valid VID header but corrupted E
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dentry.S259 mov sp,a0 # save corrupted SP
262 mov a0,(REG_A0,fp) # save corrupted SP as A0 (which got
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dentry.S259 mov sp,a0 # save corrupted SP
262 mov a0,(REG_A0,fp) # save corrupted SP as A0 (which got
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_entry.S113 | and the stack gets corrupted.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/math-emu/
H A Dfp_entry.S113 | and the stack gets corrupted.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/gigaset/
H A Dgigaset.h364 int corrupted; /* Counter for corrupted packages */ member in struct:bc_state

Completed in 357 milliseconds

12