Home
last modified time | relevance | path

Searched full:recovered (Results 1 – 25 of 262) sorted by relevance

1234567891011

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_log_recover.h27 * Help sort recovered log items into the order required to replay them
45 * If the recovered item is an intent item, this function should parse
46 * the recovered item to construct an in-core log intent item and
49 * recovered log item for the intent-done item; (b) replay the work and
53 * If the recovered item is an intent-done item, this function should
54 * parse the recovered item to find the id of the corresponding intent
141 * recovered intent pinning the tail. Keep the same logflags to avoid tripping
/Linux-v6.6/arch/mips/mm/
Dcex-sb1.S57 * if we can fast-path out of here for a h/w-recovered error.
66 * Ought to log the occurrence of this recovered dcache error.
68 b recovered
95 * recovered here.
113 /* Ought to log this recovered icache error */
115 recovered: label
/Linux-v6.6/drivers/scsi/
Dsense_codes.h124 SENSE_CODE(0x0C01, "Write error - recovered with auto reallocation")
208 SENSE_CODE(0x1700, "Recovered data with no error correction applied")
209 SENSE_CODE(0x1701, "Recovered data with retries")
210 SENSE_CODE(0x1702, "Recovered data with positive head offset")
211 SENSE_CODE(0x1703, "Recovered data with negative head offset")
212 SENSE_CODE(0x1704, "Recovered data with retries and/or circ applied")
213 SENSE_CODE(0x1705, "Recovered data using previous sector id")
214 SENSE_CODE(0x1706, "Recovered data without ECC - data auto-reallocated")
215 SENSE_CODE(0x1707, "Recovered data without ECC - recommend reassignment")
216 SENSE_CODE(0x1708, "Recovered data without ECC - recommend rewrite")
[all …]
/Linux-v6.6/include/dt-bindings/clock/
Dtegra234-clock.h58 /** @brief clock recovered from EAVB input */
126 /** @brief clock recovered from I2S1 input */
130 /** @brief clock recovered from I2S2 input */
134 /** @brief clock recovered from I2S3 input */
138 /** @brief clock recovered from I2S4 input */
142 /** @brief clock recovered from I2S5 input */
146 /** @brief clock recovered from I2S6 input */
470 /** @brief RX clock recovered from MGBE0 lane input */
472 /** @brief RX clock recovered from MGBE1 lane input */
474 /** @brief RX clock recovered from MGBE2 lane input */
[all …]
Dtegra186-clock.h910 /** @brief clock recovered from EAVB input */
912 /** @brief clock recovered from DTV input */
918 /** @brief clock recovered from I2S1 input */
920 /** @brief clock recovered from I2S2 input */
922 /** @brief clock recovered from I2S3 input */
924 /** @brief clock recovered from I2S4 input */
926 /** @brief clock recovered from I2S5 input */
928 /** @brief clock recovered from I2S6 input */
930 /** @brief clock recovered from SPDIFIN input */
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dras.c784 int recovered = 0; in recover_mce() local
789 recovered = 0; in recover_mce()
792 recovered = 1; in recover_mce()
796 recovered = 0; in recover_mce()
799 if (!recovered && evt->sync_error) { in recover_mce()
813 recovered = 1; in recover_mce()
820 recovered = 0; in recover_mce()
823 recovered = 1; in recover_mce()
827 return recovered; in recover_mce()
835 * error was recovered (never true if RI=0).
/Linux-v6.6/Documentation/scsi/
Dscsi_eh.rst205 commands. A scmd is said to be recovered if the scmd is forgotten by
230 eh_work_q. If a recovery action succeeds for a scmd, recovered
244 When a scmd is recovered, the scmd is moved from eh_work_q to EH
246 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to
247 either retry or error-finish (notify upper layer of failure) recovered
276 3. scmd recovered
442 At this point all scmds are recovered (or given up) and
/Linux-v6.6/drivers/md/
Ddm-region-hash.c44 * recovered. dm_rh_update_states() will now schedule any delayed
448 LIST_HEAD(recovered); in dm_rh_update_states()
464 list_splice_init(&rh->recovered_regions, &recovered); in dm_rh_update_states()
466 list_for_each_entry(reg, &recovered, list) in dm_rh_update_states()
482 * All the regions on the recovered and clean lists have in dm_rh_update_states()
486 list_for_each_entry_safe(reg, next, &recovered, list) { in dm_rh_update_states()
561 * until the region is recovered or the map is reloaded. in dm_rh_dec()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-remoteproc98 recovered whenever it crashes. Moreover, if the remote
100 be automatically recovered too as soon as recovery is enabled.
/Linux-v6.6/tools/testing/selftests/powerpc/eeh/
Deeh-functions.sh15 # device is recovered by removing and re-probing it. This causes the
27 # error state or being recovered. Either way, not ok.
134 log "$dev, Recovered after $i seconds"
/Linux-v6.6/arch/powerpc/platforms/powernv/
Dopal.c589 int recovered = 0; in opal_recover_mce() local
594 recovered = 0; in opal_recover_mce()
597 recovered = 1; in opal_recover_mce()
601 recovered = 0; in opal_recover_mce()
604 if (!recovered && evt->sync_error) { in opal_recover_mce()
618 recovered = 1; in opal_recover_mce()
625 recovered = 0; in opal_recover_mce()
628 recovered = 1; in opal_recover_mce()
632 return recovered; in opal_recover_mce()
Dopal-hmi.c249 "Recovered" : "Not recovered"); in print_hmi_event_info()
292 * Check if HMI event has been recovered or not. If not in hmi_event_handler()
/Linux-v6.6/Documentation/filesystems/
Dgfs2-uevents.rst47 has just been recovered, and RECOVERY=[Done|Failed] to indicate the
49 for every journal recovered, whether it is during the initial mount
/Linux-v6.6/fs/f2fs/
Drecovery.c113 /* inode should not be recovered, drop it */ in del_fsync_inode()
620 int err = 0, recovered = 0; in do_recover_data() local
630 recovered++; in do_recover_data()
756 recovered++; in do_recover_data()
767 f2fs_notice(sbi, "recover_data: ino = %lx (i_size: %s) recovered = %d, err = %d", in do_recover_data()
769 recovered, err); in do_recover_data()
/Linux-v6.6/fs/xfs/
Dxfs_buf_item_recover.c141 * buffer list and are recovered first, with the following exceptions:
203 * Validate the recovered buffer is of the correct type and attach the
535 * Return false if the buffer was tossed and true if we recovered the buffer to
575 * data which should be recovered is that which corresponds to the
578 * than the inode buffer and is recovered in xlog_recover_inode_pass2().
580 * The only time when buffers full of inodes are fully recovered is when the
688 * V5 filesystems know the age of the buffer on disk being recovered. We can
Dxfs_attr_item.c497 /* Is this recovered ATTRI format ok? */
536 * Process an attr intent item that was recovered from the log. We need to
581 * recovered log item. Grab a reference to the name/value buffer and in xfs_attri_item_recover()
760 * name/value buffer to the recovered incore log item and drop our in xlog_recover_attri_commit_pass2()
/Linux-v6.6/arch/s390/pci/
Dpci_event.c180 pr_info("%s: Cannot be recovered in the host because it is a pass-through device\n", in zpci_event_attempt_error_recovery()
188 pr_info("%s: Cannot be recovered because no driver is bound to the device\n", in zpci_event_attempt_error_recovery()
283 * could be subsequently recovered by the platform. in __zpci_event_error()
/Linux-v6.6/tools/testing/selftests/lkdtm/
Dtests.txt83 PPC_SLB_MULTIHIT Recovered
/Linux-v6.6/fs/pstore/
Dzone.c105 * @recovered: whether finished recovering data from storage
129 atomic_t recovered; member
218 if (!is_on_panic() && !atomic_read(&pstore_zone_cxt.recovered)) in psz_zone_write()
269 if (unlikely(!atomic_read(&pstore_zone_cxt.recovered))) in psz_flush_dirty_zone()
605 if (atomic_read(&cxt->recovered)) in psz_recovery()
627 atomic_set(&cxt->recovered, 1); in psz_recovery()
1100 .recovered = ATOMIC_INIT(0),
1458 atomic_set(&cxt->recovered, 0); in unregister_pstore_zone()
/Linux-v6.6/fs/gfs2/
Dlock_dlm.c353 * 14. gfs2_control updates control_lock lvb jid bits for recovered journals
354 * 15. gfs2_control unblocks normal locking when all journals are recovered
378 * 14. gfs2_control clears control_lock lvb bits for recovered jids
402 * 3. jid recovered for step 1
690 * Clear lvb bits for jids we've successfully recovered. in gfs2_control_func()
692 * a journal can be recovered multiple times successfully in gfs2_control_func()
695 * recovery. So, another node may have already recovered in gfs2_control_func()
760 * Eventually all journals will be recovered, all jid bits will in gfs2_control_func()
/Linux-v6.6/drivers/remoteproc/
Dremoteproc_sysfs.c28 * recovered whenever it crashes. Moreover, if the remote
30 * be automatically recovered too as soon as recovery is enabled.
/Linux-v6.6/Documentation/ABI/stable/
Dsysfs-devices-node218 What: /sys/devices/system/node/nodeX/memory_failure/recovered
223 recovered by memory error recovery attempt.
/Linux-v6.6/drivers/ata/
Dlibata-zpodd.c205 * Post power on processing after the ODD has been recovered. If the
210 * after the ODD has been recovered, i.e. link is initialized and
/Linux-v6.6/arch/powerpc/kernel/
Deeh_driver.c59 return "recovered"; in pci_ers_result_name()
367 * driver can work again while the device is recovered.
413 * to make the recovered device work again.
579 /* Bail if the PE is being recovered */ in eeh_pe_reset_and_recover()
1031 * get recovered properly. in eeh_handle_normal_event()
1102 /* clear the slot attention LED for all recovered devices */ in eeh_handle_normal_event()
/Linux-v6.6/drivers/s390/char/
Dtape_34xx.c419 // recovered. We always use async-mode with in tape_34xx_unit_check()
426 "that cannot be recovered\n"); in tape_34xx_unit_check()
433 // recovered. We always use async-mode with in tape_34xx_unit_check()
440 "tape cannot be recovered\n"); in tape_34xx_unit_check()
709 * Recovered Check-One failure. Cu develops a hardware error, in tape_34xx_unit_check()
769 " recovered\n"); in tape_34xx_unit_check()

1234567891011