Searched refs:BLK_STS_IOERR (Results 1 - 25 of 89) sorted by last modified time

1234

/linux-master/fs/xfs/
H A Dxfs_buf.c1503 bio->bi_status = BLK_STS_IOERR;
/linux-master/fs/f2fs/
H A Dsegment.c3852 bio->bi_status = BLK_STS_IOERR;
H A Ddata.c198 bio->bi_status = BLK_STS_IOERR;
297 bio->bi_status = BLK_STS_IOERR;
335 bio->bi_status = BLK_STS_IOERR;
/linux-master/fs/bcachefs/
H A Dio_read.c417 rbio->bio.bi_status = BLK_STS_IOERR;
640 bch2_rbio_error(rbio, READ_RETRY, BLK_STS_IOERR);
658 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR);
664 bch2_rbio_error(rbio, READ_ERR, BLK_STS_IOERR);
670 bch2_rbio_error(rbio, READ_ERR, BLK_STS_IOERR);
1021 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR);
1047 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR);
1081 orig->bio.bi_status = BLK_STS_IOERR;
1201 rbio->bio.bi_status = BLK_STS_IOERR;
H A Dfs-io-buffered.c248 rbio->bio.bi_status = BLK_STS_IOERR;
/linux-master/drivers/block/zram/
H A Dzram_drv.c1892 bio->bi_status = BLK_STS_IOERR;
1923 bio->bi_status = BLK_STS_IOERR;
/linux-master/drivers/nvdimm/
H A Dbtt.c1459 bio->bi_status = BLK_STS_IOERR;
/linux-master/drivers/mmc/core/
H A Dblock.c1148 blk_mq_end_request(req, ret ? BLK_STS_IOERR : BLK_STS_OK);
1182 status = BLK_STS_IOERR;
1244 status = BLK_STS_IOERR;
1262 status = BLK_STS_IOERR;
1283 blk_mq_end_request(req, ret ? BLK_STS_IOERR : BLK_STS_OK);
1523 blk_mq_end_request(req, BLK_STS_IOERR);
1793 error = BLK_STS_IOERR;
1803 blk_update_request(req, BLK_STS_IOERR, bytes_per_read);
2059 __blk_mq_end_request(req, BLK_STS_IOERR);
2065 blk_mq_end_request(req, BLK_STS_IOERR);
[all...]
/linux-master/include/linux/
H A Dblk_types.h104 #define BLK_STS_IOERR ((__force blk_status_t)10) macro
H A Dbio.h446 bio->bi_status = BLK_STS_IOERR;
/linux-master/fs/btrfs/
H A Ddisk-io.c271 return BLK_STS_IOERR;
273 return BLK_STS_IOERR;
286 return BLK_STS_IOERR;
289 return BLK_STS_IOERR;
H A Dcompression.c583 ret = BLK_STS_IOERR;
/linux-master/drivers/scsi/
H A Dsr.c473 return BLK_STS_IOERR;
H A Dsd_zbc.c305 return BLK_STS_IOERR;
308 return BLK_STS_IOERR;
312 return BLK_STS_IOERR;
H A Dsd.c1163 return BLK_STS_IOERR;
1172 return BLK_STS_IOERR;
1231 ret = BLK_STS_IOERR;
H A Dscsi_transport_fc.c4075 blk_mq_end_request(req, BLK_STS_IOERR);
4245 return BLK_STS_IOERR;
H A Dscsi_lib.c704 return BLK_STS_IOERR;
709 return BLK_STS_IOERR;
1108 * * BLK_STS_IOERR - if the failure is fatal
1121 return BLK_STS_IOERR;
1175 ret = BLK_STS_IOERR;
1306 return BLK_STS_IOERR;
1314 return BLK_STS_IOERR;
/linux-master/drivers/nvme/host/
H A Dcore.c300 return BLK_STS_IOERR;
853 return BLK_STS_IOERR;
1046 return BLK_STS_IOERR;
/linux-master/drivers/md/
H A Draid5.c5952 bi->bi_status = BLK_STS_IOERR;
H A Dmd.c423 bio->bi_status = BLK_STS_IOERR;
H A Ddm.c931 io->status = BLK_STS_IOERR;
1139 error = BLK_STS_IOERR;
1454 dm_io_dec_pending(io, BLK_STS_IOERR);
1715 return BLK_STS_IOERR;
H A Ddm-thin.c501 return pool->out_of_data_space ? BLK_STS_NOSPC : BLK_STS_IOERR;
851 m->status = read_err || write_err ? BLK_STS_IOERR : 0;
1600 return BLK_STS_IOERR;
1608 return BLK_STS_IOERR;
1612 return BLK_STS_IOERR;
H A Ddm-mpath.c719 bio->bi_status = BLK_STS_IOERR;
1672 if (error == BLK_STS_IOERR)
1712 *error = BLK_STS_IOERR;
H A Ddm-crypt.c1648 return BLK_STS_IOERR;
2110 io->error = BLK_STS_IOERR;
2257 io->error = BLK_STS_IOERR;
H A Ddm-clone-target.c747 status = r ? BLK_STS_IOERR : hd->status;
772 status = BLK_STS_IOERR;

Completed in 562 milliseconds

1234