Home
last modified time | relevance | path

Searched defs:bv (Results 1 – 25 of 87) sorted by relevance

1234

/linux-6.8/include/linux/
Dbvec.h44 static inline void bvec_set_page(struct bio_vec *bv, struct page *page, in bvec_set_page()
59 static inline void bvec_set_folio(struct bio_vec *bv, struct folio *folio, in bvec_set_folio()
71 static inline void bvec_set_virt(struct bio_vec *bv, void *vaddr, in bvec_set_virt()
89 struct bio_vec bv; member
140 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance()
168 static inline void bvec_iter_advance_single(const struct bio_vec *bv, in bvec_iter_advance_single()
207 struct bio_vec *bv = &iter_all->bv; in bvec_advance() local
/linux-6.8/drivers/gpu/drm/i915/gt/
Dgen7_renderclear.c44 static int num_primitives(const struct batch_vals *bv) in num_primitives()
56 batch_get_defaults(struct drm_i915_private *i915, struct batch_vals *bv) in batch_get_defaults()
144 const struct batch_vals *bv) in gen7_fill_surface_state()
176 const struct batch_vals *bv) in gen7_fill_binding_table()
208 const struct batch_vals *bv, in gen7_fill_interface_descriptor()
262 const struct batch_vals *bv, in gen7_emit_vfe_state()
378 const struct batch_vals *bv) in emit_batch()
434 struct batch_vals bv; in gen7_setup_clear_gpr_bb() local
/linux-6.8/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.c66 struct nfp_bpf_vnic *bv; in nfp_bpf_vnic_alloc() local
99 struct nfp_bpf_vnic *bv = nn->app_priv; in nfp_bpf_vnic_free() local
111 struct nfp_bpf_vnic *bv; in nfp_bpf_setup_tc_block_cb() local
185 struct nfp_bpf_vnic *bv; in nfp_bpf_check_mtu() local
/linux-6.8/block/
Dblk-merge.c21 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
26 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
228 const struct bio_vec *bv, unsigned *nsegs, unsigned *bytes, in bvec_split_segs()
278 struct bio_vec bv, bvprv, *bvprvp = NULL; in bio_split_rw() local
413 struct bio_vec bv; in blk_recalc_rq_segments() local
493 static inline int __blk_bvec_map_sg(struct bio_vec bv, in __blk_bvec_map_sg()
Dbio.c163 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free()
611 struct bio_vec bv; in zero_fill_bio_iter() local
631 struct bio_vec bv; in bio_truncate() local
906 static bool bvec_try_merge_page(struct bio_vec *bv, struct page *page, in bvec_try_merge_page()
937 bool bvec_try_merge_hw_page(struct request_queue *q, struct bio_vec *bv, in bvec_try_merge_hw_page()
979 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_add_hw_page() local
1242 struct bio_vec *bv = bio->bi_io_vec + bio->bi_vcnt; in __bio_iov_iter_get_pages() local
Dblk-crypto-fallback.c164 struct bio_vec bv; in blk_crypto_fallback_clone_bio() local
215 struct bio_vec bv; in blk_crypto_fallback_split_bio_if_needed() local
388 struct bio_vec bv; in blk_crypto_fallback_decrypt_bio() local
Dbio-integrity.c94 static void bio_integrity_unpin_bvec(struct bio_vec *bv, int nr_vecs, in bio_integrity_unpin_bvec()
177 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page() local
389 struct bio_vec bv; in bio_integrity_process() local
Dbounce.c144 struct bio_vec bv; in bounce_clone_bio() local
Dblk-map.c540 struct bio_vec bv; in blk_rq_append_bio() local
589 struct bio_vec *bv = &bvecs[i]; in blk_rq_map_user_bvec() local
/linux-6.8/net/ceph/
Dmessenger_v2.c146 struct bio_vec bv; in do_try_sendpage() local
232 static void set_in_bvec(struct ceph_connection *con, const struct bio_vec *bv) in set_in_bvec()
273 static void set_out_bvec(struct ceph_connection *con, const struct bio_vec *bv, in set_out_bvec()
860 struct bio_vec *bv) in get_bvec_at()
897 struct bio_vec bv; in calc_sg_cnt_cursor() local
949 struct bio_vec bv; in init_sgs_cursor() local
1112 struct bio_vec bv; in process_v2_sparse_read() local
1862 struct bio_vec bv; in prepare_read_data() local
1888 struct bio_vec bv; in prepare_read_data_cont() local
1929 struct bio_vec bv; in prepare_sparse_read_cont() local
[all …]
/linux-6.8/drivers/md/bcache/
Dutil.c234 struct bio_vec *bv = bio->bi_io_vec; in bch_bio_map() local
271 struct bio_vec *bv; in bch_bio_alloc_pages() local
Ddebug.c112 struct bio_vec bv, cbv; in bch_data_verify() local
/linux-6.8/fs/smb/client/
Dcifs_debug.c623 bool bv; in cifs_stats_proc_write() local
911 bool bv; in cifsFYI_proc_write() local
1065 bool bv; in cifs_security_flags_proc_write() local
/linux-6.8/drivers/md/
Ddm-ebs-target.c65 static int __ebs_rw_bvec(struct ebs_c *ec, enum req_op op, struct bio_vec *bv, in __ebs_rw_bvec()
125 struct bio_vec bv; in __ebs_rw_bio() local
Ddm-io-rewind.c12 static inline bool dm_bvec_iter_rewind(const struct bio_vec *bv, in dm_bvec_iter_rewind()
/linux-6.8/fs/btrfs/
Dbio.c194 struct bio_vec *bv = bio_first_bvec_all(&repair_bbio->bio); in btrfs_end_repair_bio() local
241 struct bio_vec *bv, in repair_one_sector()
314 struct bio_vec bv = bio_iter_iovec(&bbio->bio, *iter); in btrfs_check_read_bio() local
/linux-6.8/mm/
Dpage_io.c337 struct bio_vec bv; in swap_writepage_bdev_sync() local
465 struct bio_vec bv; in swap_read_folio_bdev_sync() local
/linux-6.8/fs/orangefs/
Dinode.c25 struct bio_vec bv; in orangefs_writepage_locked() local
85 struct bio_vec *bv; member
289 struct bio_vec bv; in orangefs_read_folio() local
/linux-6.8/drivers/block/
Dn64cart.c62 static bool n64cart_do_bvec(struct device *dev, struct bio_vec *bv, u32 pos) in n64cart_do_bvec()
/linux-6.8/drivers/s390/block/
Ddasd_fba.c440 struct bio_vec bv; in dasd_fba_build_cp_regular() local
572 struct bio_vec bv; in dasd_fba_free_cp() local
/linux-6.8/fs/netfs/
Diterator.c40 struct bio_vec *bv = NULL; in netfs_extract_user_iter() local
/linux-6.8/fs/bcachefs/
Dcompress.c43 struct bio_vec bv; in bio_phys_contig() local
63 struct bio_vec bv; in __bio_map_or_bounce() local
Dchecksum.c252 struct bio_vec bv; in __bch2_checksum_bio() local
324 struct bio_vec bv; in __bch2_encrypt_bio() local
/linux-6.8/drivers/gpu/drm/panel/
Dpanel-sony-acx565akm.c271 u8 bv; in acx565akm_get_actual_brightness() local
281 int bv; in acx565akm_set_brightness() local
/linux-6.8/drivers/scsi/
Daha1542.c267 struct bio_vec bv; in aha1542_free_cmd() local
450 struct bio_vec bv; in aha1542_queuecommand() local

1234