/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 | 297 struct bio_vec sb_bv[1]; 385 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()
|
/drivers/scsi/ |
D | sd_dif.c | 131 struct bio_vec iv; in sd_dif_prepare() 183 struct bio_vec iv; in sd_dif_complete()
|
/drivers/block/zram/ |
D | zram_drv.c | 109 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io() 138 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position() 175 static void handle_zero_page(struct bio_vec *bvec) in handle_zero_page() 598 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read() 648 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, in zram_bvec_write() 812 static int zram_bvec_rw(struct zram *zram, struct bio_vec *bvec, u32 index, in zram_bvec_rw() 845 struct bio_vec bvec; in __zram_make_request() 867 struct bio_vec bv; in __zram_make_request() 943 struct bio_vec bv; in zram_rw_page()
|
/drivers/md/ |
D | dm-log-writes.c | 124 struct bio_vec vecs[0]; 152 struct bio_vec *bvec; in log_end_io() 552 struct bio_vec bv; in log_writes_map() 582 alloc_size = sizeof(struct pending_block) + sizeof(struct bio_vec) * bio_segments(bio); in log_writes_map()
|
D | raid1.h | 153 struct bio_vec *behind_bvecs;
|
D | dm-io.c | 207 struct bio_vec *bvec = dp->context_ptr; in bio_get_page() 215 struct bio_vec *bvec = dp->context_ptr; in bio_next_page()
|
D | raid1.c | 149 struct bio_vec *bv; in r1buf_pool_alloc() 974 struct bio_vec *bvec; in alloc_behind_pages() 975 struct bio_vec *bvecs = kzalloc(bio->bi_vcnt * sizeof(struct bio_vec), in alloc_behind_pages() 1365 struct bio_vec *bvec; in make_request() 1965 struct bio_vec *bi; in process_checks() 2205 struct bio_vec *vec = r1_bio->behind_bvecs; in narrow_write_error() 2213 memcpy(wbio->bi_io_vec, vec, vcnt * sizeof(struct bio_vec)); in narrow_write_error()
|
D | raid5.h | 245 struct bio_vec vec, rvec;
|
D | dm-crypt.c | 840 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block() 841 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block() 994 struct bio_vec *bvec; in crypt_alloc_buffer() 1039 struct bio_vec *bv; in crypt_free_buffer_pages()
|
/drivers/target/ |
D | target_core_file.c | 254 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/ |
D | blk.c | 82 struct bio_vec bv; in nd_blk_rw_integrity() 172 struct bio_vec bvec; in nd_blk_make_request()
|
/drivers/block/ |
D | nbd.c | 224 static inline int sock_send_bvec(struct nbd_device *nbd, struct bio_vec *bvec, in sock_send_bvec() 276 struct bio_vec bvec; in nbd_send_req() 322 static inline int sock_recv_bvec(struct nbd_device *nbd, struct bio_vec *bvec) in sock_recv_bvec() 374 struct bio_vec bvec; in nbd_read_stat()
|
D | ps3disk.c | 97 struct bio_vec bvec; in ps3disk_scatter_gather() 132 struct bio_vec bv; in ps3disk_submit_request_sg()
|
D | loop.c | 261 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()
|
D | floppy.c | 2375 struct bio_vec bv; in buffer_chain_size() 2413 struct bio_vec bv; in copy_buffer() 4154 struct bio_vec bio_vec; in __floppy_read_block_0() local 4172 bio.bi_io_vec = &bio_vec; in __floppy_read_block_0() 4173 bio_vec.bv_page = page; in __floppy_read_block_0() 4174 bio_vec.bv_len = size; in __floppy_read_block_0() 4175 bio_vec.bv_offset = 0; in __floppy_read_block_0()
|
/drivers/s390/block/ |
D | dasd_fba.c | 263 struct bio_vec bv; in dasd_fba_build_cp() 385 struct bio_vec bv; in dasd_fba_free_cp()
|
D | scm_blk_cluster.c | 138 struct bio_vec bv; in scm_prepare_cluster_request()
|
D | xpram.c | 187 struct bio_vec bvec; in xpram_make_request()
|
/drivers/block/aoe/ |
D | aoecmd.c | 300 struct bio_vec bv; in skb_fillup() 869 struct bio_vec bv; in bio_pageinc() 886 struct bio_vec bv; in bio_pagedec() 1090 struct bio_vec bv; in bvcpy()
|