Home
last modified time | relevance | path

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

123

/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];
Dmovinggc.c47 struct bio_vec *bv; in write_moving_finish()
151 io = kzalloc(sizeof(struct moving_io) + sizeof(struct bio_vec) in read_moving()
Dbcache.h312 struct bio_vec sb_bv[1];
400 struct bio_vec sb_bv[1];
Dwriteback.c133 struct bio_vec *bv; in write_dirty_finish()
247 io = kzalloc(sizeof(struct dirty_io) + sizeof(struct bio_vec) in read_dirty()
Dutil.c248 struct bio_vec *bv = bio->bi_io_vec; in bch_bio_map()
Ddebug.c109 struct bio_vec bv, *bv2; in bch_data_verify()
Dio.c17 struct bio_vec bv; in bch_bio_max_sectors()
/drivers/scsi/
Dsd_dif.c126 struct bio_vec iv; in sd_dif_prepare()
178 struct bio_vec iv; in sd_dif_complete()
/drivers/block/zram/
Dzram_drv.c317 static inline int is_partial_io(struct bio_vec *bvec) in is_partial_io()
409 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position()
431 static void handle_zero_page(struct bio_vec *bvec) in handle_zero_page()
514 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read()
579 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, in zram_bvec_write()
706 static int zram_bvec_rw(struct zram *zram, struct bio_vec *bvec, u32 index, in zram_bvec_rw()
920 struct bio_vec bvec; in __zram_make_request()
942 struct bio_vec bv; in __zram_make_request()
1016 struct bio_vec bv; in zram_rw_page()
/drivers/md/
Draid1.h141 struct bio_vec *behind_bvecs;
Ddm-android-verity.h119 struct bio_vec *biovec, int max_size);
Ddm-verity.h136 struct bio_vec *biovec, int max_size);
Ddm-linear.c139 struct bio_vec *biovec, int max_size) in dm_linear_merge()
Ddm-io.c206 struct bio_vec *bvec = dp->context_ptr; in bio_get_page()
214 struct bio_vec *bvec = dp->context_ptr; in bio_next_page()
Draid1.c147 struct bio_vec *bv; in r1buf_pool_alloc()
707 struct bio_vec *biovec) in raid1_mergeable_bvec()
1009 struct bio_vec *bvec; in alloc_behind_pages()
1010 struct bio_vec *bvecs = kzalloc(bio->bi_vcnt * sizeof(struct bio_vec), in alloc_behind_pages()
1395 struct bio_vec *bvec; in make_request()
1990 struct bio_vec *bi; in process_checks()
2231 struct bio_vec *vec = r1_bio->behind_bvecs; in narrow_write_error()
2239 memcpy(wbio->bi_io_vec, vec, vcnt * sizeof(struct bio_vec)); in narrow_write_error()
Draid5.h234 struct bio_vec vec, rvec;
Ddm-crypt.c839 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block()
840 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block()
979 struct bio_vec *bvec; in crypt_alloc_buffer()
1024 struct bio_vec *bv; in crypt_free_buffer_pages()
2004 struct bio_vec *biovec, int max_size) in crypt_merge()
/drivers/block/
Dnbd.c228 static inline int sock_send_bvec(struct nbd_device *nbd, struct bio_vec *bvec, in sock_send_bvec()
271 struct bio_vec bvec; in nbd_send_req()
323 static inline int sock_recv_bvec(struct nbd_device *nbd, struct bio_vec *bvec) in sock_recv_bvec()
378 struct bio_vec bvec; in nbd_read_stat()
Dloop.c254 struct bio_vec *bvec, loff_t pos, struct page *page) in do_lo_send_direct_write()
271 static int do_lo_send_write(struct loop_device *lo, struct bio_vec *bvec, in do_lo_send_write()
289 int (*do_lo_send)(struct loop_device *, struct bio_vec *, loff_t, in lo_send()
291 struct bio_vec bvec; in lo_send()
369 struct bio_vec *bvec, int bsize, loff_t pos) in do_lo_receive()
396 struct bio_vec bvec; in lo_receive()
Dps3disk.c97 struct bio_vec bvec; in ps3disk_scatter_gather()
132 struct bio_vec bv; in ps3disk_submit_request_sg()
Dfloppy.c2368 struct bio_vec bv; in buffer_chain_size()
2406 struct bio_vec bv; in copy_buffer()
3789 struct bio_vec bio_vec; in __floppy_read_block_0() local
3807 bio.bi_io_vec = &bio_vec; in __floppy_read_block_0()
3808 bio_vec.bv_page = page; in __floppy_read_block_0()
3809 bio_vec.bv_len = size; in __floppy_read_block_0()
3810 bio_vec.bv_offset = 0; in __floppy_read_block_0()
/drivers/s390/block/
Dscm_blk_cluster.c125 struct bio_vec bv; in scm_prepare_cluster_request()
Ddasd_fba.c263 struct bio_vec bv; in dasd_fba_build_cp()
387 struct bio_vec bv; in dasd_fba_free_cp()
Dxpram.c187 struct bio_vec bvec; in xpram_make_request()

123