| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | rnbd-srv-dev.c | 52 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 D | pmem.c | 253 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 D | blk-core.c | 216 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 D | bio.c | 1174 return blk_status_to_errno(bio->bi_status); in submit_bio_wait()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | block_dev.c | 301 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 D | mpage.c | 73 blk_status_to_errno(bio->bi_status)); in mpage_end_io()
|
| H A D | direct-io.c | 564 ret2 = blk_status_to_errno(dio_bio_complete(dio, bio)); in dio_bio_reap()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | blktrace.c | 924 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 D | page-io.c | 353 blk_status_to_errno(bio->bi_status)); in ext4_end_bio()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_aops.c | 176 error = blk_status_to_errno(ioend->io_bio->bi_status); in xfs_end_ioend()
|
| H A D | xfs_buf.c | 1461 int error = blk_status_to_errno(bio->bi_status); in xfs_buf_bio_end_io()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | block.h | 294 __entry->error = blk_status_to_errno(bio->bi_status);
|
| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | direct-io.c | 160 iomap_dio_set_error(dio, blk_status_to_errno(bio->bi_status)); in iomap_dio_bio_end_io()
|
| H A D | buffered-io.c | 192 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 D | dm-bufio.c | 724 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 D | abi_gki_aarch64_hikey960 | 944 blk_status_to_errno
|
| H A D | abi_gki_aarch64_virtual_device | 30 blk_status_to_errno
|
| H A D | abi_gki_aarch64_generic | 85 blk_status_to_errno
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_worker.c | 55 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 D | drbd_bitmap.c | 951 ctx->error = blk_status_to_errno(bio->bi_status); in drbd_bm_endio()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | virtio_blk.c | 326 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 D | lops.c | 399 int err = blk_status_to_errno(bio->bi_status); in gfs2_end_log_read()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | swap.c | 309 return blk_status_to_errno(hb->error); in hib_wait_io()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blkdev.h | 967 int blk_status_to_errno(blk_status_t status);
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | heartbeat.c | 496 wc->wc_error = blk_status_to_errno(bio->bi_status); in o2hb_bio_end_io()
|