/Linux-v5.4/include/linux/ |
D | bvec.h | 45 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx]) argument 48 #define mp_bvec_iter_page(bvec, iter) \ argument 51 #define mp_bvec_iter_len(bvec, iter) \ argument 55 #define mp_bvec_iter_offset(bvec, iter) \ argument 58 #define mp_bvec_iter_page_idx(bvec, iter) \ argument 61 #define mp_bvec_iter_bvec(bvec, iter) \ argument 69 #define bvec_iter_offset(bvec, iter) \ argument 72 #define bvec_iter_len(bvec, iter) \ argument 76 #define bvec_iter_page(bvec, iter) \ argument 80 #define bvec_iter_bvec(bvec, iter) \ argument [all …]
|
D | bio.h | 172 #define bio_iter_last(bvec, iter) ((iter).bi_size == (bvec).bv_len) argument 531 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() 556 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
|
D | uio.h | 42 const struct bio_vec *bvec; member
|
/Linux-v5.4/drivers/block/zram/ |
D | zram_drv.c | 145 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io() 150 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io() 180 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position() 589 static int read_from_bdev_async(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_async() 658 struct bio_vec bvec; in writeback_store() local 778 struct bio_vec bvec; member 797 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync() 815 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync() 823 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev() 834 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev() [all …]
|
/Linux-v5.4/block/ |
D | bio.c | 685 struct bio_vec *bvec; in __bio_add_pc_page() local 824 struct bio_vec *bvec; in bio_release_pages() local 1116 struct bio_vec *bvec; in bio_copy_from_iter() local 1147 struct bio_vec *bvec; in bio_copy_to_iter() local 1170 struct bio_vec *bvec; in bio_free_pages() local 1523 struct bio_vec *bvec; in bio_copy_kern_endio_read() local 1633 struct bio_vec *bvec; in bio_set_pages_dirty() local 1681 struct bio_vec *bvec; in bio_check_pages_dirty() local
|
D | blk-merge.c | 399 struct bio_vec *bvec, struct scatterlist *sglist, in blk_bvec_map_sg() 442 __blk_segment_map_sg_merge(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg_merge()
|
D | bounce.c | 165 struct bio_vec *bvec, orig_vec; in bounce_end_io() local
|
/Linux-v5.4/fs/9p/ |
D | vfs_addr.c | 42 struct bio_vec bvec = {.bv_page = page, .bv_len = PAGE_SIZE}; in v9fs_fid_readpage() local 154 struct bio_vec bvec; in v9fs_vfs_writepage_locked() local
|
/Linux-v5.4/drivers/target/ |
D | target_core_file.c | 271 struct bio_vec *bvec; in fd_execute_rw_aio() local 324 struct bio_vec *bvec; in fd_do_rw() local 444 struct bio_vec *bvec; in fd_execute_write_same() local
|
/Linux-v5.4/drivers/block/ |
D | loop.c | 267 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec() 292 struct bio_vec bvec; in lo_write_simple() local 314 struct bio_vec bvec, b; in lo_write_transfer() local 344 struct bio_vec bvec; in lo_read_simple() local 373 struct bio_vec bvec, b; in lo_read_transfer() local 515 struct bio_vec *bvec; in lo_rw_aio() local
|
D | loop.h | 73 struct bio_vec *bvec; member
|
D | brd.c | 288 struct bio_vec bvec; in brd_make_request() local
|
/Linux-v5.4/fs/gfs2/ |
D | lops.c | 171 struct bio_vec *bvec, in gfs2_end_log_write_bh() 206 struct bio_vec *bvec; in gfs2_end_log_write() local 387 struct bio_vec *bvec; in gfs2_end_log_read() local
|
D | meta_io.c | 188 struct bio_vec *bvec; in gfs2_meta_read_endio() local
|
/Linux-v5.4/fs/iomap/ |
D | buffered-io.c | 151 iomap_read_page_end_io(struct bio_vec *bvec, int error) in iomap_read_page_end_io() 170 struct bio_vec *bvec; in iomap_read_end_io() local 532 struct bio_vec bvec; in iomap_read_page_sync() local
|
/Linux-v5.4/arch/m68k/emu/ |
D | nfblock.c | 65 struct bio_vec bvec; in nfhd_make_request() local
|
/Linux-v5.4/fs/erofs/ |
D | data.c | 14 struct bio_vec *bvec; in erofs_readendio() local
|
/Linux-v5.4/drivers/s390/block/ |
D | xpram.c | 188 struct bio_vec bvec; in xpram_make_request() local
|
/Linux-v5.4/fs/btrfs/ |
D | file-item.c | 155 struct bio_vec bvec; in __btrfs_lookup_bio_sums() local 441 struct bio_vec bvec; in btrfs_csum_one_bio() local
|
D | compression.c | 186 struct bio_vec *bvec; in end_compressed_bio_read() local 1134 struct bio_vec bvec = bio_iter_iovec(bio, bio->bi_iter); in btrfs_decompress_buf2page() local
|
/Linux-v5.4/fs/xfs/ |
D | xfs_aops.c | 61 struct bio_vec *bvec, in xfs_finish_page_writeback() 95 struct bio_vec *bvec; in xfs_destroy_ioend() local
|
/Linux-v5.4/arch/xtensa/platforms/iss/ |
D | simdisk.c | 107 struct bio_vec bvec; in simdisk_make_request() local
|
/Linux-v5.4/drivers/nvdimm/ |
D | blk.c | 171 struct bio_vec bvec; in nd_blk_make_request() local
|
/Linux-v5.4/fs/ext4/ |
D | page-io.c | 64 struct bio_vec *bvec; in ext4_finish_bio() local
|
/Linux-v5.4/drivers/md/ |
D | dm-flakey.c | 293 struct bio_vec bvec; in corrupt_bio_data() local
|