Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_aops.h44 int io_error; /* I/O error code */ member
Dxfs_aops.c85 bh->b_end_io(bh, !ioend->io_error); in xfs_destroy_ioend()
214 ioend->io_error = -EIO; in xfs_end_io()
217 if (ioend->io_error) in xfs_end_io()
235 ioend->io_error = error; in xfs_end_io()
260 ioend->io_error = 0; in xfs_alloc_ioend()
360 ioend->io_error = test_bit(BIO_UPTODATE, &bio->bi_flags) ? 0 : error; in xfs_end_bio()
497 ioend->io_error = fail; in xfs_submit_ioend()
1603 ioend->io_error = xfs_setfilesize_trans_alloc(ioend); in xfs_end_io_direct_write()
/linux-4.1.27/drivers/mmc/host/
Dusdhi6rol0.c187 u32 io_error; member
274 if (host->io_error & in usdhi6_error_code()
296 if (host->io_error & USDHI6_SD_INFO2_ILA) in usdhi6_error_code()
640 __func__, host->io_error, usdhi6_read(host, USDHI6_SD_INFO1)); in usdhi6_dma_check_error()
642 if (host->io_error) { in usdhi6_dma_check_error()
1218 if (host->io_error) { in usdhi6_blk_read()
1258 if (host->io_error) { in usdhi6_blk_write()
1322 if (host->io_error) { in usdhi6_end_cmd()
1464 if (host->io_error) { in usdhi6_sd_bh()
1477 if (host->io_error) { in usdhi6_sd_bh()
[all …]
/linux-4.1.27/fs/cachefiles/
Drdwr.c318 goto io_error; in cachefiles_read_backing_file_one()
359 io_error: in cachefiles_read_backing_file_one()
574 goto io_error; in cachefiles_read_backing_file()
587 goto io_error; in cachefiles_read_backing_file()
666 io_error: in cachefiles_read_backing_file()
/linux-4.1.27/lib/
Ddecompress_bunzip2.c107 int io_error; /* non-zero if we have IO error */ member
126 if (bd->io_error) in get_bits()
130 bd->io_error = RETVAL_UNEXPECTED_INPUT_EOF; in get_bits()
/linux-4.1.27/fs/ext2/
Dballoc.c1281 goto io_error; in ext2_new_blocks()
1298 goto io_error; in ext2_new_blocks()
1319 goto io_error; in ext2_new_blocks()
1339 goto io_error; in ext2_new_blocks()
1416 io_error: in ext2_new_blocks()
/linux-4.1.27/fs/ext3/
Dballoc.c1559 goto io_error; in ext3_new_blocks()
1576 goto io_error; in ext3_new_blocks()
1599 goto io_error; in ext3_new_blocks()
1618 goto io_error; in ext3_new_blocks()
1747 io_error: in ext3_new_blocks()
/linux-4.1.27/drivers/md/bcache/
Dbtree.h162 BTREE_FLAG(io_error);
/linux-4.1.27/fs/
Ddirect-io.c123 int io_error; /* IO error in completion path */ member
249 ret = dio->io_error; in dio_complete()
465 dio->io_error = -EIO; in dio_bio_complete()
/linux-4.1.27/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-4.1.27/fs/btrfs/
Dscrub.c86 unsigned int io_error:1; member
1160 if (!page_bad->io_error && !sctx->is_dev_replace) in scrub_handle_errored_block()
1164 if (page_bad->io_error) { in scrub_handle_errored_block()
1170 pagev[page_num]->io_error) { in scrub_handle_errored_block()
1204 page_bad->io_error = 0; in scrub_handle_errored_block()
1495 page->io_error = 1; in scrub_recheck_block()
1503 page->io_error = 1; in scrub_recheck_block()
1627 sblock_bad->checksum_error || page_bad->io_error) { in scrub_repair_page_from_good_copy()
1693 if (spage->io_error) { in scrub_write_page_to_dev_replace()
1820 spage->io_error = 1; in scrub_wr_bio_end_io_worker()
[all …]
/linux-4.1.27/drivers/md/
Ddm.c900 int io_error; in dec_pending() local
926 io_error = io->error; in dec_pending()
931 if (io_error == DM_ENDIO_REQUEUE) in dec_pending()
943 trace_block_bio_complete(md->queue, bio, io_error); in dec_pending()
944 bio_endio(bio, io_error); in dec_pending()
/linux-4.1.27/fs/reiserfs/
Dstree.c669 goto io_error; in search_by_key()
671 io_error: in search_by_key()
/linux-4.1.27/drivers/tty/
Dn_gsm.c265 unsigned long io_error; member
2019 gsm->io_error++; in gsm_error()
/linux-4.1.27/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-4.1.27/fs/cifs/
Dfile.c3583 goto io_error; in cifs_readpage_worker()
3601 io_error: in cifs_readpage_worker()