Home
last modified time | relevance | path

Searched refs:io_error (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/i2c/busses/
Di2c-cht-wc.c61 bool io_error; member
85 adap->io_error = true; in cht_wc_i2c_adap_thread_handler()
96 adap->io_error |= !!(reg & CHT_WC_EXTCHGRIRQ_NACK_IRQ); in cht_wc_i2c_adap_thread_handler()
139 adap->io_error = false; in cht_wc_i2c_adap_smbus_xfer()
176 if (adap->io_error) in cht_wc_i2c_adap_smbus_xfer()
/Linux-v4.19/drivers/mmc/host/
Dusdhi6rol0.c188 u32 io_error; member
280 if (host->io_error & in usdhi6_error_code()
302 if (host->io_error & USDHI6_SD_INFO2_ILA) in usdhi6_error_code()
646 __func__, host->io_error, usdhi6_read(host, USDHI6_SD_INFO1)); in usdhi6_dma_check_error()
648 if (host->io_error) { in usdhi6_dma_check_error()
1257 if (host->io_error) { in usdhi6_blk_read()
1297 if (host->io_error) { in usdhi6_blk_write()
1361 if (host->io_error) { in usdhi6_end_cmd()
1503 if (host->io_error) { in usdhi6_sd_bh()
1516 if (host->io_error) { in usdhi6_sd_bh()
[all …]
/Linux-v4.19/fs/cachefiles/
Drdwr.c324 goto io_error; in cachefiles_read_backing_file_one()
365 io_error: in cachefiles_read_backing_file_one()
576 goto io_error; in cachefiles_read_backing_file()
589 goto io_error; in cachefiles_read_backing_file()
668 io_error: in cachefiles_read_backing_file()
/Linux-v4.19/drivers/block/
Dbrd.c292 goto io_error; in brd_make_request()
301 goto io_error; in brd_make_request()
307 io_error: in brd_make_request()
/Linux-v4.19/lib/
Ddecompress_bunzip2.c108 int io_error; /* non-zero if we have IO error */ member
127 if (bd->io_error) in get_bits()
131 bd->io_error = RETVAL_UNEXPECTED_INPUT_EOF; in get_bits()
/Linux-v4.19/fs/ext2/
Dballoc.c1304 goto io_error; in ext2_new_blocks()
1321 goto io_error; in ext2_new_blocks()
1342 goto io_error; in ext2_new_blocks()
1362 goto io_error; in ext2_new_blocks()
1439 io_error: in ext2_new_blocks()
/Linux-v4.19/fs/
Ddirect-io.c133 int io_error; /* IO error in completion path */ member
285 ret = dio->io_error; in dio_complete()
546 dio->io_error = -EAGAIN; in dio_bio_complete()
548 dio->io_error = -EIO; in dio_bio_complete()
/Linux-v4.19/fs/btrfs/
Dscrub.c74 unsigned int io_error:1; member
1085 if (!page_bad->io_error && !sctx->is_dev_replace) in scrub_handle_errored_block()
1097 } else if (page_bad->io_error) { in scrub_handle_errored_block()
1104 pagev[page_num]->io_error) { in scrub_handle_errored_block()
1136 page_bad->io_error = 0; in scrub_handle_errored_block()
1437 sblock->pagev[page_num]->io_error = 1; in scrub_recheck_block_on_raid56()
1466 page->io_error = 1; in scrub_recheck_block()
1480 page->io_error = 1; in scrub_recheck_block()
1543 sblock_bad->checksum_error || page_bad->io_error) { in scrub_repair_page_from_good_copy()
1606 if (spage->io_error) { in scrub_write_page_to_dev_replace()
[all …]
/Linux-v4.19/drivers/md/bcache/
Dbtree.h163 BTREE_FLAG(io_error);
/Linux-v4.19/fs/afs/
Dfile.c344 goto io_error; in afs_page_filler()
364 io_error: in afs_page_filler()
/Linux-v4.19/fs/ntfs/
Drunlist.c829 goto io_error; in ntfs_mapping_pairs_decompress()
865 goto io_error; in ntfs_mapping_pairs_decompress()
900 goto io_error; in ntfs_mapping_pairs_decompress()
973 io_error: in ntfs_mapping_pairs_decompress()
/Linux-v4.19/drivers/md/
Ddm.c862 blk_status_t io_error; in dec_pending() local
889 io_error = io->status; in dec_pending()
894 if (io_error == BLK_STS_DM_REQUEUE) in dec_pending()
906 if (io_error) in dec_pending()
907 bio->bi_status = io_error; in dec_pending()
/Linux-v4.19/fs/reiserfs/
Dstree.c670 goto io_error; in search_by_key()
672 io_error: in search_by_key()
/Linux-v4.19/drivers/tty/
Dn_gsm.c252 unsigned long io_error; member
2022 gsm->io_error++; in gsm_error()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c172 goto io_error; in gm_phy_write()
183 io_error: in gm_phy_write()
198 goto io_error; in __gm_phy_read()
210 io_error: in __gm_phy_read()
/Linux-v4.19/fs/cifs/
Dfile.c3888 goto io_error; in cifs_readpage_worker()
3906 io_error: in cifs_readpage_worker()