Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dbvec.h41 static inline void bvec_set_page(struct bio_vec *bv, struct page *page, in bvec_set_page()
56 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()
87 static inline struct folio *bvec_folio(const struct bio_vec *bv) in bvec_folio()
117 struct bio_vec bv; member
195 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance()
223 static inline void bvec_iter_advance_single(const struct bio_vec *bv, in bvec_iter_advance_single()
259 struct bio_vec *bv = &iter_all->bv; in bvec_advance() local
/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; in nfp_bpf_setup_tc_block_cb() local
185 struct nfp_bpf_vnic *bv; in nfp_bpf_check_mtu() local
/linux/block/
H A Dbio.c276 struct bio_vec *bv = bio->bi_io_vec; in bio_reset() local
648 struct bio_vec bv; in zero_fill_bio() local
668 struct bio_vec bv; in bio_truncate() local
950 static bool bvec_try_merge_page(struct bio_vec *bv, struct page *page, in bvec_try_merge_page()
981 bool bvec_try_merge_hw_page(struct request_queue *q, struct bio_vec *bv, in bvec_try_merge_hw_page()
1057 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_add_page() local
1205 struct bio_vec *bv, unsigned len_align_mask) in bio_iov_iter_align_down()
1232 struct bio_vec bv; in bio_iov_bvec_aligned() local
1354 struct bio_vec *bv; in bio_free_folios() local
1491 static void bvec_unpin(struct bio_vec *bv, bool mark_dirty) in bvec_unpin()
[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()
25 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
283 const struct bio_vec *bv, unsigned *nsegs, unsigned *bytes, in bvec_split_segs()
316 static inline unsigned int bvec_seg_gap(struct bio_vec *bvprv, in bvec_seg_gap()
339 struct bio_vec bv, bvprv, *bvprvp = NULL; in bio_split_io_at() local
492 struct bio_vec bv; in blk_recalc_rq_segments() local
H A Dbio-integrity.c95 struct bio_vec *bv = &bip->bip_vec[0]; in bio_integrity_free_buf() local
171 static void bio_integrity_unpin_bvec(struct bio_vec *bv, int nr_vecs) in bio_integrity_unpin_bvec()
231 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page() local
H A Dblk-mq-dma.c31 struct bio_vec bv; in blk_map_iter_next() local
/linux/net/ceph/
H A Dmessenger_v2.c145 struct bio_vec bv; in do_try_sendpage() local
231 static void set_in_bvec(struct ceph_connection *con, const struct bio_vec *bv) in set_in_bvec() argument
272 static void set_out_bvec(struct ceph_connection *con, const struct bio_vec *bv, in set_out_bvec() argument
832 get_bvec_at(struct ceph_msg_data_cursor * cursor,struct bio_vec * bv) get_bvec_at() argument
869 struct bio_vec bv; calc_sg_cnt_cursor() local
921 struct bio_vec bv; init_sgs_cursor() local
1087 struct bio_vec bv; process_v2_sparse_read() local
1834 struct bio_vec bv; prepare_read_data() local
1860 struct bio_vec bv; prepare_read_data_cont() local
1901 struct bio_vec bv; prepare_sparse_read_cont() local
2051 struct bio_vec bv; prepare_read_enc_page() local
3170 struct bio_vec bv; queue_data() local
3183 struct bio_vec bv; queue_data_cont() local
3208 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
H A Ddebug.c112 struct bio_vec bv, cbv; in bch_data_verify() local
/linux/scripts/
H A Dsorttable.c94 Elf32_Addr bv = elf_parser.r(b); in compare_extable_32() local
104 Elf64_Addr bv = elf_parser.r8(b); in compare_extable_64() local
225 uint64_t bv = *(uint64_t *)b; in compare_values_64() local
235 uint32_t bv = *(uint32_t *)b; in compare_values_32() local
826 int32_t bv = (int32_t)elf_parser.r(b); in compare_relative_table() local
H A Dtracepoint-update.c28 const char *bv = *(const char **)b; in compare_strings() local
/linux/drivers/infiniband/core/
H A Drw.c232 struct bio_vec bv = mp_bvec_iter_bvec(bvecs, *iter); in rdma_rw_init_mr_wrs_bvec() local
376 struct bio_vec bv = mp_bvec_iter_bvec(bvecs, *iter); in rdma_rw_init_single_wr_bvec() local
444 struct bio_vec bv = mp_bvec_iter_bvec(bvecs, *iter); in rdma_rw_init_map_wrs_bvec() local
511 struct bio_vec bv = mp_bvec_iter_bvec(bvec, *iter); in rdma_rw_init_iova_wrs_bvec() local
/linux/drivers/md/
H A 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
H A Ddm-io-rewind.c12 static inline bool dm_bvec_iter_rewind(const struct bio_vec *bv, in dm_bvec_iter_rewind()
/linux/fs/orangefs/
H A Dinode.c25 struct bio_vec bv; in orangefs_writepage_locked() local
75 struct bio_vec *bv; member
283 struct bio_vec bv; in orangefs_read_folio() local
/linux/drivers/s390/block/
H A Ddasd_fba.c435 struct bio_vec bv; in dasd_fba_build_cp_regular() local
567 struct bio_vec bv; in dasd_fba_free_cp() local
H A Dscm_blk.c186 struct bio_vec bv; in scm_request_prepare() local
H A Ddasd_diag.c516 struct bio_vec bv; in dasd_diag_build_cp() local
/linux/fs/netfs/
H A Diterator.c40 struct bio_vec *bv = NULL; in netfs_extract_user_iter() local
/linux/fs/btrfs/
H A Dmisc.h34 struct bio_vec bv = bio_iter_iovec(bio, *iter); in bio_iter_phys() local
/linux/drivers/block/
H A Dbrd.c140 struct bio_vec bv = bio_iter_iovec(bio, bio->bi_iter); in brd_rw_bvec() local
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c315 int bv; in acx565akm_set_brightness() local
328 u8 bv; in acx565akm_get_actual_brightness() local
/linux/tools/testing/selftests/x86/
H A Dxstate.h157 static inline void set_xstatebv(struct xsave_buffer *xbuf, uint64_t bv) in set_xstatebv()
/linux/drivers/accel/habanalabs/common/
H A Dhldio.c54 struct bio_vec *bv; member
/linux/drivers/md/persistent-data/
H A Ddm-bitset.c55 bool bv; in pack_bits() local

123