Home
last modified time | relevance | path

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

123

/linux/block/
H A Dbio.c162 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free()
304 struct bio_vec *bv = bio->bi_io_vec; in bio_reset() local
667 struct bio_vec bv; in zero_fill_bio_iter() local
687 struct bio_vec bv; in bio_truncate() local
966 static bool bvec_try_merge_page(struct bio_vec *bv, struct page *page, in bvec_try_merge_page()
997 bool bvec_try_merge_hw_page(struct request_queue *q, struct bio_vec *bv, in bvec_try_merge_hw_page()
1071 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_add_page() local
1225 struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1]; in bio_iov_iter_align_down() local
1319 struct bio_vec *bv; in bio_free_folios() local
1425 static void bvec_unpin(struct bio_vec *bv, bool mark_dirty) in bvec_unpin()
[all …]
H A Dbio-integrity.c48 struct bio_vec *bv = &bip->bip_vec[0]; in bio_integrity_free_buf() local
108 static void bio_integrity_unpin_bvec(struct bio_vec *bv, int nr_vecs) in bio_integrity_unpin_bvec()
168 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page() local
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-crypto-fallback.c148 struct bio_vec *bv; in blk_crypto_fallback_encrypt_endio() local
381 struct bio_vec bv; in __blk_crypto_fallback_decrypt_bio() 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/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
834 get_bvec_at(struct ceph_msg_data_cursor * cursor,struct bio_vec * bv) get_bvec_at() argument
871 struct bio_vec bv; calc_sg_cnt_cursor() local
923 struct bio_vec bv; init_sgs_cursor() local
1089 struct bio_vec bv; process_v2_sparse_read() local
1836 struct bio_vec bv; prepare_read_data() local
1862 struct bio_vec bv; prepare_read_data_cont() local
1903 struct bio_vec bv; prepare_sparse_read_cont() local
2053 struct bio_vec bv; prepare_read_enc_page() local
3162 struct bio_vec bv; queue_data() local
3175 struct bio_vec bv; queue_data_cont() local
3200 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
265 struct bio_vec bv; in orangefs_read_folio() local
/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/block/
H A Dn64cart.c62 static bool n64cart_do_bvec(struct device *dev, struct bio_vec *bv, u32 pos) in n64cart_do_bvec()
H A Dbrd.c140 struct bio_vec bv = bio_iter_iovec(bio, bio->bi_iter); in brd_rw_bvec() 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 Ddasd_diag.c516 struct bio_vec bv; in dasd_diag_build_cp() local
H A Dscm_blk.c186 struct bio_vec bv; in scm_request_prepare() local
/linux/fs/netfs/
H A Diterator.c40 struct bio_vec *bv = NULL; in netfs_extract_user_iter() 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