Home
last modified time | relevance | path

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

1234

/linux-6.14.4/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.14.4/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()
435 struct batch_vals bv; in gen7_setup_clear_gpr_bb() local
/linux-6.14.4/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.14.4/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()
270 const struct bio_vec *bv, unsigned *nsegs, unsigned *bytes, in bvec_split_segs()
318 struct bio_vec bv, bvprv, *bvprvp = NULL; in bio_split_rw_at() local
448 struct bio_vec bv; in blk_recalc_rq_segments() local
485 struct bio_vec bv; in blk_map_iter_next() local
Dbio.c162 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free()
622 struct bio_vec bv; in zero_fill_bio_iter() local
642 struct bio_vec bv; in bio_truncate() local
920 static bool bvec_try_merge_page(struct bio_vec *bv, struct page *page, in bvec_try_merge_page()
955 bool bvec_try_merge_hw_page(struct request_queue *q, struct bio_vec *bv, in bvec_try_merge_hw_page()
1159 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
216 struct bio_vec bv; in blk_crypto_fallback_split_bio_if_needed() local
389 struct bio_vec bv; in blk_crypto_fallback_decrypt_bio() local
Dbio-integrity.c107 static void bio_integrity_unpin_bvec(struct bio_vec *bv, int nr_vecs) in bio_integrity_unpin_bvec()
167 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page() local
Dt10-pi.c381 struct bio_vec bv; in blk_integrity_generate() local
413 struct bio_vec bv; in blk_integrity_verify() local
Dbounce.c144 struct bio_vec bv; in bounce_clone_bio() local
/linux-6.14.4/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.14.4/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
/linux-6.14.4/fs/smb/client/
Dcifs_debug.c652 bool bv; in cifs_stats_proc_write() local
944 bool bv; in cifsFYI_proc_write() local
1098 bool bv; in cifs_security_flags_proc_write() local
/linux-6.14.4/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.14.4/fs/btrfs/
Dbio.c173 struct bio_vec *bv = bio_first_bvec_all(&repair_bbio->bio); in btrfs_end_repair_bio() local
220 struct bio_vec *bv, in repair_one_sector()
293 struct bio_vec bv = bio_iter_iovec(&bbio->bio, *iter); in btrfs_check_read_bio() local
/linux-6.14.4/fs/orangefs/
Dinode.c25 struct bio_vec bv; in orangefs_writepage_locked() local
84 struct bio_vec *bv; member
287 struct bio_vec bv; in orangefs_read_folio() local
/linux-6.14.4/mm/
Dpage_io.c416 struct bio_vec bv; in swap_writepage_bdev_sync() local
581 struct bio_vec bv; in swap_read_folio_bdev_sync() local
/linux-6.14.4/drivers/block/
Dn64cart.c62 static bool n64cart_do_bvec(struct device *dev, struct bio_vec *bv, u32 pos) in n64cart_do_bvec()
/linux-6.14.4/scripts/
Dsorttable.c371 Elf32_Addr bv = r(b); in compare_extable_32() local
381 Elf64_Addr bv = r8(b); in compare_extable_64() local
796 int32_t bv = (int32_t)r(b); in compare_relative_table() local
/linux-6.14.4/drivers/s390/block/
Ddasd_fba.c436 struct bio_vec bv; in dasd_fba_build_cp_regular() local
568 struct bio_vec bv; in dasd_fba_free_cp() local
/linux-6.14.4/fs/bcachefs/
Dcompress.c64 struct bio_vec bv; in bio_phys_contig() local
84 struct bio_vec bv; in __bio_map_or_bounce() local
Dutil.c679 struct bio_vec bv; in memcpy_to_bio() local
694 struct bio_vec bv; in memcpy_from_bio() local
/linux-6.14.4/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.14.4/fs/netfs/
Diterator.c40 struct bio_vec *bv = NULL; in netfs_extract_user_iter() local
/linux-6.14.4/fs/erofs/
Dfileio.c97 struct bio_vec bv; in erofs_fileio_scan_folio() local

1234