Searched refs:blk_status_to_errno (Results 1 – 25 of 40) sorted by relevance
12
| /linux/fs/xfs/ |
| H A D | xfs_ioend.c | 74 error = blk_status_to_errno(ioend->io_bio.bi_status); in xfs_end_ioend_write() 153 blk_status_to_errno(ioend->io_bio.bi_status)); in xfs_end_io()
|
| H A D | xfs_verify_media.c | 228 me->me_ioerror = -blk_status_to_errno(bio_status); in xfs_verify_media_error()
|
| H A D | xfs_zone_gc.c | 999 error = blk_status_to_errno(bio.bi_status); in xfs_zone_gc_reset_sync()
|
| H A D | xfs_buf.c | 1252 xfs_buf_ioerror(bp, blk_status_to_errno(bio->bi_status)); in xfs_buf_bio_end_io()
|
| /linux/block/ |
| H A D | bio-integrity-fs.c | 76 return blk_status_to_errno(bio_integrity_verify(bio, &data_iter)); in fs_bio_integrity_verify()
|
| H A D | fops.c | 102 ret = blk_status_to_errno(bio.bi_status); in __blkdev_direct_IO_simple() 154 ret = blk_status_to_errno(dio->bio.bi_status); in blkdev_bio_end_io() 280 ret = blk_status_to_errno(dio->bio.bi_status); in __blkdev_direct_IO() 306 ret = blk_status_to_errno(bio->bi_status); in blkdev_bio_end_io_async()
|
| H A D | blk-core.c | 200 int blk_status_to_errno(blk_status_t status) in blk_status_to_errno() function 208 EXPORT_SYMBOL_GPL(blk_status_to_errno);
|
| H A D | ioctl.c | 885 bic->res = blk_status_to_errno(bio->bi_status); in bio_cmd_bio_end_io()
|
| H A D | bio.c | 1600 return blk_status_to_errno(bio->bi_status); in submit_bio_wait()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | vio.h | 183 continue_vio(vio, blk_status_to_errno(vio->bio->bi_status)); in continue_vio_after_io()
|
| H A D | vdo.c | 887 result = blk_status_to_errno(bio.bi_status); in vdo_synchronous_flush()
|
| /linux/fs/ |
| H A D | mpage.c | 48 int err = blk_status_to_errno(bio->bi_status); in mpage_read_end_io() 59 int err = blk_status_to_errno(bio->bi_status); in mpage_write_end_io()
|
| /linux/fs/iomap/ |
| H A D | bio.c | 43 __iomap_read_end_io(bio, blk_status_to_errno(bio->bi_status)); in iomap_fail_reads()
|
| H A D | direct-io.c | 277 iomap_dio_set_error(dio, blk_status_to_errno(bio->bi_status)); in iomap_dio_bio_end_io() 943 ret = blk_status_to_errno(bio->bi_status); in iomap_dio_simple_complete()
|
| H A D | ioend.c | 122 ioend->io_error = blk_status_to_errno(bio->bi_status); in ioend_writeback_end_bio()
|
| /linux/fs/exfat/ |
| H A D | iomap.c | 244 int error = blk_status_to_errno(bio->bi_status); in exfat_iomap_read_end_io()
|
| /linux/fs/ntfs/ |
| H A D | aops.c | 20 int error = blk_status_to_errno(bio->bi_status); in ntfs_iomap_read_end_io()
|
| /linux/kernel/trace/ |
| H A D | blktrace.c | 1039 what, blk_status_to_errno(error), 0, NULL, cgid); in blk_add_trace_rq() 1123 blk_status_to_errno(bio->bi_status)); in blk_add_trace_bio_complete() 1223 blk_status_to_errno(bio->bi_status), in blk_add_trace_split() 1259 blk_status_to_errno(bio->bi_status), in blk_add_trace_bio_remap()
|
| /linux/drivers/nvdimm/ |
| H A D | pmem.c | 313 return blk_status_to_errno(pmem_do_write(pmem, ZERO_PAGE(0), 0, in pmem_dax_zero_page_range()
|
| /linux/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()
|
| /linux/drivers/nvme/host/ |
| H A D | ioctl.c | 459 pdu->status = blk_status_to_errno(err); in nvme_uring_cmd_end_io()
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 1433 blk_status_to_errno(status)); in write_endio() 1934 int error = blk_status_to_errno(b->read_error); in new_read()
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 260 ret = blk_status_to_errno(cb->bbio.bio.bi_status); in end_compressed_writeback()
|
| /linux/include/linux/ |
| H A D | blkdev.h | 1045 int blk_status_to_errno(blk_status_t status);
|
12