Home
last modified time | relevance | path

Searched refs:bvec (Results 76 – 90 of 90) sorted by relevance

1234

/openbmc/linux/fs/f2fs/
H A Ddata.c328 struct bio_vec *bvec; in f2fs_write_end_io() local
337 bio_for_each_segment_all(bvec, bio, iter_all) { in f2fs_write_end_io()
338 struct page *page = bvec->bv_page; in f2fs_write_end_io()
547 struct bio_vec *bvec; in __has_merged_page() local
556 bio_for_each_segment_all(bvec, bio, iter_all) { in __has_merged_page()
557 struct page *target = bvec->bv_page; in __has_merged_page()
/openbmc/linux/drivers/nvme/target/
H A Dnvmet.h365 struct bio_vec *bvec; member
/openbmc/linux/fs/smb/client/
H A Dcifsencrypt.c33 const struct bio_vec *bv = iter->bvec; in cifs_shash_bvec()
H A Dfile.c3469 const struct bio_vec *bvecs = iter->bvec; in cifs_limit_bvec_subset()
3748 ctx->bv = (void *)ctx->iter.bvec; in __cifs_writev()
4280 ctx->bv = (void *)ctx->iter.bvec; in __cifs_readv()
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c621 struct bio_vec bvec; in iomap_read_folio_sync() local
624 bio_init(&bio, iomap->bdev, &bvec, 1, REQ_OP_READ); in iomap_read_folio_sync()
/openbmc/linux/lib/
H A Dscatterlist.c1167 const struct bio_vec *bv = iter->bvec; in extract_bvec_to_sg()
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst876 zero-length bvec segments are disallowed, they must be filtered out before
883 For bvec based itererators bio_iov_iter_get_pages() now doesn't copy bvecs but
884 uses the one provided. Anyone issuing kiocb-I/O should ensure that the bvec and
H A Dnetfs_library.rst369 inode that is being operated upon without the need to allocate large bvec
/openbmc/linux/Documentation/block/
H A Ddata-integrity.rst141 information (bvec pool, vector count, etc.)
/openbmc/linux/fs/afs/
H A Dinternal.h115 struct bio_vec bvec[1]; member
/openbmc/linux/net/ceph/
H A Dmessenger_v2.c154 bvec_set_page(&bv, it->bvec->bv_page, in do_try_sendpage()
156 it->bvec->bv_len - it->iov_offset), in do_try_sendpage()
157 it->bvec->bv_offset + it->iov_offset); in do_try_sendpage()
/openbmc/linux/fs/btrfs/
H A Ddisk-io.c3638 struct bio_vec *bvec; in btrfs_end_super_write() local
3642 bio_for_each_segment_all(bvec, bio, iter_all) { in btrfs_end_super_write()
3643 page = bvec->bv_page; in btrfs_end_super_write()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c1985 struct bio_vec bvec; in recv_dless_read() local
2008 bio_for_each_segment(bvec, bio, iter) { in recv_dless_read()
2009 void *mapped = bvec_kmap_local(&bvec); in recv_dless_read()
2010 expect = min_t(int, data_size, bvec.bv_len); in recv_dless_read()
/openbmc/linux/net/core/
H A Dskbuff.c3132 struct bio_vec bvec; in __skb_send_sock() local
3137 bvec_set_page(&bvec, skb_frag_page(frag), slen, in __skb_send_sock()
3139 iov_iter_bvec(&msg.msg_iter, ITER_SOURCE, &bvec, 1, in __skb_send_sock()
/openbmc/linux/drivers/md/
H A Dmd.c981 struct bio_vec bvec; in sync_page_io() local
984 bio_init(&bio, rdev->meta_bdev, &bvec, 1, opf); in sync_page_io()
986 bio_init(&bio, rdev->bdev, &bvec, 1, opf); in sync_page_io()

1234