/linux-4.1.27/block/ |
D | bio.c | 707 struct bio_vec *bvec; in __bio_add_page() local 1050 struct bio_vec *bvec; in bio_copy_from_iter() local 1081 struct bio_vec *bvec; in bio_copy_to_iter() local 1103 struct bio_vec *bvec; in bio_free_pages() local 1404 struct bio_vec *bvec; in __bio_unmap_user() local 1501 struct bio_vec *bvec; in bio_copy_kern_endio_read() local 1613 struct bio_vec *bvec; in bio_set_pages_dirty() local 1626 struct bio_vec *bvec; in bio_release_pages() local 1679 struct bio_vec *bvec; in bio_check_pages_dirty() local 1738 struct bio_vec bvec; in bio_flush_dcache_pages() local
|
D | blk-merge.c | 159 __blk_segment_map_sg(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg() 205 struct bio_vec bvec, bvprv = { NULL }; in __blk_bios_map_sg() local
|
D | bounce.c | 128 struct bio_vec *bvec, *org_vec; in bounce_end_io() local
|
D | blk-core.c | 2871 struct bio_vec bvec; in rq_flush_dcache_pages() local
|
/linux-4.1.27/include/linux/ |
D | bio.h | 64 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx]) argument 66 #define bvec_iter_page(bvec, iter) \ argument 69 #define bvec_iter_len(bvec, iter) \ argument 73 #define bvec_iter_offset(bvec, iter) \ argument 76 #define bvec_iter_bvec(bvec, iter) \ argument 254 #define bio_iter_last(bvec, iter) ((iter).bi_size == (bvec).bv_len) argument 484 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() 509 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
|
D | uio.h | 35 const struct bio_vec *bvec; member
|
D | blkdev.h | 777 #define rq_iter_last(bvec, _iter) \ argument
|
/linux-4.1.27/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() 926 struct bio_vec bvec; in __zram_make_request() local
|
/linux-4.1.27/drivers/block/ |
D | nbd.c | 216 static inline int sock_send_bvec(struct nbd_device *nbd, struct bio_vec *bvec, in sock_send_bvec() 257 struct bio_vec bvec; in nbd_send_req() local 303 static inline int sock_recv_bvec(struct nbd_device *nbd, struct bio_vec *bvec) in sock_recv_bvec() 357 struct bio_vec bvec; in nbd_read_stat() local
|
D | loop.c | 205 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec() 230 struct bio_vec bvec; in lo_write_simple() local 252 struct bio_vec bvec, b; in lo_write_transfer() local 282 struct bio_vec bvec; in lo_read_simple() local 311 struct bio_vec bvec, b; in lo_read_transfer() local
|
D | pmem.c | 65 struct bio_vec bvec; in pmem_make_request() local
|
D | pktcdvd.c | 953 static void pkt_make_local_copy(struct packet_data *pkt, struct bio_vec *bvec) in pkt_make_local_copy() 1300 struct bio_vec *bvec = pkt->w_bio->bi_io_vec; in pkt_start_write() local 2507 struct bio_vec *bvec) in pkt_merge_bvec()
|
D | brd.c | 331 struct bio_vec bvec; in brd_make_request() local
|
D | ps3disk.c | 97 struct bio_vec bvec; in ps3disk_scatter_gather() local
|
D | ps3vram.c | 558 struct bio_vec bvec; in ps3vram_do_bio() local
|
D | rbd.c | 3464 struct bio_vec *bvec) in rbd_merge_bvec()
|
/linux-4.1.27/fs/9p/ |
D | vfs_addr.c | 55 struct bio_vec bvec = {.bv_page = page, .bv_len = PAGE_SIZE}; in v9fs_fid_readpage() local 166 struct bio_vec bvec; in v9fs_vfs_writepage_locked() local
|
/linux-4.1.27/fs/btrfs/ |
D | compression.c | 204 struct bio_vec *bvec; in end_compressed_bio_read() local 925 u64 disk_start, struct bio_vec *bvec, in btrfs_decompress_biovec() 979 struct bio_vec *bvec, int vcnt, in btrfs_decompress_buf2page() 1069 void btrfs_clear_biovec_end(struct bio_vec *bvec, int vcnt, in btrfs_clear_biovec_end()
|
D | zlib.c | 215 struct bio_vec *bvec, in zlib_decompress_biovec()
|
D | file-item.c | 165 struct bio_vec *bvec = bio->bi_io_vec; in __btrfs_lookup_bio_sums() local 432 struct bio_vec *bvec = bio->bi_io_vec; in btrfs_csum_one_bio() local
|
D | lzo.c | 260 struct bio_vec *bvec, in lzo_decompress_biovec()
|
D | extent_io.c | 2486 struct bio_vec *bvec; in end_bio_extent_writepage() local 2548 struct bio_vec *bvec; in end_bio_extent_readpage() local 2753 struct bio_vec *bvec = bio->bi_io_vec + bio->bi_vcnt - 1; in submit_one_bio() local 3749 struct bio_vec *bvec; in end_bio_extent_buffer_writepage() local
|
D | inode.c | 7742 struct bio_vec *bvec; in btrfs_retry_endio_nocsum() local 7759 struct bio_vec *bvec; in __btrfs_correct_data_nocsum() local 7798 struct bio_vec *bvec; in btrfs_retry_endio() local 7827 struct bio_vec *bvec; in __btrfs_subio_endio_read() local 8106 struct bio_vec *bvec = orig_bio->bi_io_vec; in btrfs_submit_direct_hook() local
|
D | disk-io.c | 874 struct bio_vec *bvec; in btree_csum_one_bio() local
|
D | volumes.c | 5785 struct bio_vec *bvec = first_bio->bi_io_vec; in breakup_stripe_bio() local
|
/linux-4.1.27/arch/m68k/emu/ |
D | nfblock.c | 65 struct bio_vec bvec; in nfhd_make_request() local
|
/linux-4.1.27/drivers/md/ |
D | dm-io.c | 206 struct bio_vec *bvec = dp->context_ptr; in bio_get_page() local 214 struct bio_vec *bvec = dp->context_ptr; in bio_next_page() local
|
D | dm-log-writes.c | 152 struct bio_vec *bvec; in log_end_io() local
|
D | raid1.c | 1005 struct bio_vec *bvec; in alloc_behind_pages() local 1393 struct bio_vec *bvec; in make_request() local
|
D | dm-crypt.c | 981 struct bio_vec *bvec; in crypt_alloc_buffer() local
|
D | raid10.c | 4568 struct bio_vec *bvec = r10_bio->master_bio->bi_io_vec; in handle_reshape_read_error() local
|
/linux-4.1.27/drivers/target/ |
D | target_core_file.c | 327 struct bio_vec *bvec; in fd_do_rw() local 436 struct bio_vec *bvec; in fd_execute_write_same() local
|
/linux-4.1.27/drivers/s390/block/ |
D | xpram.c | 187 struct bio_vec bvec; in xpram_make_request() local
|
D | dcssblk.c | 822 struct bio_vec bvec; in dcssblk_make_request() local
|
/linux-4.1.27/fs/gfs2/ |
D | lops.c | 172 static void gfs2_end_log_write_bh(struct gfs2_sbd *sdp, struct bio_vec *bvec, in gfs2_end_log_write_bh() 208 struct bio_vec *bvec; in gfs2_end_log_write() local
|
/linux-4.1.27/fs/logfs/ |
D | dev_bdev.c | 59 struct bio_vec *bvec; in writeseg_end_io() local
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | simdisk.c | 106 struct bio_vec bvec; in simdisk_xfer_bio() local
|
/linux-4.1.27/fs/ext4/ |
D | page-io.c | 65 struct bio_vec *bvec; in ext4_finish_bio() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | lloop.c | 195 struct bio_vec bvec; in do_bio_lustrebacked() local
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 33 struct bio_vec *bvec; in f2fs_read_end_io() local 53 struct bio_vec *bvec; in f2fs_write_end_io() local
|
D | segment.c | 1309 struct bio_vec *bvec; in is_merged_page() local
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_req.c | 1523 int drbd_merge_bvec(struct request_queue *q, struct bvec_merge_data *bvm, struct bio_vec *bvec) in drbd_merge_bvec()
|
D | drbd_worker.c | 325 struct bio_vec bvec; in drbd_csum_bio() local
|
D | drbd_main.c | 1550 struct bio_vec bvec; in _drbd_send_bio() local 1569 struct bio_vec bvec; in _drbd_send_zc_bio() local
|
D | drbd_receiver.c | 1708 struct bio_vec bvec; in recv_dless_read() local
|
/linux-4.1.27/lib/ |
D | iov_iter.c | 543 const struct bio_vec *bvec, unsigned long nr_segs, in iov_iter_bvec()
|
/linux-4.1.27/drivers/block/rsxx/ |
D | dma.c | 687 struct bio_vec bvec; in rsxx_dma_queue_bio() local
|
/linux-4.1.27/fs/ |
D | direct-io.c | 461 struct bio_vec *bvec; in dio_bio_complete() local
|
D | buffer.c | 2967 struct bio_vec *bvec = &bio->bi_io_vec[bio->bi_vcnt - 1]; in guard_bio_eod() local
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 1899 struct bio_vec bvec; in _transport_smp_handler() local
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_transport.c | 1917 struct bio_vec bvec; in _transport_smp_handler() local
|