Home
last modified time | relevance | path

Searched refs:EUCLEAN (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-mtd142 mtd returns -EUCLEAN from mtd_read() and mtd_read_oob(). If the
145 or exceeds this value, -EUCLEAN is returned. Otherwise, absent
155 meaning of the -EUCLEAN return code. Previously, it was
166 a persistent return value of -EUCLEAN on devices where sticky
168 ecc_strength, -EUCLEAN is never returned by the read operations.
169 Conversely, if bitflip_threshold is zero, -EUCLEAN is always
/linux-4.4.14/include/uapi/asm-generic/
Derrno.h99 #define EUCLEAN 117 /* Structure needs cleaning */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Derrno.h89 #define EUCLEAN 135 /* Structure needs cleaning */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Derrno.h92 #define EUCLEAN 117 /* Structure needs cleaning */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Derrno.h97 #define EUCLEAN 117 /* Structure needs cleaning */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Derrno.h63 #define EUCLEAN 177 /* Structure needs cleaning */ macro
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c158 [EUCLEAN] = LUSTRE_EUCLEAN,
304 [LUSTRE_EUCLEAN] = EUCLEAN,
/linux-4.4.14/fs/ubifs/
Drecovery.c484 if (ubifs_check_node(c, buf, lnum, offs, 1, 0) != -EUCLEAN) { in no_more_nodes()
795 err = -EUCLEAN; in ubifs_recover_leb()
905 return ERR_PTR(-EUCLEAN); in ubifs_recover_log_leb()
1042 return -EUCLEAN; in clean_an_unclean_leb()
1052 return -EUCLEAN; in clean_an_unclean_leb()
Dmaster.c82 return -EUCLEAN; in scan_for_master()
266 if (err == -EUCLEAN) in ubifs_read_master()
Dscan.c353 err = -EUCLEAN; in ubifs_scan()
Dio.c252 err = -EUCLEAN; in ubifs_check_node()
284 err = -EUCLEAN; in ubifs_check_node()
Dreplay.c836 if (PTR_ERR(sleb) != -EUCLEAN || !c->need_recovery) in replay_log_leb()
Dorphan.c676 if (PTR_ERR(sleb) == -EUCLEAN) in kill_orphans()
Dlprops.c1119 if (ret == -EUCLEAN) { in scan_check_cb()
/linux-4.4.14/fs/jffs2/
Dwbuf.c238 if (ret && ret != -EUCLEAN && ret != -EBADMSG) { in jffs2_verify_write()
250 if (ret == -EUCLEAN) in jffs2_verify_write()
352 if ((ret == -EUCLEAN || ret == -EBADMSG) && in jffs2_wbuf_recover()
969 if ( (ret == -EBADMSG || ret == -EUCLEAN) && (*retlen == len) ) { in jffs2_flash_read()
/linux-4.4.14/drivers/net/wimax/i2400m/
Ddriver.c635 result = -EUCLEAN; in __i2400m_dev_reset_handle()
650 if (result == -EUCLEAN) { in __i2400m_dev_reset_handle()
/linux-4.4.14/fs/xfs/
Dxfs_linux.h145 #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */
/linux-4.4.14/drivers/mtd/tests/
Dnandbiterrs.c154 if (err == -EUCLEAN) in read_page()
/linux-4.4.14/fs/logfs/
Ddev_mtd.c132 if (err == -EUCLEAN || err == -EBADMSG) { in logfs_mtd_readpage()
/linux-4.4.14/include/linux/mtd/
Dmtd.h401 return err == -EUCLEAN; in mtd_is_bitflip()
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c331 return -EUCLEAN; in _ext4_fname_disk_to_usr()
Dext4.h3262 #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */
/linux-4.4.14/drivers/mtd/
Dmtdcore.c932 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read()
990 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read_oob()
/linux-4.4.14/drivers/mtd/ubi/
Ddebug.c45 if (err && err != -EUCLEAN) { in ubi_dump_flash()
/linux-4.4.14/drivers/memstick/core/
Dms_block.c457 return msb_exit_state_machine(msb, -EUCLEAN); in h_msb_read_page()
916 if (error == -EUCLEAN) { in msb_read_page()
966 if (error == -EUCLEAN) { in msb_read_oob()
/linux-4.4.14/include/linux/
Djbd2.h1519 #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */
/linux-4.4.14/drivers/mtd/nand/brcmnand/
Dbrcmnand.c1416 return -EUCLEAN; in brcmnand_dma_trans()
1479 ret = -EUCLEAN; in brcmnand_read_by_pio()
/linux-4.4.14/fs/jbd2/
Dtransaction.c1338 ret = -EUCLEAN; in jbd2_journal_dirty_metadata()
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c2111 return mtd->ecc_stats.corrected - stats.corrected ? -EUCLEAN : 0; in nand_do_read_oob()