/kernel/linux/linux-5.10/block/ |
H A D | blk-crypto-fallback.c | 155 src_bio->bi_status = enc_bio->bi_status; in blk_crypto_fallback_encrypt_endio() 227 bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_split_bio_if_needed() 256 * large. Returns true on success. Returns false and sets bio->bi_status on 285 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio() 295 src_bio->bi_status = blk_st; in blk_crypto_fallback_encrypt_bio() 301 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio() 322 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio() 337 src_bio->bi_status = BLK_STS_IOERR; in blk_crypto_fallback_encrypt_bio() 397 bio->bi_status in blk_crypto_fallback_decrypt_bio() [all...] |
H A D | bounce.c | 181 bio_orig->bi_status = bio->bi_status; in bounce_end_io() 201 if (!bio->bi_status) in __bounce_end_io_read()
|
H A D | bio-integrity.c | 312 bio->bi_status = status; in bio_integrity_prep() 339 bio->bi_status = bio_integrity_process(bio, &bip->bio_iter, in bio_integrity_verify_fn() 361 if (bio_op(bio) == REQ_OP_READ && !bio->bi_status && in __bio_integrity_endio()
|
H A D | blk-crypto.c | 260 * Return: true on success; false on error (and bio->bi_status will be set 271 bio->bi_status = BLK_STS_IOERR; in __blk_crypto_bio_prep() 276 bio->bi_status = BLK_STS_IOERR; in __blk_crypto_bio_prep()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-crypto-fallback.c | 153 src_bio->bi_status = enc_bio->bi_status; in blk_crypto_fallback_encrypt_endio() 229 bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_split_bio_if_needed() 258 * large. Returns true on success. Returns false and sets bio->bi_status on 287 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio() 298 src_bio->bi_status = blk_st; in blk_crypto_fallback_encrypt_bio() 304 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio() 325 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio() 340 src_bio->bi_status = BLK_STS_IOERR; in blk_crypto_fallback_encrypt_bio() 401 bio->bi_status in blk_crypto_fallback_decrypt_bio() [all...] |
H A D | fops.c | 92 if (unlikely(bio.bi_status)) in __blkdev_direct_IO_simple() 93 ret = blk_status_to_errno(bio.bi_status); in __blkdev_direct_IO_simple() 127 if (bio->bi_status && !dio->bio.bi_status) in blkdev_bio_end_io() 128 dio->bio.bi_status = bio->bi_status; in blkdev_bio_end_io() 137 if (likely(!dio->bio.bi_status)) { in blkdev_bio_end_io() 141 ret = blk_status_to_errno(dio->bio.bi_status); in blkdev_bio_end_io() 212 bio->bi_status = BLK_STS_IOERR; in __blkdev_direct_IO() 268 ret = blk_status_to_errno(dio->bio.bi_status); in __blkdev_direct_IO() [all...] |
H A D | bounce.c | 121 bio_orig->bi_status = bio->bi_status; in bounce_end_io() 135 if (!bio->bi_status) in bounce_end_io_read()
|
H A D | bio-integrity.c | 299 bio->bi_status = BLK_STS_RESOURCE; in bio_integrity_prep() 325 bio->bi_status = bio_integrity_process(bio, &bip->bio_iter, in bio_integrity_verify_fn() 347 if (bio_op(bio) == REQ_OP_READ && !bio->bi_status && in __bio_integrity_endio()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | bio.c | 126 bbio->bio.bi_status = status; in btrfs_bio_end_io() 147 orig_bbio->bio.bi_status = bbio->bio.bi_status; in btrfs_bbio_propagate_error() 156 if (bbio->bio.bi_status) in btrfs_orig_bbio_end_io() 197 if (repair_bbio->bio.bi_status || in btrfs_end_repair_bio() 205 fbio->bbio->bio.bi_status = BLK_STS_IOERR; in btrfs_end_repair_bio() 253 failed_bbio->bio.bi_status = BLK_STS_IOERR; in repair_one_sector() 288 blk_status_t status = bbio->bio.bi_status; in btrfs_check_read_bio() 305 bbio->bio.bi_status = BLK_STS_OK; in btrfs_check_read_bio() 331 if (bio->bi_status ! in btrfs_log_dev_io_error() [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | request.c | 174 if (bio->bi_status) { in bch_data_insert_endio() 177 op->status = bio->bi_status; in bch_data_insert_endio() 184 bch_bbio_endio(op->c, bio, bio->bi_status, "writing data to cache"); in bch_data_insert_endio() 498 if (bio->bi_status) in bch_cache_read_endio() 499 s->iop.status = bio->bi_status; in bch_cache_read_endio() 506 bch_bbio_endio(s->iop.c, bio, bio->bi_status, "reading from cache"); in bch_cache_read_endio() 625 if (bio->bi_status) { in request_endio() 628 s->iop.status = bio->bi_status; in request_endio() 641 if (bio->bi_status) { in backing_request_endio() 654 pr_err("Can't flush %s: returned bi_status in backing_request_endio() [all...] |
H A D | movinggc.c | 68 if (bio->bi_status) in read_moving_endio() 69 io->op.status = bio->bi_status; in read_moving_endio() 75 bch_bbio_endio(io->op.c, bio, bio->bi_status, "reading data to move"); in read_moving_endio()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | request.c | 174 if (bio->bi_status) { in bch_data_insert_endio() 177 op->status = bio->bi_status; in bch_data_insert_endio() 184 bch_bbio_endio(op->c, bio, bio->bi_status, "writing data to cache"); in bch_data_insert_endio() 498 if (bio->bi_status) in bch_cache_read_endio() 499 s->iop.status = bio->bi_status; in bch_cache_read_endio() 506 bch_bbio_endio(s->iop.c, bio, bio->bi_status, "reading from cache"); in bch_cache_read_endio() 625 if (bio->bi_status) { in request_endio() 628 s->iop.status = bio->bi_status; in request_endio() 641 if (bio->bi_status) { in backing_request_endio() 654 pr_err("Can't flush %pg: returned bi_status in backing_request_endio() [all...] |
H A D | movinggc.c | 68 if (bio->bi_status) in read_moving_endio() 69 io->op.status = bio->bi_status; in read_moving_endio() 75 bch_bbio_endio(io->op.c, bio, bio->bi_status, "reading data to move"); in read_moving_endio()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | page-io.c | 118 if (bio->bi_status) { in ext4_finish_bio() 119 int err = blk_status_to_errno(bio->bi_status); in ext4_finish_bio() 137 if (bio->bi_status) { in ext4_finish_bio() 333 bio->bi_status)) { in ext4_end_bio() 340 if (bio->bi_status) { in ext4_end_bio() 345 bio->bi_status, inode->i_ino, in ext4_end_bio() 349 blk_status_to_errno(bio->bi_status)); in ext4_end_bio()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | page-io.c | 122 if (bio->bi_status) { in ext4_finish_bio() 140 if (bio->bi_status) { in ext4_finish_bio() 337 bio->bi_status)) { in ext4_end_bio() 344 if (bio->bi_status) { in ext4_end_bio() 349 bio->bi_status, inode->i_ino, in ext4_end_bio() 353 blk_status_to_errno(bio->bi_status)); in ext4_end_bio()
|
H A D | readpage.c | 80 if (bio->bi_status || PageError(page)) { in __read_end_io() 159 return bio->bi_private && !bio->bi_status; in bio_post_read_required()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | lops.c | 206 if (bio->bi_status) { in gfs2_end_log_write() 207 if (!cmpxchg(&sdp->sd_log_error, 0, (int)bio->bi_status)) in gfs2_end_log_write() 209 bio->bi_status, sdp->sd_jdesc->jd_jid); in gfs2_end_log_write() 219 gfs2_end_log_write_bh(sdp, bvec, bio->bi_status); in gfs2_end_log_write() 398 if (bio->bi_status) { in gfs2_end_log_read() 399 int err = blk_status_to_errno(bio->bi_status); in gfs2_end_log_read()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_iblock.c | 338 blk_status_t blk_status = bio->bi_status; in iblock_bio_done() 340 if (bio->bi_status) { in iblock_bio_done() 341 pr_err("bio error: %p, err: %d\n", bio, bio->bi_status); in iblock_bio_done() 396 if (bio->bi_status) in iblock_end_io_flush() 397 pr_err("IBLOCK: cache flush failed: %d\n", bio->bi_status); in iblock_end_io_flush() 400 if (bio->bi_status) in iblock_end_io_flush()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_iblock.c | 292 if (bio->bi_status) { in iblock_bio_done() 293 pr_err("bio error: %p, err: %d\n", bio, bio->bi_status); in iblock_bio_done() 350 if (bio->bi_status) in iblock_end_io_flush() 351 pr_err("IBLOCK: cache flush failed: %d\n", bio->bi_status); in iblock_end_io_flush() 354 if (bio->bi_status) in iblock_end_io_flush()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-zoned-target.c | 80 if (status != BLK_STS_OK && bio->bi_status == BLK_STS_OK) in dmz_bio_endio() 81 bio->bi_status = status; in dmz_bio_endio() 82 if (bioctx->dev && bio->bi_status != BLK_STS_OK) in dmz_bio_endio() 89 if (bio->bi_status != BLK_STS_OK && in dmz_bio_endio() 106 blk_status_t status = clone->bi_status; in dmz_clone_endio()
|
H A D | md-multipath.c | 73 bio->bi_status = status; in multipath_end_bh_io() 84 if (!bio->bi_status) in multipath_end_request() 96 multipath_end_bh_io(mp_bh, bio->bi_status); in multipath_end_request()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-multipath.c | 73 bio->bi_status = status; in multipath_end_bh_io() 84 if (!bio->bi_status) in multipath_end_request() 97 multipath_end_bh_io(mp_bh, bio->bi_status); in multipath_end_request()
|
/kernel/linux/linux-5.10/fs/ |
H A D | block_dev.c | 300 if (unlikely(bio.bi_status)) in __blkdev_direct_IO_simple() 301 ret = blk_status_to_errno(bio.bi_status); in __blkdev_direct_IO_simple() 340 if (bio->bi_status && !dio->bio.bi_status) in blkdev_bio_end_io() 341 dio->bio.bi_status = bio->bi_status; in blkdev_bio_end_io() 348 if (likely(!dio->bio.bi_status)) { in blkdev_bio_end_io() 352 ret = blk_status_to_errno(dio->bio.bi_status); in blkdev_bio_end_io() 425 bio->bi_status = BLK_STS_IOERR; in __blkdev_direct_IO() 496 ret = blk_status_to_errno(dio->bio.bi_status); in __blkdev_direct_IO() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | page_io.c | 52 if (bio->bi_status) { in end_swap_bio_write() 77 if (bio->bi_status) { in end_swap_bio_read()
|