Home
last modified time | relevance | path

Searched defs:bv (Results 1 – 25 of 65) 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()
59 static inline void bvec_set_folio(struct bio_vec *bv, struct folio *folio, in bvec_set_folio()
74 static inline void bvec_set_virt(struct bio_vec *bv, void *vaddr, in bvec_set_virt()
92 struct bio_vec bv; member
143 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance()
171 static inline void bvec_iter_advance_single(const struct bio_vec *bv, in bvec_iter_advance_single()
216 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/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()
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/block/
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()
248 const struct bio_vec *bv, unsigned *nsegs, unsigned *bytes, in bvec_split_segs()
296 struct bio_vec bv, bvprv, *bvprvp = NULL; in bio_split_rw_at() local
426 struct bio_vec bv; in blk_recalc_rq_segments() local
H A Dbio.c162 void bvec_free(mempool_t *pool, struct bio_vec *bv, unsigned short nr_vecs) in bvec_free()
623 struct bio_vec bv; in zero_fill_bio_iter() local
643 struct bio_vec bv; in bio_truncate() local
922 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()
1206 struct bio_vec *bv = bio->bi_io_vec + bio->bi_vcnt; in __bio_iov_iter_get_pages() local
1382 struct bio_vec bv; in bdev_rw_virt() local
H A Dbio-integrity.c69 static void bio_integrity_unpin_bvec(struct bio_vec *bv, int nr_vecs) in bio_integrity_unpin_bvec()
129 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
/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
H A Djournal.h157 struct bio_vec bv[8]; member
/linux/fs/smb/client/
H A Dcifs_debug.c657 bool bv; in cifs_stats_proc_write() local
949 bool bv; in cifsFYI_proc_write() local
1103 bool bv; in cifs_security_flags_proc_write() local
/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; in bch2_corrupt_bio() local
H A Dchecksum.c186 struct bio_vec bv; in __bch2_checksum_bio() local
258 struct bio_vec bv; in __bch2_encrypt_bio() local
H A Dcompress.c64 struct bio_vec bv; in bio_phys_contig() local
84 struct bio_vec bv; in __bio_map_or_bounce() local
H A Dfs-io.h20 static inline struct folio_vec biovec_to_foliovec(struct bio_vec bv) in biovec_to_foliovec()
/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 = *(uint32_t *)b; in compare_values_32() local
1159 int32_t bv = (int32_t)r(b); in compare_relative_table() local
/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/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()
/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()
/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; in dasd_fba_free_cp() local
/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
/linux/fs/erofs/
H A Dfileio.c100 struct bio_vec bv; in erofs_fileio_scan_folio() local
/linux/drivers/scsi/
H A Daha1542.c267 struct bio_vec bv; in aha1542_free_cmd() local
450 struct bio_vec bv; in aha1542_queuecommand() local
/linux/fs/squashfs/
H A Dblock.c88 struct bio_vec *bv; in squashfs_bio_read_cached() local

123