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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dubi.h67 * @corrupted: non-zero if the volume is corrupted (static volumes only)
76 * The @corrupted flag is only relevant to static volumes and is always zero
87 * To put it differently, @corrupted and @upd_marker fields have different
89 * o the @corrupted flag means that this static volume is corrupted for some
94 * I.e., the @corrupted flag is never set if the @upd_marker flag is set.
123 int corrupted; member in struct:ubi_volume_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dkapi.c76 vi->corrupted = vol->corrupted;
179 ubi_warn("volume %d on UBI device %d is corrupted",
181 vol->corrupted = 1;
333 ubi_warn("mark volume %d as corrupted", vol_id);
334 vol->corrupted = 1;
H A Dvmt.c47 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
90 ret = sprintf(buf, "%d\n", vol->corrupted);
697 if (vol->upd_marker && vol->corrupted) {
698 dbg_err("update marker and corrupted simultaneously");
731 if (vol->corrupted != 0) {
732 ubi_err("corrupted dynamic volume");
748 if (vol->corrupted != 0 && vol->corrupted != 1) {
749 ubi_err("bad corrupted");
H A Ddebug.c89 dbg_msg("corrupted %d", vol->corrupted);
155 * @type: object type: 0 - not corrupted, 1 - corrupted
H A Dupd.c82 * data size and clears the "corrupted" flag (static volumes only). Returns
99 vol->corrupted = 0;
H A Dcdev.c226 if (vol->corrupted)
227 dbg_msg("read from corrupted volume %d", vol_id);
395 ubi_warn("volume %d on UBI device %d is corrupted",
397 vol->corrupted = 1;
H A Dubi.h83 * UBI_IO_BAD_EC_HDR: the erase counter header is corrupted (bad magic or CRC)
84 * UBI_IO_BAD_VID_HDR: the volume identifier header is corrupted (bad magic or
120 * @corrupted: non-zero if the volume is corrupted (static volumes only)
139 * The @corrupted field indicates that the volume's contents is corrupted.
165 int corrupted; member in struct:ubi_volume
H A Dscan.c68 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec);
249 * o bit 2 is cleared: the older LEB is not corrupted;
250 * o bit 2 is set: the older LEB is corrupted.
257 int len, err, second_is_newer, bitflips = 0, corrupted = 0; local
339 corrupted = 1;
355 return second_is_newer | (bitflips << 1) | (corrupted << 2);
757 * corrupted. Set %bitflips flag in order to make this PEB be
800 /* VID header is corrupted */
H A Dvtbl.c124 * vol_til_check - check if volume table is not corrupted and contains sensible
341 * not corrupted, and recovering from corruptions if needed. Returns volume
365 * should LEB 1. So it is OK if LEB 0 is corrupted while LEB 1 is not.
368 * 0 nor LEB 1 are corrupted, but they are different. In this case, LEB
375 * b. if LEB 0 is corrupted, but LEB 1 has to be OK, and we copy LEB 1
410 ubi_warn("volume table copy #2 is corrupted");
421 /* LEB 0 is corrupted or does not exist */
428 /* Both LEB 0 and LEB 1 are corrupted */
429 ubi_err("both volume tables are corrupted");
433 ubi_warn("volume table copy #1 is corrupted");
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dgigaset.h409 int corrupted; /* Counter for corrupted packages */ member in struct:bc_state
846 /* handle reception of corrupted skb
859 ++bcs->corrupted;
H A Dcommon.c561 bcs->corrupted = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_entry.S113 | and the stack gets corrupted.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_unfl.S184 | ;make sure that it is not corrupted
186 | ;also ensure that a0 isn't corrupted
243 | ;a0 is not corrupted on a store to a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dextents.c101 goto corrupted;
105 goto corrupted;
109 goto corrupted;
113 corrupted:

Completed in 141 milliseconds