Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dbvec.h44 static inline void bvec_set_page(struct bio_vec *bv, struct page *page, in bvec_set_page() argument
59 static inline void bvec_set_folio(struct bio_vec *bv, struct folio *folio, in bvec_set_folio() argument
74 static inline void bvec_set_virt(struct bio_vec *bv, voi argument
92 struct bio_vec bv; global() member
143 bvec_iter_advance(const struct bio_vec * bv,struct bvec_iter * iter,unsigned bytes) bvec_iter_advance() argument
171 bvec_iter_advance_single(const struct bio_vec * bv,struct bvec_iter * iter,unsigned int bytes) bvec_iter_advance_single() argument
216 struct bio_vec *bv = &iter_all->bv; bvec_advance() local
[all...]
/linux/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c44 static int num_primitives(const struct batch_vals *bv) in num_primitives() argument
56 batch_get_defaults(struct drm_i915_private *i915, struct batch_vals *bv) in batch_get_defaults() argument
144 gen7_fill_surface_state(struct batch_chunk * state,const u32 dst_offset,const struct batch_vals * bv) gen7_fill_surface_state() argument
176 gen7_fill_binding_table(struct batch_chunk * state,const struct batch_vals * bv) gen7_fill_binding_table() argument
208 gen7_fill_interface_descriptor(struct batch_chunk * state,const struct batch_vals * bv,const struct cb_kernel * kernel,unsigned int count) gen7_fill_interface_descriptor() argument
262 gen7_emit_vfe_state(struct batch_chunk * batch,const struct batch_vals * bv,u32 urb_size,u32 curbe_size,u32 mode) gen7_emit_vfe_state() argument
378 emit_batch(struct i915_vma * const vma,u32 * start,const struct batch_vals * bv) emit_batch() argument
435 struct batch_vals bv; gen7_setup_clear_gpr_bb() local
[all...]
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A 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; nfp_bpf_setup_tc_block_cb() local
185 struct nfp_bpf_vnic *bv; nfp_bpf_check_mtu() local
[all...]
/linux/block/
H A Dbio.c162 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free() argument
623 struct bio_vec bv; in zero_fill_bio_iter() local
643 struct bio_vec bv; in bio_truncate() local
922 bvec_try_merge_page(struct bio_vec * bv,struct page * page,unsigned int len,unsigned int off) bvec_try_merge_page() argument
953 bvec_try_merge_hw_page(struct request_queue * q,struct bio_vec * bv,struct page * page,unsigned len,unsigned offset) bvec_try_merge_hw_page() argument
1027 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; bio_add_page() local
1212 struct bio_vec *bv = bio->bi_io_vec + bio->bi_vcnt; __bio_iov_iter_get_pages() local
1388 struct bio_vec bv; bdev_rw_virt() local
[all...]
H A Dblk-merge.c20 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec() argument
25 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec() argument
248 bvec_split_segs(const struct queue_limits * lim,const struct bio_vec * bv,unsigned * nsegs,unsigned * bytes,unsigned max_segs,unsigned max_bytes) bvec_split_segs() argument
296 struct bio_vec bv, bvprv, *bvprvp = NULL; bio_split_rw_at() local
426 struct bio_vec bv; blk_recalc_rq_segments() local
[all...]
H A Dblk-crypto-fallback.c164 struct bio_vec bv; in blk_crypto_fallback_clone_bio() local
217 struct bio_vec bv; in blk_crypto_fallback_split_bio_if_needed() local
390 struct bio_vec bv; in blk_crypto_fallback_decrypt_bio() local
[all...]
H A Dt10-pi.c381 struct bio_vec bv; in blk_integrity_generate() local
413 struct bio_vec bv; in blk_integrity_verify_iter() local
H A Dblk-mq-dma.c17 struct bio_vec bv; in blk_map_iter_next() local
[all...]
/linux/net/ceph/
H A 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() argument
273 static void set_out_bvec(struct ceph_connection *con, const struct bio_vec *bv, in set_out_bvec() argument
860 get_bvec_at(struct ceph_msg_data_cursor * cursor,struct bio_vec * bv) get_bvec_at() argument
897 struct bio_vec bv; calc_sg_cnt_cursor() local
949 struct bio_vec bv; init_sgs_cursor() local
1112 struct bio_vec bv; process_v2_sparse_read() local
1862 struct bio_vec bv; prepare_read_data() local
1888 struct bio_vec bv; prepare_read_data_cont() local
1929 struct bio_vec bv; prepare_sparse_read_cont() local
2079 struct bio_vec bv; prepare_read_enc_page() local
3189 struct bio_vec bv; queue_data() local
3202 struct bio_vec bv; queue_data_cont() local
3227 struct bio_vec bv; queue_enc_page() local
[all...]
/linux/drivers/md/bcache/
H A 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
[all...]
H A Ddebug.c112 struct bio_vec bv, cbv; in bch_data_verify() local
H A Djournal.h157 struct bio_vec bv[8]; member
/linux/fs/bcachefs/
H A Dutil.c676 struct bio_vec bv; in memcpy_to_bio() local
691 struct bio_vec bv; in memcpy_from_bio() local
708 struct bio_vec bv; bch2_corrupt_bio() local
[all...]
H A Dcompress.c64 struct bio_vec bv; in bio_phys_contig() local
84 struct bio_vec bv; in __bio_map_or_bounce() local
[all...]
H A Dfs-io.h20 static inline struct folio_vec biovec_to_foliovec(struct bio_vec bv) in biovec_to_foliovec() argument
/linux/fs/smb/client/
H A Dcifs_debug.c704 bool bv; in cifs_stats_proc_write() local
1000 bool bv; in cifsFYI_proc_write() local
1154 bool bv; in cifs_security_flags_proc_write() local
/linux/fs/btrfs/
H A Dbio.c165 struct bio_vec *bv = bio_first_bvec_all(&repair_bbio->bio); in btrfs_end_repair_bio() local
206 struct bio_vec *bv, in repair_one_sector() argument
279 struct bio_vec bv = bio_iter_iovec(&bbio->bio, *iter); in btrfs_check_read_bio() local
[all...]
/linux/scripts/
H A Dsorttable.c424 Elf32_Addr bv = r(b); in compare_extable_32() local
434 Elf64_Addr bv = r8(b); in compare_extable_64() local
558 uint64_t bv = *(uint64_t *)b; in compare_values_64() local
568 uint32_t bv in compare_values_32() local
1159 int32_t bv = (int32_t)r(b); compare_relative_table() local
[all...]
/linux/fs/orangefs/
H A Dinode.c25 struct bio_vec bv; in orangefs_writepage_locked() local
75 struct bio_vec *bv; member
265 struct bio_vec bv; in orangefs_read_folio() local
[all...]
/linux/drivers/md/
H A Ddm-io-rewind.c12 static inline bool dm_bvec_iter_rewind(const struct bio_vec *bv, in dm_bvec_iter_rewind() argument
/linux/drivers/block/
H A Dn64cart.c62 static bool n64cart_do_bvec(struct device *dev, struct bio_vec *bv, u32 pos) in n64cart_do_bvec() argument
/linux/mm/
H A Dpage_io.c413 struct bio_vec bv; in swap_writepage_bdev_sync() local
575 struct bio_vec bv; in swap_read_folio_bdev_sync() local
/linux/drivers/s390/block/
H A Ddasd_fba.c436 struct bio_vec bv; in dasd_fba_build_cp_regular() local
568 struct bio_vec bv; dasd_fba_free_cp() local
[all...]
/linux/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c271 u8 bv; in acx565akm_get_actual_brightness() local
281 int bv; in acx565akm_set_brightness() local
/linux/fs/netfs/
H A Diterator.c40 struct bio_vec *bv = NULL; in netfs_extract_user_iter() local

123