Searched refs:uncorrectable_errors (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/uapi/mtd/
H A Dmtd-abi.h97 * @uncorrectable_errors: the number of uncorrectable errors that happened
108 __u32 uncorrectable_errors; member in struct:mtd_read_req_ecc_stats
/linux-master/drivers/mtd/
H A Dmtdchar.c720 req.ecc_stats.uncorrectable_errors = 0;
773 req.ecc_stats.uncorrectable_errors +=
774 stats.uncorrectable_errors;
803 if (req.ecc_stats.uncorrectable_errors > 0)
/linux-master/include/uapi/linux/
H A Dbtrfs.h177 __u64 uncorrectable_errors; /* # of errors where either no intact member in struct:btrfs_scrub_progress
/linux-master/include/linux/mtd/
H A Dmtd.h44 unsigned int uncorrectable_errors; member in struct:mtd_req_stats
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c2321 u8 uncorrectable_errors; member in struct:opa_port_status_rsp
2469 u8 uncorrectable_errors; member in struct:opa_port_error_counters64_msg::_port_ectrs
2789 /* rsp->uncorrectable_errors is 8 bits wide, and it pegs at 0xff */
2791 rsp->uncorrectable_errors = tmp < 0x100 ? (tmp & 0xff) : 0xff;
3222 rsp->uncorrectable_errors = tmp < 0x100 ? (tmp & 0xff) : 0xff;
/linux-master/drivers/mtd/nand/spi/
H A Dcore.c675 ops->stats->uncorrectable_errors +=
/linux-master/drivers/mtd/devices/
H A Ddocg3.c972 ops->stats->uncorrectable_errors +=
/linux-master/fs/btrfs/
H A Dscrub.c986 sctx->stat.uncorrectable_errors +=
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c1468 ops->stats->uncorrectable_errors +=
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c4015 ops->stats->uncorrectable_errors +=

Completed in 202 milliseconds