/drivers/xen/ |
D | biomerge.c | 6 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/ |
D | journal.h | 149 struct bio_vec discard_bv; 153 struct bio_vec bv[8];
|
D | movinggc.c | 47 struct bio_vec *bv; in write_moving_finish() 151 io = kzalloc(sizeof(struct moving_io) + sizeof(struct bio_vec) in read_moving()
|
D | bcache.h | 312 struct bio_vec sb_bv[1]; 400 struct bio_vec sb_bv[1];
|
D | writeback.c | 133 struct bio_vec *bv; in write_dirty_finish() 247 io = kzalloc(sizeof(struct dirty_io) + sizeof(struct bio_vec) in read_dirty()
|
D | util.c | 248 struct bio_vec *bv = bio->bi_io_vec; in bch_bio_map()
|
D | debug.c | 109 struct bio_vec bv, *bv2; in bch_data_verify()
|
D | io.c | 17 struct bio_vec bv; in bch_bio_max_sectors()
|
/drivers/scsi/ |
D | sd_dif.c | 126 struct bio_vec iv; in sd_dif_prepare() 178 struct bio_vec iv; in sd_dif_complete()
|
/drivers/block/zram/ |
D | zram_drv.c | 317 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/ |
D | raid1.h | 141 struct bio_vec *behind_bvecs;
|
D | dm-android-verity.h | 119 struct bio_vec *biovec, int max_size);
|
D | dm-verity.h | 136 struct bio_vec *biovec, int max_size);
|
D | dm-linear.c | 139 struct bio_vec *biovec, int max_size) in dm_linear_merge()
|
D | dm-io.c | 206 struct bio_vec *bvec = dp->context_ptr; in bio_get_page() 214 struct bio_vec *bvec = dp->context_ptr; in bio_next_page()
|
D | raid1.c | 147 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()
|
D | raid5.h | 234 struct bio_vec vec, rvec;
|
D | dm-crypt.c | 839 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/ |
D | nbd.c | 228 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()
|
D | loop.c | 254 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()
|
D | ps3disk.c | 97 struct bio_vec bvec; in ps3disk_scatter_gather() 132 struct bio_vec bv; in ps3disk_submit_request_sg()
|
D | floppy.c | 2368 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/ |
D | scm_blk_cluster.c | 125 struct bio_vec bv; in scm_prepare_cluster_request()
|
D | dasd_fba.c | 263 struct bio_vec bv; in dasd_fba_build_cp() 387 struct bio_vec bv; in dasd_fba_free_cp()
|
D | xpram.c | 187 struct bio_vec bvec; in xpram_make_request()
|