Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-cht-wc.c52 bool io_error; member
76 adap->io_error = true; in cht_wc_i2c_adap_thread_handler()
87 adap->io_error |= !!(reg & CHT_WC_EXTCHGRIRQ_NACK_IRQ); in cht_wc_i2c_adap_thread_handler()
130 adap->io_error = false; in cht_wc_i2c_adap_smbus_xfer()
167 if (adap->io_error) in cht_wc_i2c_adap_smbus_xfer()
/Linux-v5.4/drivers/mmc/host/
Dusdhi6rol0.c185 u32 io_error; member
277 if (host->io_error & in usdhi6_error_code()
299 if (host->io_error & USDHI6_SD_INFO2_ILA) in usdhi6_error_code()
643 __func__, host->io_error, usdhi6_read(host, USDHI6_SD_INFO1)); in usdhi6_dma_check_error()
645 if (host->io_error) { in usdhi6_dma_check_error()
1254 if (host->io_error) { in usdhi6_blk_read()
1294 if (host->io_error) { in usdhi6_blk_write()
1358 if (host->io_error) { in usdhi6_end_cmd()
1500 if (host->io_error) { in usdhi6_sd_bh()
1513 if (host->io_error) { in usdhi6_sd_bh()
[all …]
/Linux-v5.4/fs/cachefiles/
Drdwr.c320 goto io_error; in cachefiles_read_backing_file_one()
361 io_error: in cachefiles_read_backing_file_one()
575 goto io_error; in cachefiles_read_backing_file()
588 goto io_error; in cachefiles_read_backing_file()
670 io_error: in cachefiles_read_backing_file()
/Linux-v5.4/drivers/block/
Dbrd.c294 goto io_error; in brd_make_request()
303 goto io_error; in brd_make_request()
309 io_error: in brd_make_request()
/Linux-v5.4/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-v5.4/fs/ext2/
Dballoc.c1301 goto io_error; in ext2_new_blocks()
1318 goto io_error; in ext2_new_blocks()
1339 goto io_error; in ext2_new_blocks()
1359 goto io_error; in ext2_new_blocks()
1436 io_error: in ext2_new_blocks()
/Linux-v5.4/fs/
Ddirect-io.c134 int io_error; /* IO error in completion path */ member
285 ret = dio->io_error; in dio_complete()
545 dio->io_error = -EAGAIN; in dio_bio_complete()
547 dio->io_error = -EIO; in dio_bio_complete()
/Linux-v5.4/fs/btrfs/
Dscrub.c76 unsigned int io_error:1; member
1100 if (!page_bad->io_error && !sctx->is_dev_replace) in scrub_handle_errored_block()
1112 } else if (page_bad->io_error) { in scrub_handle_errored_block()
1119 pagev[page_num]->io_error) { in scrub_handle_errored_block()
1151 page_bad->io_error = 0; in scrub_handle_errored_block()
1453 sblock->pagev[page_num]->io_error = 1; in scrub_recheck_block_on_raid56()
1482 page->io_error = 1; in scrub_recheck_block()
1496 page->io_error = 1; in scrub_recheck_block()
1559 sblock_bad->checksum_error || page_bad->io_error) { in scrub_repair_page_from_good_copy()
1620 if (spage->io_error) { in scrub_write_page_to_dev_replace()
[all …]
/Linux-v5.4/drivers/md/bcache/
Dbtree.h164 BTREE_FLAG(io_error);
/Linux-v5.4/fs/afs/
Dfile.c354 goto io_error; in afs_page_filler()
374 io_error: in afs_page_filler()
/Linux-v5.4/fs/ntfs/
Drunlist.c815 goto io_error; in ntfs_mapping_pairs_decompress()
851 goto io_error; in ntfs_mapping_pairs_decompress()
886 goto io_error; in ntfs_mapping_pairs_decompress()
959 io_error: in ntfs_mapping_pairs_decompress()
/Linux-v5.4/drivers/md/
Ddm.c897 blk_status_t io_error; in dec_pending() local
924 io_error = io->status; in dec_pending()
929 if (io_error == BLK_STS_DM_REQUEUE) in dec_pending()
941 if (io_error) in dec_pending()
942 bio->bi_status = io_error; in dec_pending()
/Linux-v5.4/fs/reiserfs/
Dstree.c667 goto io_error; in search_by_key()
669 io_error: in search_by_key()
/Linux-v5.4/drivers/tty/
Dn_gsm.c252 unsigned long io_error; member
2019 gsm->io_error++; in gsm_error()
/Linux-v5.4/drivers/net/ethernet/marvell/
Dsky2.c161 goto io_error; in gm_phy_write()
172 io_error: in gm_phy_write()
187 goto io_error; in __gm_phy_read()
199 io_error: in __gm_phy_read()
/Linux-v5.4/fs/cifs/
Dfile.c4418 goto io_error; in cifs_readpage_worker()
4440 io_error: in cifs_readpage_worker()