Searched refs:blk_status_to_errno (Results 1 - 25 of 41) sorted by last modified time

12

/linux-master/drivers/nvme/host/
H A Dcore.c1070 return blk_status_to_errno(status);
3554 ret = blk_status_to_errno(nvme_error_status(ret));
/linux-master/drivers/block/
H A Dublk_drv.c335 ret = blk_status_to_errno(status);
/linux-master/fs/btrfs/
H A Dscrub.c2075 ret = blk_status_to_errno(bio->bi_status);
H A Dinode.c10093 return blk_status_to_errno(READ_ONCE(priv.status));
H A Dextent_io.c466 int error = blk_status_to_errno(bio->bi_status);
/linux-master/include/linux/
H A Dblkdev.h835 int blk_status_to_errno(blk_status_t status);
/linux-master/fs/bcachefs/
H A Dfs-io-direct.c51 dio->ret = blk_status_to_errno(bio->bi_status);
H A Dfs-io-buffered.c337 ret = blk_status_to_errno(rbio->bio.bi_status);
/linux-master/block/
H A Dblk-core.c194 int blk_status_to_errno(blk_status_t status) function
202 EXPORT_SYMBOL_GPL(blk_status_to_errno); variable
/linux-master/fs/xfs/
H A Dxfs_buf.c1507 int error = blk_status_to_errno(bio->bi_status);
H A Dxfs_aops.c115 error = blk_status_to_errno(ioend->io_bio.bi_status);
H A Dxfs_log.c1383 error = blk_status_to_errno(iclog->ic_bio.bi_status);
/linux-master/fs/f2fs/
H A Dsegment.c1126 dc->error = blk_status_to_errno(bio->bi_status);
/linux-master/kernel/power/
H A Dswap.c309 return blk_status_to_errno(hb->error);
/linux-master/drivers/nvdimm/
H A Dpmem.c299 return blk_status_to_errno(pmem_do_write(pmem, ZERO_PAGE(0), 0,
/linux-master/drivers/md/
H A Ddm-writecache.c1694 writecache_error(wc, blk_status_to_errno(wb->bio.bi_status),
H A Ddm-bufio.c1428 blk_status_to_errno(status));
1918 int error = blk_status_to_errno(b->read_error);
/linux-master/drivers/md/dm-vdo/
H A Dvdo.c304 result = blk_status_to_errno(vio->bio->bi_status);
840 result = blk_status_to_errno(bio.bi_status);
H A Dvio.h177 continue_vio(vio, blk_status_to_errno(vio->bio->bi_status));
H A Dpacker.c416 continue_data_vio_with_error(data_vio, blk_status_to_errno(bio->bi_status));
H A Ddedupe.c1165 int result = blk_status_to_errno(bio->bi_status);
H A Ddata-vio.c1526 int result = blk_status_to_errno(bio->bi_status);
1879 blk_status_to_errno(bio->bi_status));
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c499 wc->wc_error = blk_status_to_errno(bio->bi_status);
/linux-master/fs/
H A Dmpage.c49 int err = blk_status_to_errno(bio->bi_status);
65 int err = blk_status_to_errno(bio->bi_status);
/linux-master/fs/iomap/
H A Ddirect-io.c166 iomap_dio_set_error(dio, blk_status_to_errno(bio->bi_status));

Completed in 401 milliseconds

12