Home
last modified time | relevance | path

Searched defs:bvec (Results 1 – 25 of 55) sorted by relevance

123

/Linux-v4.19/include/linux/
Dbvec.h53 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx]) argument
55 #define bvec_iter_page(bvec, iter) \ argument
58 #define bvec_iter_len(bvec, iter) \ argument
62 #define bvec_iter_offset(bvec, iter) \ argument
65 #define bvec_iter_bvec(bvec, iter) \ argument
Dbio.h205 #define bio_iter_last(bvec, iter) ((iter).bi_size == (bvec).bv_len) argument
574 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
599 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
Duio.h38 const struct bio_vec *bvec; member
/Linux-v4.19/drivers/block/zram/
Dzram_drv.c137 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
142 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
172 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position()
484 static int read_from_bdev_async(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_async()
522 struct bio_vec bvec; in zram_sync_read() local
536 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync()
553 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync()
561 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
570 static int write_to_bdev(struct zram *zram, struct bio_vec *bvec, in write_to_bdev()
623 static int write_to_bdev(struct zram *zram, struct bio_vec *bvec, in write_to_bdev()
[all …]
/Linux-v4.19/block/
Dbio.c668 struct bio_vec *bvec; in bio_add_pc_page() local
1075 struct bio_vec *bvec; in bio_copy_from_iter() local
1106 struct bio_vec *bvec; in bio_copy_to_iter() local
1128 struct bio_vec *bvec; in bio_free_pages() local
1296 struct bio_vec *bvec; in bio_map_user_iov() local
1379 struct bio_vec *bvec; in __bio_unmap_user() local
1475 struct bio_vec *bvec; in bio_copy_kern_endio_read() local
1585 struct bio_vec *bvec; in bio_set_pages_dirty() local
1597 struct bio_vec *bvec; in bio_release_pages() local
1644 struct bio_vec *bvec; in bio_check_pages_dirty() local
[all …]
Dblk-merge.c366 __blk_segment_map_sg(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg()
420 struct bio_vec bvec, bvprv = { NULL }; in __blk_bios_map_sg() local
Dbounce.c146 struct bio_vec *bvec, orig_vec; in bounce_end_io() local
/Linux-v4.19/fs/9p/
Dvfs_addr.c56 struct bio_vec bvec = {.bv_page = page, .bv_len = PAGE_SIZE}; in v9fs_fid_readpage() local
167 struct bio_vec bvec; in v9fs_vfs_writepage_locked() local
/Linux-v4.19/drivers/block/
Dloop.c266 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec()
291 struct bio_vec bvec; in lo_write_simple() local
313 struct bio_vec bvec, b; in lo_write_transfer() local
343 struct bio_vec bvec; in lo_read_simple() local
372 struct bio_vec bvec, b; in lo_read_transfer() local
513 struct bio_vec *bvec; in lo_rw_aio() local
Dnull_blk_zoned.c55 struct bio_vec bvec; in null_zone_fill_bio() local
Dloop.h74 struct bio_vec *bvec; member
Dbrd.c286 struct bio_vec bvec; in brd_make_request() local
/Linux-v4.19/drivers/target/
Dtarget_core_file.c284 struct bio_vec *bvec; in fd_execute_rw_aio() local
337 struct bio_vec *bvec; in fd_do_rw() local
457 struct bio_vec *bvec; in fd_execute_write_same() local
/Linux-v4.19/arch/m68k/emu/
Dnfblock.c65 struct bio_vec bvec; in nfhd_make_request() local
/Linux-v4.19/drivers/staging/erofs/
Ddata.c21 struct bio_vec *bvec; in read_endio() local
/Linux-v4.19/fs/xfs/
Dxfs_aops.c65 struct bio_vec *bvec, in xfs_finish_page_writeback()
99 struct bio_vec *bvec; in xfs_destroy_ioend() local
/Linux-v4.19/drivers/s390/block/
Dxpram.c188 struct bio_vec bvec; in xpram_make_request() local
/Linux-v4.19/fs/btrfs/
Dfile-item.c154 struct bio_vec bvec; in __btrfs_lookup_bio_sums() local
430 struct bio_vec bvec; in btrfs_csum_one_bio() local
Dcompression.c164 struct bio_vec *bvec; in end_compressed_bio_read() local
1133 struct bio_vec bvec = bio_iter_iovec(bio, bio->bi_iter); in btrfs_decompress_buf2page() local
/Linux-v4.19/fs/gfs2/
Dlops.c171 static void gfs2_end_log_write_bh(struct gfs2_sbd *sdp, struct bio_vec *bvec, in gfs2_end_log_write_bh()
207 struct bio_vec *bvec; in gfs2_end_log_write() local
Dmeta_io.c191 struct bio_vec *bvec; in gfs2_meta_read_endio() local
/Linux-v4.19/drivers/nvdimm/
Dblk.c179 struct bio_vec bvec; in nd_blk_make_request() local
/Linux-v4.19/arch/xtensa/platforms/iss/
Dsimdisk.c107 struct bio_vec bvec; in simdisk_make_request() local
/Linux-v4.19/fs/
Diomap.c225 iomap_read_page_end_io(struct bio_vec *bvec, int error) in iomap_read_page_end_io()
264 struct bio_vec *bvec; in iomap_read_end_io() local
587 struct bio_vec bvec; in iomap_read_page_sync() local
1543 struct bio_vec *bvec; in iomap_dio_bio_end_io() local
/Linux-v4.19/fs/ext4/
Dpage-io.c65 struct bio_vec *bvec; in ext4_finish_bio() local

123