Home
last modified time | relevance | path

Searched refs:blk_status_to_errno (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-srv-dev.c52 rnbd_endio(io->priv, blk_status_to_errno(bio->bi_status)); in rnbd_dev_bi_end_io()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dpmem.c253 return blk_status_to_errno(rc); in pmem_rw_page()
291 return blk_status_to_errno(pmem_do_write(pmem, ZERO_PAGE(0), 0, in pmem_dax_zero_page_range()
/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c216 int blk_status_to_errno(blk_status_t status) in blk_status_to_errno() function
224 EXPORT_SYMBOL_GPL(blk_status_to_errno);
1444 trace_block_rq_complete(req, blk_status_to_errno(error), nr_bytes); in blk_update_request()
H A Dbio.c1174 return blk_status_to_errno(bio->bi_status); in submit_bio_wait()
/OK3568_Linux_fs/kernel/fs/
H A Dblock_dev.c301 ret = blk_status_to_errno(bio.bi_status); in __blkdev_direct_IO_simple()
352 ret = blk_status_to_errno(dio->bio.bi_status); in blkdev_bio_end_io()
496 ret = blk_status_to_errno(dio->bio.bi_status); in __blkdev_direct_IO()
H A Dmpage.c73 blk_status_to_errno(bio->bi_status)); in mpage_end_io()
H A Ddirect-io.c564 ret2 = blk_status_to_errno(dio_bio_complete(dio, bio)); in dio_bio_reap()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dblktrace.c924 blk_status_to_errno(bio->bi_status)); in blk_add_trace_bio_complete()
1032 blk_status_to_errno(bio->bi_status), in blk_add_trace_split()
1072 blk_status_to_errno(bio->bi_status), in blk_add_trace_bio_remap()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dpage-io.c353 blk_status_to_errno(bio->bi_status)); in ext4_end_bio()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_aops.c176 error = blk_status_to_errno(ioend->io_bio->bi_status); in xfs_end_ioend()
H A Dxfs_buf.c1461 int error = blk_status_to_errno(bio->bi_status); in xfs_buf_bio_end_io()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dblock.h294 __entry->error = blk_status_to_errno(bio->bi_status);
/OK3568_Linux_fs/kernel/fs/iomap/
H A Ddirect-io.c160 iomap_dio_set_error(dio, blk_status_to_errno(bio->bi_status)); in iomap_dio_bio_end_io()
H A Dbuffered-io.c192 int error = blk_status_to_errno(bio->bi_status); in iomap_read_end_io()
1182 iomap_finish_ioend(ioend, blk_status_to_errno(bio->bi_status)); in iomap_writepage_end_bio()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bufio.c724 blk_status_to_errno(status)); in write_endio()
1101 int error = blk_status_to_errno(b->read_error); in new_read()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960944 blk_status_to_errno
H A Dabi_gki_aarch64_virtual_device30 blk_status_to_errno
H A Dabi_gki_aarch64_generic85 blk_status_to_errno
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_worker.c55 device->md_io.error = blk_status_to_errno(bio->bi_status); in drbd_md_endio()
274 req->private_bio = ERR_PTR(blk_status_to_errno(bio->bi_status)); in drbd_request_endio()
H A Ddrbd_bitmap.c951 ctx->error = blk_status_to_errno(bio->bi_status); in drbd_bm_endio()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dvirtio_blk.c326 err = blk_status_to_errno(virtblk_result(blk_mq_rq_to_pdu(req))); in virtblk_get_id()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlops.c399 int err = blk_status_to_errno(bio->bi_status); in gfs2_end_log_read()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dswap.c309 return blk_status_to_errno(hb->error); in hib_wait_io()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h967 int blk_status_to_errno(blk_status_t status);
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dheartbeat.c496 wc->wc_error = blk_status_to_errno(bio->bi_status); in o2hb_bio_end_io()

12