/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 | bcache.h | 297 struct bio_vec sb_bv[1]; 385 struct bio_vec sb_bv[1];
|
D | util.c | 248 struct bio_vec *bv = bio->bi_io_vec; in bch_bio_map()
|
D | debug.c | 110 struct bio_vec bv; in bch_data_verify()
|
D | movinggc.c | 148 io = kzalloc(sizeof(struct moving_io) + sizeof(struct bio_vec) in read_moving()
|
/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 | 110 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/ |
D | raid1.h | 153 struct bio_vec *behind_bvecs;
|
D | dm-log-writes.c | 124 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()
|
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 | raid5.h | 245 struct bio_vec vec, rvec;
|
D | raid1.c | 960 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()
|
D | dm-crypt.c | 843 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/ |
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 | 89 struct bio_vec bv; in nd_blk_rw_integrity() 178 struct bio_vec bvec; in nd_blk_make_request()
|
/drivers/block/ |
D | nbd.c | 257 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()
|
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 | 2368 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/ |
D | types.h | 506 typedef struct bio_vec lnet_kiov_t;
|
/drivers/s390/block/ |
D | dasd_fba.c | 260 struct bio_vec bv; in dasd_fba_build_cp() 381 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/nvme/target/ |
D | nvmet.h | 221 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
|