Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/include/linux/
Dbvec.h58 #define __bvec_iter_bvec(bvec, iter) (&(bvec)[(iter).bi_idx]) argument
61 #define mp_bvec_iter_page(bvec, iter) \ argument
64 #define mp_bvec_iter_len(bvec, iter) \ argument
68 #define mp_bvec_iter_offset(bvec, iter) \ argument
71 #define mp_bvec_iter_page_idx(bvec, iter) \ argument
74 #define mp_bvec_iter_bvec(bvec, iter) \ argument
82 #define bvec_iter_offset(bvec, iter) \ argument
85 #define bvec_iter_len(bvec, iter) \ argument
89 #define bvec_iter_page(bvec, iter) \ argument
93 #define bvec_iter_bvec(bvec, iter) \ argument
[all …]
Dbio.h175 #define bio_iter_last(bvec, iter) ((iter).bi_size == (bvec).bv_len) argument
507 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
532 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
/kernel/linux/linux-5.10/drivers/block/zram/
Dzram_drv.c95 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
100 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
130 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position()
541 static int read_from_bdev_async(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_async()
610 struct bio_vec bvec; in writeback_store() local
734 struct bio_vec bvec; member
753 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync()
771 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync()
779 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
790 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
[all …]
/kernel/linux/linux-5.10/fs/squashfs/
Dblock.c39 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in copy_bio_to_actor() local
165 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_read_data() local
Dzlib_wrapper.c57 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zlib_uncompress() local
Dlzo_wrapper.c70 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lzo_uncompress() local
Dzstd_wrapper.c72 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zstd_uncompress() local
Dlz4_wrapper.c96 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lz4_uncompress() local
Dxz_wrapper.c124 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_xz_uncompress() local
/kernel/linux/linux-5.10/fs/9p/
Dvfs_addr.c42 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
/kernel/linux/linux-5.10/block/
Dblk-map.c48 struct bio_vec *bvec; in bio_copy_from_iter() local
79 struct bio_vec *bvec; in bio_copy_to_iter() local
441 struct bio_vec *bvec; in bio_copy_kern_endio_read() local
Dbio.c795 struct bio_vec *bvec; in bio_add_hw_page() local
951 struct bio_vec *bvec; in bio_release_pages() local
1286 struct bio_vec *bvec; in bio_free_pages() local
1325 struct bio_vec *bvec; in bio_set_pages_dirty() local
1373 struct bio_vec *bvec; in bio_check_pages_dirty() local
Dblk-merge.c419 struct bio_vec *bvec, struct scatterlist *sglist, in blk_bvec_map_sg()
463 __blk_segment_map_sg_merge(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg_merge()
487 struct bio_vec bvec, bvprv = { NULL }; in __blk_bios_map_sg() local
Dbounce.c165 struct bio_vec *bvec, orig_vec; in bounce_end_io() local
/kernel/linux/linux-5.10/net/sunrpc/
Dsvcsock.c228 static void svc_flush_bvec(const struct bio_vec *bvec, size_t size, size_t seek) in svc_flush_bvec()
240 static inline void svc_flush_bvec(const struct bio_vec *bvec, size_t size, in svc_flush_bvec()
256 struct bio_vec *bvec = rqstp->rq_bvec; in svc_tcp_read_msg() local
1115 struct bio_vec *bvec; in svc_tcp_sendmsg() local
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_file.c271 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
/kernel/linux/linux-5.10/drivers/block/
Dloop.c267 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
519 struct bio_vec *bvec; in lo_rw_aio() local
Dloop.h73 struct bio_vec *bvec; member
/kernel/linux/linux-5.10/fs/erofs/
Ddata.c14 struct bio_vec *bvec; in erofs_readendio() local
/kernel/linux/linux-5.10/arch/m68k/emu/
Dnfblock.c65 struct bio_vec bvec; in nfhd_submit_bio() local
/kernel/linux/linux-5.10/fs/gfs2/
Dlops.c167 struct bio_vec *bvec, in gfs2_end_log_write_bh()
202 struct bio_vec *bvec; in gfs2_end_log_write() local
393 struct bio_vec *bvec; in gfs2_end_log_read() local
/kernel/linux/linux-5.10/drivers/s390/block/
Dxpram.c188 struct bio_vec bvec; in xpram_submit_bio() local
/kernel/linux/linux-5.10/fs/btrfs/
Dfile-item.c259 struct bio_vec bvec; in btrfs_lookup_bio_sums() local
534 struct bio_vec bvec; in btrfs_csum_one_bio() local
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/
Dsimdisk.c107 struct bio_vec bvec; in simdisk_submit_bio() local
/kernel/linux/linux-5.10/drivers/nvdimm/
Dblk.c171 struct bio_vec bvec; in nd_blk_submit_bio() local

123