/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-cht-wc.c | 52 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()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | rt711.c | 192 goto io_error; in rt711_headset_detect() 202 goto io_error; in rt711_headset_detect() 207 goto io_error; in rt711_headset_detect() 227 io_error: in rt711_headset_detect() 251 goto io_error; in rt711_jack_detect_handler() 294 io_error: in rt711_jack_detect_handler() 308 goto io_error; in rt711_btn_check_handler() 324 goto io_error; in rt711_btn_check_handler() 349 io_error: in rt711_btn_check_handler()
|
D | rt700.c | 114 goto io_error; in rt700_headset_detect() 124 goto io_error; in rt700_headset_detect() 147 io_error: in rt700_headset_detect() 171 goto io_error; in rt700_jack_detect_handler() 214 io_error: in rt700_jack_detect_handler() 228 goto io_error; in rt700_btn_check_handler() 243 goto io_error; in rt700_btn_check_handler() 268 io_error: in rt700_btn_check_handler()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | usdhi6rol0.c | 187 u32 io_error; member 278 if (host->io_error & in usdhi6_error_code() 300 if (host->io_error & USDHI6_SD_INFO2_ILA) in usdhi6_error_code() 644 __func__, host->io_error, usdhi6_read(host, USDHI6_SD_INFO1)); in usdhi6_dma_check_error() 646 if (host->io_error) { in usdhi6_dma_check_error() 1258 if (host->io_error) { in usdhi6_blk_read() 1298 if (host->io_error) { in usdhi6_blk_write() 1362 if (host->io_error) { in usdhi6_end_cmd() 1504 if (host->io_error) { in usdhi6_sd_bh() 1517 if (host->io_error) { in usdhi6_sd_bh() [all …]
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
D | rdwr.c | 320 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()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | brd.c | 294 goto io_error; in brd_submit_bio() 307 goto io_error; in brd_submit_bio() 313 io_error: in brd_submit_bio()
|
/kernel/linux/linux-5.10/lib/ |
D | decompress_bunzip2.c | 108 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()
|
/kernel/linux/linux-5.10/fs/ext2/ |
D | balloc.c | 1276 goto io_error; in ext2_new_blocks() 1300 goto io_error; in ext2_new_blocks() 1321 goto io_error; in ext2_new_blocks() 1341 goto io_error; in ext2_new_blocks() 1419 io_error: in ext2_new_blocks()
|
/kernel/linux/linux-5.10/fs/ |
D | direct-io.c | 136 int io_error; /* IO error in completion path */ member 266 ret = dio->io_error; in dio_complete() 507 dio->io_error = -EAGAIN; in dio_bio_complete() 509 dio->io_error = -EIO; in dio_bio_complete()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | scrub.c | 77 unsigned int io_error:1; member 1099 if (!page_bad->io_error && !sctx->is_dev_replace) in scrub_handle_errored_block() 1111 } else if (page_bad->io_error) { in scrub_handle_errored_block() 1118 pagev[page_num]->io_error) { in scrub_handle_errored_block() 1150 page_bad->io_error = 0; in scrub_handle_errored_block() 1452 sblock->pagev[page_num]->io_error = 1; in scrub_recheck_block_on_raid56() 1481 page->io_error = 1; in scrub_recheck_block() 1495 page->io_error = 1; in scrub_recheck_block() 1558 sblock_bad->checksum_error || page_bad->io_error) { in scrub_repair_page_from_good_copy() 1619 if (spage->io_error) in scrub_write_page_to_dev_replace() [all …]
|
/kernel/linux/linux-5.10/fs/afs/ |
D | file.c | 356 goto io_error; in afs_page_filler() 376 io_error: in afs_page_filler()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | runlist.c | 815 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()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
D | btree.h | 165 BTREE_FLAG(io_error);
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm.c | 904 blk_status_t io_error; in dec_pending() local 933 io_error = io->status; in dec_pending() 940 if (io_error == BLK_STS_DM_REQUEUE) in dec_pending() 952 if (io_error) in dec_pending() 953 bio->bi_status = io_error; in dec_pending()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | stree.c | 694 goto io_error; in search_by_key() 696 io_error: in search_by_key()
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | n_gsm.c | 259 unsigned long io_error; member 2145 gsm->io_error++; in gsm_error()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
D | sky2.c | 161 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()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | file.c | 4559 goto io_error; in cifs_readpage_worker() 4581 io_error: in cifs_readpage_worker()
|