Home
last modified time | relevance | path

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

123456789

/linux/fs/xfs/libxfs/
H A Dxfs_log_recover.h28 * Help sort recovered log items into the order required to replay them
46 * If the recovered item is an intent item, this function should parse
47 * the recovered item to construct an in-core log intent item and
50 * recovered log item for the intent-done item; (b) replay the work and
54 * If the recovered item is an intent-done item, this function should
55 * parse the recovered item to find the id of the corresponding intent
152 * recovered intent pinning the tail. Keep the same logflags to avoid tripping
/linux/arch/mips/mm/
H A 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/drivers/scsi/
H A 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/include/dt-bindings/clock/
H A 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 …]
H A 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/arch/powerpc/platforms/pseries/
H A 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/Documentation/scsi/
H A 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
417 At this point all scmds are recovered (or given up) and
/linux/Documentation/ABI/testing/
H A Dsysfs-class-remoteproc98 recovered whenever it crashes. Moreover, if the remote
100 be automatically recovered too as soon as recovery is enabled.
/linux/tools/testing/selftests/powerpc/eeh/
H A 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/arch/powerpc/platforms/powernv/
H A Dopal.c588 int recovered = 0; in opal_recover_mce() local
593 recovered = 0; in opal_recover_mce()
596 recovered = 1; in opal_recover_mce()
600 recovered = 0; in opal_recover_mce()
603 if (!recovered && evt->sync_error) { in opal_recover_mce()
617 recovered = 1; in opal_recover_mce()
624 recovered = 0; in opal_recover_mce()
627 recovered = 1; in opal_recover_mce()
631 return recovered; in opal_recover_mce()
H A 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/fs/f2fs/
H A Drecovery.c109 /* inode should not be recovered, drop it */ in del_fsync_inode()
631 int err = 0, recovered = 0; in do_recover_data() local
641 recovered++; in do_recover_data()
760 recovered++; in do_recover_data()
772 "range (%u, %u), recovered = %d, err = %d", in do_recover_data()
775 start, end, recovered, err); in do_recover_data()
867 "total: %u), recovered: (inode: %u, dentry: %u, dnode: %u), err: %d", in recover_data()
/linux/fs/xfs/
H A Dxfs_buf_item_recover.c146 * buffer list and are recovered first, with the following exceptions:
208 * Validate the recovered buffer is of the correct type and attach the
555 * Return false if the buffer was tossed and true if we recovered the buffer to
595 * data which should be recovered is that which corresponds to the
598 * than the inode buffer and is recovered in xlog_recover_inode_pass2().
600 * The only time when buffers full of inodes are fully recovered is when the
735 * Update the in-core super block from the freshly recovered on-disk one. in xlog_recover_do_primary_sb_buffer()
802 * V5 filesystems know the age of the buffer on disk being recovered. We can
H A Dxfs_dquot_item_recover.c105 * Remember that we may not have fully recovered the superblock yet, in xlog_recover_dquot_commit_pass2()
156 /* Validate the recovered dquot. */ in xlog_recover_dquot_commit_pass2()
H A Dxfs_exchmaps_item.c326 /* Is this recovered XMI ok? */
354 * Use the recovered log state to create a new request, estimate resource
420 /* Process a file mapping exchange item that was recovered from the log. */
/linux/tools/testing/selftests/lkdtm/
H A Dtests.txt87 PPC_SLB_MULTIHIT Recovered
/linux/arch/s390/pci/
H A Dpci_event.c198 pr_info("%s: Cannot be recovered in the host because it is a pass-through device\n", in zpci_event_attempt_error_recovery()
207 pr_info("%s: Cannot be recovered because no driver is bound to the device\n", in zpci_event_attempt_error_recovery()
241 * disconnect, we recovered successfully. in zpci_event_attempt_error_recovery()
/linux/fs/pstore/
H A 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()
1103 .recovered = ATOMIC_INIT(0),
1465 atomic_set(&cxt->recovered, 0); in unregister_pstore_zone()
/linux/drivers/md/dm-vdo/
H A Dstatistics.h215 /* Number of times the VDO has successfully recovered */
217 /* Number of times the VDO has recovered from read-only mode */
/linux/arch/powerpc/kernel/
H A Deeh_driver.c59 return "recovered"; in pci_ers_result_name()
367 * driver can work again while the device is recovered.
420 * to make the recovered device work again.
586 /* Bail if the PE is being recovered */ in eeh_pe_reset_and_recover()
1044 * get recovered properly. in eeh_handle_normal_event()
1120 /* clear the slot attention LED for all recovered devices */ in eeh_handle_normal_event()
/linux/drivers/md/dm-vdo/indexer/
H A Dindex-session.h24 * disabled flag, and the index can then be reopened and recovered using the same index session.
/linux/drivers/usb/typec/ucsi/
H A Dcros_ec_ucsi.c192 * recovered to make sure our async write above was successful. in cros_ucsi_write_timeout()
199 /* We recovered from a previous timeout. Treat this as a recovery from in cros_ucsi_write_timeout()
/linux/include/trace/events/
H A Dmemory-failure.h24 EMe ( MF_RECOVERED, "Recovered" )
/linux/arch/riscv/include/asm/
H A Dthread_info.h58 * exception. SP is also saved to the stack it can be recovered when
/linux/include/sound/
H A Dcs8427.h77 #define CS8427_OUTC (1<<3) /* Output Time Base, 0 = OMCK, 1 = recovered input clock */
79 #define CS8427_RXDMASK (3<<0) /* Recovered Input Clock Source Mask */

123456789