Home
last modified time | relevance | path

Searched defs:bvec (Results 76 - 100 of 136) sorted by relevance

123456

/kernel/linux/linux-5.10/include/linux/
H A Dbio.h507 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() argument
532 bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) bvec_kmap_irq() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Dcoredump.c869 struct bio_vec bvec; in dump_emit_page() local
H A Dsplice.c795 struct bio_vec bvec[16]; in splice_to_socket() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfile-item.c742 struct bio_vec bvec; in btrfs_csum_one_bio() local
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlops.c205 struct bio_vec *bvec; in gfs2_end_log_write() local
398 struct bio_vec *bvec; in gfs2_end_log_read() local
169 gfs2_end_log_write_bh(struct gfs2_sbd *sdp, struct bio_vec *bvec, blk_status_t error) gfs2_end_log_write_bh() argument
[all...]
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvringh.c1110 struct bio_vec *bvec; member
1156 struct bio_vec *bvec = ivec->iov.bvec; in iotlb_translate() local
1183 struct bio_vec bvec[IOTLB_IOV_STRIDE]; in copy_from_iotlb() member
1229 struct bio_vec bvec[IOTLB_IOV_STRIDE]; in copy_to_iotlb() member
1275 struct bio_vec bvec[ in getu16_iotlb() member
1312 struct bio_vec bvec; putu16_iotlb() member
[all...]
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_util.c1132 struct bio_vec bvec; in iscsit_fe_sendpage_sg() local
/kernel/linux/linux-6.6/drivers/block/
H A Dps3vram.c538 struct bio_vec bvec; in ps3vram_do_bio() local
/kernel/linux/linux-6.6/block/
H A Dbio.c1440 struct bio_vec *bvec; in bio_free_pages() local
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvcsock.c278 static void svc_flush_bvec(const struct bio_vec *bvec, size_t size, size_t seek) in svc_flush_bvec() argument
290 static inline void svc_flush_bvec(const struct bio_vec *bvec, size_t size, in svc_flush_bvec() argument
306 struct bio_vec *bvec = rqstp->rq_bvec; in svc_tcp_read_msg() local
/kernel/linux/linux-6.6/lib/
H A Diov_iter.c605 const struct bio_vec *bvec, *end; in iov_iter_bvec_advance() local
680 const struct bio_vec *bvec = i->bvec; iov_iter_revert() local
739 iov_iter_bvec(struct iov_iter *i, unsigned int direction, const struct bio_vec *bvec, unsigned long nr_segs, size_t count) iov_iter_bvec() argument
[all...]
/kernel/linux/linux-5.10/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() argument
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; lo_read_simple() local
373 struct bio_vec bvec, b; lo_read_transfer() local
519 struct bio_vec *bvec; lo_rw_aio() local
[all...]
H A Dnbd.c635 struct bio_vec bvec; in nbd_send_cmd() local
778 struct bio_vec bvec; in nbd_handle_reply() local
[all...]
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_worker.c319 struct bio_vec bvec; in drbd_csum_bio() local
/kernel/linux/linux-5.10/drivers/block/null_blk/
H A Dmain.c1154 struct bio_vec bvec; in null_handle_rq() local
1187 struct bio_vec bvec; in null_handle_bio() local
[all...]
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dubd_kern.c1321 struct bio_vec bvec; in ubd_map_req() local
/kernel/linux/linux-5.10/drivers/block/zram/
H A Dzram_drv.c95 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io() argument
100 static inline bool is_partial_io(struct bio_vec *bvec) in is_partial_io() argument
130 static void update_position(u32 *index, int *offset, struct bio_vec *bvec) in update_position() argument
541 static int read_from_bdev_async(struct zram *zram, struct bio_vec *bvec, in read_from_bdev_async() argument
610 struct bio_vec bvec; writeback_store() local
734 struct bio_vec bvec; global() member
753 read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, unsigned long entry, struct bio *bio) read_from_bdev_sync() argument
771 read_from_bdev_sync(struct zram *zram, struct bio_vec *bvec, unsigned long entry, struct bio *bio) read_from_bdev_sync() argument
779 read_from_bdev(struct zram *zram, struct bio_vec *bvec, unsigned long entry, struct bio *parent, bool sync) read_from_bdev() argument
790 read_from_bdev(struct zram *zram, struct bio_vec *bvec, unsigned long entry, struct bio *parent, bool sync) read_from_bdev() argument
1250 struct bio_vec bvec; __zram_bvec_read() local
1315 zram_bvec_read(struct zram *zram, struct bio_vec *bvec, u32 index, int offset, struct bio *bio) zram_bvec_read() argument
1348 __zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, struct bio *bio) __zram_bvec_write() argument
1467 zram_bvec_write(struct zram *zram, struct bio_vec *bvec, u32 index, int offset, struct bio *bio) zram_bvec_write() argument
1551 zram_bvec_rw(struct zram *zram, struct bio_vec *bvec, u32 index, int offset, unsigned int op, struct bio *bio) zram_bvec_rw() argument
1583 struct bio_vec bvec; __zram_make_request() local
[all...]
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dubd_kern.c1253 struct bio_vec bvec; in ubd_map_req() local
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dnvmet.h328 struct bio_vec *bvec; member
/kernel/linux/linux-5.10/net/sunrpc/
H A Dxprtsock.c384 xs_flush_bvec(const struct bio_vec *bvec, size_t count, size_t seek) in xs_flush_bvec() argument
397 xs_flush_bvec(const struct bio_vec *bvec, size_t count, size_t seek) in xs_flush_bvec() argument
366 xs_read_bvec(struct socket *sock, struct msghdr *msg, int flags, struct bio_vec *bvec, unsigned long nr, size_t count, size_t seek) xs_read_bvec() argument
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Draid56.c1171 struct bio_vec bvec; in index_rbio_pages() local
1463 struct bio_vec *bvec; in set_bio_pages_uptodate() local
H A Dcheck-integrity.c2686 struct bio_vec bvec; in __btrfsic_submit_bio() local
H A Dcompression.c253 struct bio_vec *bvec; in end_compressed_bio_read() local
1248 struct bio_vec bvec = bio_iter_iovec(bio, bio->bi_iter); in btrfs_decompress_buf2page() local
[all...]
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dbtt.c1448 struct bio_vec bvec; in btt_submit_bio() local
/kernel/linux/linux-6.6/fs/iomap/
H A Dbuffered-io.c621 struct bio_vec bvec; in iomap_read_folio_sync() local

Completed in 53 milliseconds

123456