/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mtd | 142 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/ |
D | errno.h | 99 #define EUCLEAN 117 /* Structure needs cleaning */ macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | errno.h | 89 #define EUCLEAN 135 /* Structure needs cleaning */ macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | errno.h | 92 #define EUCLEAN 117 /* Structure needs cleaning */ macro
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | errno.h | 97 #define EUCLEAN 117 /* Structure needs cleaning */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | errno.h | 63 #define EUCLEAN 177 /* Structure needs cleaning */ macro
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 158 [EUCLEAN] = LUSTRE_EUCLEAN, 304 [LUSTRE_EUCLEAN] = EUCLEAN,
|
/linux-4.4.14/fs/ubifs/ |
D | recovery.c | 484 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()
|
D | master.c | 82 return -EUCLEAN; in scan_for_master() 266 if (err == -EUCLEAN) in ubifs_read_master()
|
D | scan.c | 353 err = -EUCLEAN; in ubifs_scan()
|
D | io.c | 252 err = -EUCLEAN; in ubifs_check_node() 284 err = -EUCLEAN; in ubifs_check_node()
|
D | replay.c | 836 if (PTR_ERR(sleb) != -EUCLEAN || !c->need_recovery) in replay_log_leb()
|
D | orphan.c | 676 if (PTR_ERR(sleb) == -EUCLEAN) in kill_orphans()
|
D | lprops.c | 1119 if (ret == -EUCLEAN) { in scan_check_cb()
|
/linux-4.4.14/fs/jffs2/ |
D | wbuf.c | 238 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/ |
D | driver.c | 635 result = -EUCLEAN; in __i2400m_dev_reset_handle() 650 if (result == -EUCLEAN) { in __i2400m_dev_reset_handle()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_linux.h | 145 #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */
|
/linux-4.4.14/drivers/mtd/tests/ |
D | nandbiterrs.c | 154 if (err == -EUCLEAN) in read_page()
|
/linux-4.4.14/fs/logfs/ |
D | dev_mtd.c | 132 if (err == -EUCLEAN || err == -EBADMSG) { in logfs_mtd_readpage()
|
/linux-4.4.14/include/linux/mtd/ |
D | mtd.h | 401 return err == -EUCLEAN; in mtd_is_bitflip()
|
/linux-4.4.14/fs/ext4/ |
D | crypto_fname.c | 331 return -EUCLEAN; in _ext4_fname_disk_to_usr()
|
D | ext4.h | 3262 #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */
|
/linux-4.4.14/drivers/mtd/ |
D | mtdcore.c | 932 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/ |
D | debug.c | 45 if (err && err != -EUCLEAN) { in ubi_dump_flash()
|
/linux-4.4.14/drivers/memstick/core/ |
D | ms_block.c | 457 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/ |
D | jbd2.h | 1519 #define EFSCORRUPTED EUCLEAN /* Filesystem is corrupted */
|
/linux-4.4.14/drivers/mtd/nand/brcmnand/ |
D | brcmnand.c | 1416 return -EUCLEAN; in brcmnand_dma_trans() 1479 ret = -EUCLEAN; in brcmnand_read_by_pio()
|
/linux-4.4.14/fs/jbd2/ |
D | transaction.c | 1338 ret = -EUCLEAN; in jbd2_journal_dirty_metadata()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_base.c | 2111 return mtd->ecc_stats.corrected - stats.corrected ? -EUCLEAN : 0; in nand_do_read_oob()
|