Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/fs/ubifs/
H A 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()
/kernel/linux/linux-6.6/fs/ubifs/
H A 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()
/kernel/linux/linux-6.6/fs/verity/
H A Dverify.c215 goto corrupted; in verify_data_block()
235 goto corrupted; in verify_data_block()
238 corrupted: in verify_data_block()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dkapi.c75 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info()
201 ubi_warn(ubi, "volume %d on UBI device %d is corrupted", in ubi_open_volume()
203 vol->corrupted = 1; in ubi_open_volume()
440 ubi_warn(ubi, "mark volume %d as corrupted", vol_id); in ubi_leb_read()
441 vol->corrupted = 1; in ubi_leb_read()
480 ubi_warn(ubi, "mark volume %d as corrupted", vol_id); in ubi_leb_read_sg()
481 vol->corrupted = 1; in ubi_leb_read_sg()
H A Dvmt.c32 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
83 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show()
210 ubi_err(ubi, "%d PEBs are corrupted and not used", in ubi_create_volume()
451 ubi_err(ubi, "%d PEBs are corrupted and not used", in ubi_resize_volume()
688 if (vol->upd_marker && vol->corrupted) { in self_check_volume()
689 ubi_err(ubi, "update marker and corrupted simultaneously"); in self_check_volume()
718 if (vol->corrupted) { in self_check_volume()
719 ubi_err(ubi, "corrupted dynamic volume"); in self_check_volume()
H A Dupd.c71 * data size and clears the "corrupted" flag (static volumes only). Returns
87 vol->corrupted = 0; in clear_update_marker()
H A Dattach.c33 * whether the headers are corrupted or not. Sometimes UBI also protects the
58 * scanning). UBI assumes corruption type 2 if the VID header is corrupted and
223 * basically means it will be processed first later. E.g., we add corrupted
224 * PEBs (corrupted due to power cuts) to the head of the erase list to make
258 * add_corrupted - add a corrupted physical eraseblock.
263 * This function allocates a 'struct ubi_ainf_peb' object for a corrupted
272 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); in add_corrupted()
435 * o bit 2 is cleared: the older LEB is not corrupted;
436 * o bit 2 is set: the older LEB is corrupted.
441 int len, err, second_is_newer, bitflips = 0, corrupted in ubi_compare_lebs() local
[all...]
H A Dcdev.c195 if (vol->corrupted) in vol_cdev_read()
196 dbg_gen("read from corrupted volume %d", vol->vol_id); in vol_cdev_read()
366 ubi_warn(ubi, "volume %d on UBI device %d is corrupted", in vol_cdev_write()
368 vol->corrupted = 1; in vol_cdev_write()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dkapi.c75 vi->corrupted = vol->corrupted; in ubi_do_get_volume_info()
202 ubi_warn(ubi, "volume %d on UBI device %d is corrupted", in ubi_open_volume()
204 vol->corrupted = 1; in ubi_open_volume()
441 ubi_warn(ubi, "mark volume %d as corrupted", vol_id); in ubi_leb_read()
442 vol->corrupted = 1; in ubi_leb_read()
481 ubi_warn(ubi, "mark volume %d as corrupted", vol_id); in ubi_leb_read_sg()
482 vol->corrupted = 1; in ubi_leb_read_sg()
H A Dvmt.c32 __ATTR(corrupted, S_IRUGO, vol_attribute_show, NULL);
83 ret = sprintf(buf, "%d\n", vol->corrupted); in vol_attribute_show()
210 ubi_err(ubi, "%d PEBs are corrupted and not used", in ubi_create_volume()
450 ubi_err(ubi, "%d PEBs are corrupted and not used", in ubi_resize_volume()
679 if (vol->upd_marker && vol->corrupted) { in self_check_volume()
680 ubi_err(ubi, "update marker and corrupted simultaneously"); in self_check_volume()
709 if (vol->corrupted) { in self_check_volume()
710 ubi_err(ubi, "corrupted dynamic volume"); in self_check_volume()
H A Dupd.c71 * data size and clears the "corrupted" flag (static volumes only). Returns
87 vol->corrupted = 0; in clear_update_marker()
H A Dattach.c33 * whether the headers are corrupted or not. Sometimes UBI also protects the
58 * scanning). UBI assumes corruption type 2 if the VID header is corrupted and
223 * basically means it will be processed first later. E.g., we add corrupted
224 * PEBs (corrupted due to power cuts) to the head of the erase list to make
258 * add_corrupted - add a corrupted physical eraseblock.
263 * This function allocates a 'struct ubi_ainf_peb' object for a corrupted
272 dbg_bld("add to corrupted: PEB %d, EC %d", pnum, ec); in add_corrupted()
435 * o bit 2 is cleared: the older LEB is not corrupted;
436 * o bit 2 is set: the older LEB is corrupted.
441 int len, err, second_is_newer, bitflips = 0, corrupted in ubi_compare_lebs() local
[all...]
H A Dcdev.c195 if (vol->corrupted) in vol_cdev_read()
196 dbg_gen("read from corrupted volume %d", vol->vol_id); in vol_cdev_read()
366 ubi_warn(ubi, "volume %d on UBI device %d is corrupted", in vol_cdev_write()
368 vol->corrupted = 1; in vol_cdev_write()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c333 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-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c419 goto corrupted; in ct_write()
428 goto corrupted; in ct_write()
434 goto corrupted; in ct_write()
489 corrupted: in ct_write()
889 goto corrupted; in ct_read()
899 goto corrupted; in ct_read()
906 goto corrupted; in ct_read()
935 goto corrupted; in ct_read()
967 corrupted: in ct_read()
/kernel/linux/linux-5.10/arch/arm/mach-lpc32xx/
H A Dsuspend.S39 @ Save a copy of the used registers in IRAM, r0 is corrupted
/kernel/linux/linux-6.6/arch/arm/mach-lpc32xx/
H A Dsuspend.S37 @ Save a copy of the used registers in IRAM, r0 is corrupted
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.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
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_entry.S113 | and the stack gets corrupted.
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_entry.S113 | and the stack gets corrupted.
/kernel/linux/linux-5.10/fs/ext4/
H A Dextents.c443 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()
472 goto corrupted; in __ext4_ext_check()
477 error_msg = "extent tree corrupted"; in __ext4_ext_check()
479 goto corrupted; in __ext4_ext_check()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A 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()
497 error_msg = "extent tree corrupted"; in __ext4_ext_check()
499 goto corrupted; in __ext4_ext_check()
[all...]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-v7m.S372 subne r3, r2, #1 @ restore r3, corrupted by v7m's dccimvac

Completed in 24 milliseconds

12