/linux-6.12.1/fs/btrfs/ |
D | bio.h | 71 btrfs_bio_end_io_t end_io; member 101 btrfs_bio_end_io_t end_io, void *private); 104 btrfs_bio_end_io_t end_io, void *private);
|
D | bio.c | 45 btrfs_bio_end_io_t end_io, void *private) in btrfs_bio_init() argument 49 bbio->end_io = end_io; in btrfs_bio_init() 64 btrfs_bio_end_io_t end_io, void *private) in btrfs_bio_alloc() argument 71 btrfs_bio_init(bbio, fs_info, end_io, private); in btrfs_bio_alloc() 110 bbio->end_io(bbio); in __btrfs_bio_end_io() 113 bbio->end_io(bbio); in __btrfs_bio_end_io()
|
/linux-6.12.1/block/ |
D | blk-flush.c | 121 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()
|
D | blk-core.c | 767 goto end_io; in submit_bio_noacct() 771 goto end_io; in submit_bio_noacct() 774 goto end_io; in submit_bio_noacct() 784 goto end_io; in submit_bio_noacct() 789 goto end_io; in submit_bio_noacct() 807 goto end_io; in submit_bio_noacct() 827 goto end_io; in submit_bio_noacct() 859 end_io: in submit_bio_noacct()
|
D | blk-mq.c | 380 rq->end_io = NULL; in blk_mq_rq_ctx_init() 834 if (!req->end_io) { in blk_complete_request() 1039 if (rq->end_io) { in __blk_mq_end_request() 1041 if (rq->end_io(rq, error) == RQ_END_IO_FREE) in __blk_mq_end_request() 1096 if (rq->end_io && rq->end_io(rq, 0) == RQ_END_IO_NONE) in blk_mq_end_request_batch() 1392 rq->end_io = blk_end_sync_rq; in blk_execute_rq() 1576 if (rq->end_io(rq, 0) == RQ_END_IO_FREE) in blk_mq_put_rq_ref()
|
/linux-6.12.1/fs/ |
D | direct-io.c | 122 dio_iodone_t *end_io; /* IO completion function */ member 279 if (dio->end_io) { in dio_complete() 281 err = dio->end_io(dio->iocb, offset, ret, dio->private); in dio_complete() 1107 get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO() argument 1219 dio->end_io = end_io; in __blockdev_direct_IO()
|
/linux-6.12.1/drivers/md/ |
D | dm-path-selector.h | 91 int (*end_io)(struct path_selector *ps, struct dm_path *path, member
|
D | dm-mpath.c | 581 if (pgpath && pgpath->pg->ps.type->end_io) in multipath_release_clone() 582 pgpath->pg->ps.type->end_io(&pgpath->pg->ps, in multipath_release_clone() 1681 if (ps->type->end_io) in multipath_end_io() 1682 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io() 1725 if (ps->type->end_io) in multipath_end_io_bio() 1726 ps->type->end_io(ps, &pgpath->path, mpio->nr_bytes, in multipath_end_io_bio() 2193 .end_io = multipath_end_io_bio,
|
D | dm-ps-queue-length.c | 256 .end_io = ql_end_io,
|
D | dm-bufio.c | 357 void (*end_io)(struct dm_buffer *b, blk_status_t bs); member 1288 b->end_io(b, unlikely(error != 0) ? BLK_STS_IOERR : 0); in dmio_complete() 1318 b->end_io(b, errno_to_blk_status(r)); in use_dmio() 1328 b->end_io(b, status); in bio_complete() 1372 void (*end_io)(struct dm_buffer *, blk_status_t)) in submit_io() 1378 b->end_io = end_io; in submit_io()
|
D | dm-ps-service-time.c | 337 .end_io = st_end_io,
|
D | dm-ps-historical-service-time.c | 537 .end_io = hst_end_io,
|
/linux-6.12.1/fs/bcachefs/ |
D | io_write_types.h | 43 void (*end_io)(struct bch_write_op *); member
|
D | io_read.h | 22 bio_end_io_t *end_io; member
|
D | io_write.h | 69 op->end_io = NULL; in bch2_write_op_init()
|
D | io_write.c | 476 if (op->end_io) in bch2_write_done() 477 op->end_io(op); in bch2_write_done() 1637 if (op->end_io) in CLOSURE_CALLBACK() 1638 op->end_io(op); in CLOSURE_CALLBACK()
|
D | io_read.c | 257 op->write.op.end_io = promote_done; in __promote_alloc() 716 rbio->bio.bi_end_io = rbio->end_io; in bch2_read_endio() 1018 rbio->end_io = orig->bio.bi_end_io; in __bch2_read_extent()
|
/linux-6.12.1/fs/erofs/ |
D | fscache.c | 31 netfs_io_terminated_t end_io; member 122 io->end_io = erofs_fscache_req_end_io; in erofs_fscache_req_io_alloc() 161 io->end_io, io); in erofs_fscache_read_io_async() 202 io->io.end_io = erofs_fscache_bio_endio; in erofs_fscache_bio_alloc()
|
/linux-6.12.1/fs/gfs2/ |
D | lops.c | 265 bio_end_io_t *end_io) in gfs2_log_alloc_bio() argument 271 bio->bi_end_io = end_io; in gfs2_log_alloc_bio() 296 bio_end_io_t *end_io, bool flush) in gfs2_log_get_bio() argument 310 *biop = gfs2_log_alloc_bio(sdp, blkno, end_io); in gfs2_log_get_bio()
|
/linux-6.12.1/fs/iomap/ |
D | direct-io.c | 97 if (dops && dops->end_io) in iomap_dio_complete() 98 ret = dops->end_io(iocb, dio->size, ret, dio->flags); in iomap_dio_complete()
|
/linux-6.12.1/fs/zonefs/ |
D | file.c | 381 .end_io = zonefs_file_write_dio_end_io, 615 .end_io = zonefs_file_read_dio_end_io,
|
/linux-6.12.1/include/linux/ |
D | blk-mq.h | 209 rq_end_io_fn *end_io; member 887 (req->end_io && !blk_rq_is_passthrough(req))) in blk_mq_add_to_batch()
|
D | iomap.h | 396 int (*end_io)(struct kiocb *iocb, ssize_t size, int error, member
|
/linux-6.12.1/fs/ext2/ |
D | file.c | 209 .end_io = ext2_dio_write_end_io,
|
/linux-6.12.1/fs/nfs/blocklayout/ |
D | blocklayout.c | 126 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()
|