Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/include/linux/
H A 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 …]
H A Dbio.h176 #define bio_iter_last(bvec, iter) ((iter).bi_size == (bvec).bv_len) argument
512 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
537 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq()
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c149 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
154 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
184 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position()
595 static int read_from_bdev_async(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_async()
677 struct bio_vec bvec; in writeback_store() local
801 struct bio_vec bvec; member
820 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync()
838 static int read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_sync()
846 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
857 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
[all …]
/OK3568_Linux_fs/kernel/fs/squashfs/
H A 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
H A Dzlib_wrapper.c57 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zlib_uncompress() local
H A Dlzo_wrapper.c70 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lzo_uncompress() local
H A Dzstd_wrapper.c72 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zstd_uncompress() local
H A Dlz4_wrapper.c96 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lz4_uncompress() local
H A Dxz_wrapper.c124 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_xz_uncompress() local
/OK3568_Linux_fs/kernel/fs/9p/
H A 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
/OK3568_Linux_fs/kernel/block/
H A 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
H A 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
H A Dblk-merge.c421 struct bio_vec *bvec, struct scatterlist *sglist, in blk_bvec_map_sg()
465 __blk_segment_map_sg_merge(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg_merge()
489 struct bio_vec bvec, bvprv = { NULL }; in __blk_bios_map_sg() local
H A Dbounce.c165 struct bio_vec *bvec, orig_vec; in bounce_end_io() local
/OK3568_Linux_fs/kernel/net/sunrpc/
H A 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
1116 struct bio_vec *bvec; in svc_tcp_sendmsg() local
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-user.c297 struct bio_vec bvec; in bio_size() local
475 struct bio_vec bvec; in bio_copy_from_iter() local
506 struct bio_vec bvec; in bio_copy_to_iter() local
/OK3568_Linux_fs/kernel/drivers/target/
H A 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
/OK3568_Linux_fs/kernel/drivers/block/
H A 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
H A Dloop.h73 struct bio_vec *bvec; member
/OK3568_Linux_fs/kernel/fs/gfs2/
H A 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
/OK3568_Linux_fs/kernel/arch/m68k/emu/
H A Dnfblock.c65 struct bio_vec bvec; in nfhd_submit_bio() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile-item.c259 struct bio_vec bvec; in btrfs_lookup_bio_sums() local
534 struct bio_vec bvec; in btrfs_csum_one_bio() local
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Dxpram.c188 struct bio_vec bvec; in xpram_submit_bio() local
/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddata.c16 struct bio_vec *bvec; in erofs_readendio() local
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dblk.c171 struct bio_vec bvec; in nd_blk_submit_bio() local

123