Home
last modified time | relevance | path

Searched refs:bio_vec (Results 1 – 25 of 50) sorted by relevance

12

/drivers/xen/
Dbiomerge.c6 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable()
7 const struct bio_vec *vec2) in xen_biovec_phys_mergeable()
/drivers/md/bcache/
Djournal.h149 struct bio_vec discard_bv;
153 struct bio_vec bv[8];
Dbcache.h297 struct bio_vec sb_bv[1];
385 struct bio_vec sb_bv[1];
Dutil.c248 struct bio_vec *bv = bio->bi_io_vec; in bch_bio_map()
Ddebug.c110 struct bio_vec bv; in bch_data_verify()
Dmovinggc.c148 io = kzalloc(sizeof(struct moving_io) + sizeof(struct bio_vec) in read_moving()
/drivers/scsi/
Dsd_dif.c131 struct bio_vec iv; in sd_dif_prepare()
183 struct bio_vec iv; in sd_dif_complete()
/drivers/block/zram/
Dzram_drv.c110 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
147 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position()
184 static void handle_zero_page(struct bio_vec *bvec) in handle_zero_page()
610 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read()
660 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, in zram_bvec_write()
854 static int zram_bvec_rw(struct zram *zram, struct bio_vec *bvec, u32 index, in zram_bvec_rw()
888 struct bio_vec bvec; in __zram_make_request()
909 struct bio_vec bv; in __zram_make_request()
988 struct bio_vec bv; in zram_rw_page()
/drivers/md/
Draid1.h153 struct bio_vec *behind_bvecs;
Ddm-log-writes.c124 struct bio_vec vecs[0];
551 struct bio_vec bv; in log_writes_map()
581 alloc_size = sizeof(struct pending_block) + sizeof(struct bio_vec) * bio_segments(bio); in log_writes_map()
Ddm-io.c207 struct bio_vec *bvec = dp->context_ptr; in bio_get_page()
215 struct bio_vec *bvec = dp->context_ptr; in bio_next_page()
Draid5.h245 struct bio_vec vec, rvec;
Draid1.c960 struct bio_vec *bvec; in alloc_behind_pages()
961 struct bio_vec *bvecs = kzalloc(bio->bi_vcnt * sizeof(struct bio_vec), in alloc_behind_pages()
1350 struct bio_vec *bvec; in raid1_make_request()
1934 struct bio_vec *bi; in process_checks()
2186 struct bio_vec *vec = r1_bio->behind_bvecs; in narrow_write_error()
2194 memcpy(wbio->bi_io_vec, vec, vcnt * sizeof(struct bio_vec)); in narrow_write_error()
Ddm-crypt.c843 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block()
844 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block()
997 struct bio_vec *bvec; in crypt_alloc_buffer()
1042 struct bio_vec *bv; in crypt_free_buffer_pages()
/drivers/target/
Dtarget_core_file.c254 struct bio_vec *bvec; in fd_do_rw()
259 bvec = kcalloc(sgl_nents, sizeof(struct bio_vec), GFP_KERNEL); in fd_do_rw()
374 struct bio_vec *bvec; in fd_execute_write_same()
398 bvec = kcalloc(nolb, sizeof(struct bio_vec), GFP_KERNEL); in fd_execute_write_same()
/drivers/nvdimm/
Dblk.c89 struct bio_vec bv; in nd_blk_rw_integrity()
178 struct bio_vec bvec; in nd_blk_make_request()
/drivers/block/
Dnbd.c257 static inline int sock_send_bvec(struct nbd_device *nbd, struct bio_vec *bvec, in sock_send_bvec()
317 struct bio_vec bvec; in nbd_send_cmd()
347 static inline int sock_recv_bvec(struct nbd_device *nbd, struct bio_vec *bvec) in sock_recv_bvec()
404 struct bio_vec bvec; in nbd_read_stat()
Dps3disk.c97 struct bio_vec bvec; in ps3disk_scatter_gather()
132 struct bio_vec bv; in ps3disk_submit_request_sg()
Dloop.c261 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec()
286 struct bio_vec bvec; in lo_write_simple()
308 struct bio_vec bvec, b; in lo_write_transfer()
338 struct bio_vec bvec; in lo_read_simple()
367 struct bio_vec bvec, b; in lo_read_transfer()
480 struct bio_vec *bvec; in lo_rw_aio()
Dfloppy.c2368 struct bio_vec bv; in buffer_chain_size()
2406 struct bio_vec bv; in copy_buffer()
3792 struct bio_vec bio_vec; in __floppy_read_block_0() local
3810 bio.bi_io_vec = &bio_vec; in __floppy_read_block_0()
3811 bio_vec.bv_page = page; in __floppy_read_block_0()
3812 bio_vec.bv_len = size; in __floppy_read_block_0()
3813 bio_vec.bv_offset = 0; in __floppy_read_block_0()
/drivers/staging/lustre/include/linux/lnet/
Dtypes.h506 typedef struct bio_vec lnet_kiov_t;
/drivers/s390/block/
Ddasd_fba.c260 struct bio_vec bv; in dasd_fba_build_cp()
381 struct bio_vec bv; in dasd_fba_free_cp()
Dscm_blk_cluster.c138 struct bio_vec bv; in scm_prepare_cluster_request()
Dxpram.c187 struct bio_vec bvec; in xpram_make_request()
/drivers/nvme/target/
Dnvmet.h221 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];

12