Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/include/linux/
A Dbvec.h101 #define mp_bvec_iter_page(bvec, iter) \ argument
104 #define mp_bvec_iter_len(bvec, iter) \ argument
108 #define mp_bvec_iter_offset(bvec, iter) \ argument
111 #define mp_bvec_iter_page_idx(bvec, iter) \ argument
114 #define mp_bvec_iter_bvec(bvec, iter) \ argument
122 #define bvec_iter_offset(bvec, iter) \ argument
125 #define bvec_iter_len(bvec, iter) \ argument
129 #define bvec_iter_page(bvec, iter) \ argument
133 #define bvec_iter_bvec(bvec, iter) \ argument
266 static inline void memzero_bvec(struct bio_vec *bvec) in memzero_bvec()
[all …]
/linux-6.3-rc2/drivers/block/zram/
A Dzram_drv.c147 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
152 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io()
704 struct bio_vec bvec; in writeback_store() local
833 struct bio_vec bvec; member
878 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
889 static int read_from_bdev(struct zram *zram, struct bio_vec *bvec, in read_from_bdev()
1381 struct bio_vec bvec; in zram_bvec_read_from_bdev() local
1462 static int zram_bvec_read(struct zram *zram, struct bio_vec *bvec, in zram_bvec_read()
1493 static int __zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in __zram_bvec_write()
1620 static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, in zram_bvec_write()
[all …]
/linux-6.3-rc2/fs/squashfs/
A Dblock.c39 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in copy_bio_to_actor() local
163 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_read_data() local
A Dzlib_wrapper.c57 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zlib_uncompress() local
A Dlzo_wrapper.c70 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lzo_uncompress() local
A Dzstd_wrapper.c72 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in zstd_uncompress() local
A Dlz4_wrapper.c96 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in lz4_uncompress() local
A Dxz_wrapper.c124 struct bio_vec *bvec = bvec_init_iter_all(&iter_all); in squashfs_xz_uncompress() local
/linux-6.3-rc2/fs/erofs/
A Dzdata.c243 struct z_erofs_bvec *bvec, in z_erofs_bvec_enqueue()
262 struct z_erofs_bvec *bvec, in z_erofs_bvec_dequeue()
707 struct z_erofs_bvec *bvec) in z_erofs_try_inplace_io()
723 struct z_erofs_bvec *bvec, bool exclusive) in z_erofs_attach_page()
1148 struct z_erofs_bvec bvec; member
1153 struct z_erofs_bvec *bvec) in z_erofs_do_decompressed_bvec()
1227 struct z_erofs_bvec bvec; in z_erofs_parse_out_bvecs() local
1252 struct z_erofs_bvec *bvec = &pcl->compressed_bvecs[i]; in z_erofs_parse_in_bvecs() local
1654 struct bio_vec *bvec; in z_erofs_decompressqueue_endio() local
/linux-6.3-rc2/fs/nfs/
A Dfscache.c248 struct bio_vec bvec; in fscache_fallback_read_page() local
274 struct bio_vec bvec; in fscache_fallback_write_page() local
/linux-6.3-rc2/block/
A Dblk-map.c49 struct bio_vec *bvec; in bio_copy_from_iter() local
80 struct bio_vec *bvec; in bio_copy_to_iter() local
445 struct bio_vec *bvec; in bio_copy_kern_endio_read() local
A Dbio.c1005 struct bio_vec *bvec; in bio_add_hw_page() local
1166 struct bio_vec *bvec; in __bio_release_pages() local
1436 struct bio_vec *bvec; in bio_free_pages() local
1475 struct bio_vec *bvec; in bio_set_pages_dirty() local
1523 struct bio_vec *bvec; in bio_check_pages_dirty() local
A Dblk-merge.c463 struct bio_vec *bvec, struct scatterlist *sglist, in blk_bvec_map_sg()
507 __blk_segment_map_sg_merge(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg_merge()
531 struct bio_vec bvec, bvprv = { NULL }; in __blk_bios_map_sg() local
A Dbounce.c105 struct bio_vec *bvec, orig_vec; in bounce_end_io() local
/linux-6.3-rc2/net/sunrpc/
A Dsvcsock.c220 static void svc_flush_bvec(const struct bio_vec *bvec, size_t size, size_t seek) in svc_flush_bvec()
232 static inline void svc_flush_bvec(const struct bio_vec *bvec, size_t size, in svc_flush_bvec()
248 struct bio_vec *bvec = rqstp->rq_bvec; in svc_tcp_read_msg() local
1114 struct bio_vec *bvec; in svc_tcp_sendmsg() local
/linux-6.3-rc2/drivers/block/
A Dn64cart.c89 struct bio_vec bvec; in n64cart_submit_bio() local
A Dloop.c87 struct bio_vec *bvec; member
241 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec()
266 struct bio_vec bvec; in lo_write_simple() local
283 struct bio_vec bvec; in lo_read_simple() local
399 struct bio_vec *bvec; in lo_rw_aio() local
/linux-6.3-rc2/fs/gfs2/
A Dlops.c170 struct bio_vec *bvec, in gfs2_end_log_write_bh()
205 struct bio_vec *bvec; in gfs2_end_log_write() local
398 struct bio_vec *bvec; in gfs2_end_log_read() local
/linux-6.3-rc2/arch/m68k/emu/
A Dnfblock.c63 struct bio_vec bvec; in nfhd_submit_bio() local
/linux-6.3-rc2/fs/cifs/
A Dfscache.c146 struct bio_vec bvec; in fscache_fallback_read_page() local
/linux-6.3-rc2/drivers/mtd/
A Dmtd_blkdevs.c50 struct bio_vec bvec; in do_blktrans_request() local
/linux-6.3-rc2/drivers/target/
A Dtarget_core_file.c318 struct bio_vec *bvec; in fd_do_rw() local
435 struct bio_vec *bvec; in fd_execute_write_same() local
/linux-6.3-rc2/io_uring/
A Drsrc.h53 struct bio_vec bvec[]; member
/linux-6.3-rc2/fs/btrfs/
A Draid56.c1119 struct bio_vec bvec; in index_one_bio() local
1391 struct bio_vec *bvec; in set_bio_pages_uptodate() local
1433 struct bio_vec *bvec; in rbio_update_error_bitmap() local
1456 struct bio_vec *bvec; in verify_bio_data_sectors() local
/linux-6.3-rc2/arch/xtensa/platforms/iss/
A Dsimdisk.c106 struct bio_vec bvec; in simdisk_submit_bio() local

Completed in 47 milliseconds

123