Home
last modified time | relevance | path

Searched refs:end_io (Results 1 – 25 of 37) sorted by relevance

12

/linux/block/
H A Dblk-flush.c121 rq->end_io = rq->flush.saved_end_io; in blk_flush_restore_request()
259 return rq->end_io == flush_end_io; in is_flush_rq()
320 flush_rq->end_io = flush_end_io; in blk_kick_flush()
373 rq->flush.saved_end_io = rq->end_io; /* Usually NULL */ in blk_rq_init_flush()
374 rq->end_io = mq_flush_data_end_io; in blk_rq_init_flush()
H A Dblk-mq.c441 rq->end_io = NULL; in blk_mq_rq_ctx_init()
917 if (!req->end_io) { in blk_complete_request()
1157 if (rq->end_io) { in __blk_mq_end_request()
1159 if (rq->end_io(rq, error) == RQ_END_IO_FREE) in __blk_mq_end_request()
1214 if (rq->end_io && rq->end_io(rq, 0) == RQ_END_IO_NONE) in blk_mq_end_request_batch()
1509 rq->end_io = blk_end_sync_rq; in blk_execute_rq()
1691 if (rq->end_io(rq, 0) == RQ_END_IO_FREE) in blk_mq_put_rq_ref()
/linux/drivers/md/
H A Ddm-path-selector.h91 int (*end_io)(struct path_selector *ps, struct dm_path *path, member
H A Ddm-mpath.c580 if (pgpath && pgpath->pg->ps.type->end_io) in multipath_release_clone()
581 pgpath->pg->ps.type->end_io(&pgpath->pg->ps, in multipath_release_clone()
1688 if (ps->type->end_io) in multipath_end_io()
1689 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io()
1732 if (ps->type->end_io) in multipath_end_io_bio()
1733 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io_bio()
2316 .end_io = multipath_end_io_bio,
H A Ddm-ps-queue-length.c256 .end_io = ql_end_io,
H A Ddm-bufio.c350 void (*end_io)(struct dm_buffer *b, blk_status_t bs); member
1289 b->end_io(b, unlikely(error != 0) ? BLK_STS_IOERR : 0); in dmio_complete()
1319 b->end_io(b, errno_to_blk_status(r)); in use_dmio()
1329 b->end_io(b, status); in bio_complete()
1373 void (*end_io)(struct dm_buffer *, blk_status_t)) in submit_io()
1379 b->end_io = end_io; in submit_io()
H A Ddm-ps-service-time.c337 .end_io = st_end_io,
H A Ddm-ps-historical-service-time.c537 .end_io = hst_end_io,
H A Ddm-stripe.c479 .end_io = stripe_end_io,
H A Ddm-rq.c330 clone->end_io = end_clone_request; in setup_clone()
H A Ddm-log-writes.c933 .end_io = normal_end_io,
H A Ddm-snap.c2756 .end_io = snapshot_end_io,
2771 .end_io = snapshot_end_io,
/linux/fs/zonefs/
H A Dfile.c393 .end_io = zonefs_file_write_dio_end_io,
628 .end_io = zonefs_file_read_dio_end_io,
/linux/fs/iomap/
H A Ddirect-io.c88 if (dops && dops->end_io) in iomap_dio_complete()
89 ret = dops->end_io(iocb, dio->size, ret, dio->flags); in iomap_dio_complete()
/linux/include/linux/
H A Dblk-mq.h215 rq_end_io_fn *end_io; member
909 if (req->end_io) in blk_mq_add_to_batch()
H A Diomap.h521 int (*end_io)(struct kiocb *iocb, ssize_t size, int error, member
/linux/fs/ext2/
H A Dfile.c211 .end_io = ext2_dio_write_end_io,
/linux/fs/nfs/blocklayout/
H A Dblocklayout.c126 struct pnfs_block_extent *be, bio_end_io_t end_io, in do_add_page_to_bio() argument
159 bio->bi_end_io = end_io; in do_add_page_to_bio()
/linux/drivers/nvme/target/
H A Dpassthru.c353 rq->end_io = nvmet_passthru_req_done; in nvmet_passthru_execute_cmd()
/linux/fs/btrfs/
H A Dcompression.c64 btrfs_bio_end_io_t end_io) in alloc_compressed_bio() argument
70 btrfs_bio_init(bbio, inode, start, end_io, NULL); in alloc_compressed_bio()
/linux/fs/ext4/
H A Dfile.c406 .end_io = ext4_dio_write_end_io,
/linux/fs/f2fs/
H A Dcheckpoint.c29 void f2fs_stop_checkpoint(struct f2fs_sb_info *sbi, bool end_io, in f2fs_stop_checkpoint() argument
33 if (!end_io) in f2fs_stop_checkpoint()
/linux/drivers/nvme/host/
H A Dioctl.c524 req->end_io = nvme_uring_cmd_end_io; in nvme_uring_cmd_io()
H A Dpci.c1797 abort_req->end_io = abort_endio; in nvme_timeout()
2897 req->end_io = nvme_del_cq_end; in nvme_delete_queue()
2899 req->end_io = nvme_del_queue_end; in nvme_delete_queue()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst598 int (*end_io)(struct kiocb *iocb, ssize_t size, int error,
612 - ``end_io``: This is called after the ``struct bio`` completes.

12