bv_offset          76 arch/m68k/emu/nfblock.c 				page_to_phys(bvec.bv_page) + bvec.bv_offset);
bv_offset        1331 arch/um/drivers/ubd_kern.c 		io_req->buffer = page_address(bvec->bv_page) + bvec->bv_offset;
bv_offset         112 arch/xtensa/platforms/iss/simdisk.c 		char *buffer = kmap_atomic(bvec.bv_page) + bvec.bv_offset;
bv_offset          97 block/bio-integrity.c 		      bip->bip_vec->bv_offset);
bv_offset         140 block/bio-integrity.c 	iv->bv_offset = offset;
bv_offset         163 block/bio-integrity.c 		bip->bip_vec->bv_offset;
bv_offset         173 block/bio-integrity.c 		iter.data_buf = kaddr + bv.bv_offset;
bv_offset         687 block/bio.c    		bv->bv_offset + bv->bv_len - 1;
bv_offset         707 block/bio.c    	phys_addr_t addr1 = page_to_phys(bv->bv_page) + bv->bv_offset;
bv_offset         770 block/bio.c    	bvec->bv_offset = offset;
bv_offset         840 block/bio.c    	bv->bv_offset = off;
bv_offset         901 block/bio.c    				bv->bv_offset + iter->iov_offset);
bv_offset        1069 block/bio.c    		memcpy(dst_p + dst_bv.bv_offset,
bv_offset        1070 block/bio.c    		       src_p + src_bv.bv_offset,
bv_offset        1177 block/bio.c    					  bvec->bv_offset,
bv_offset        1208 block/bio.c    					bvec->bv_offset,
bv_offset          95 block/blk-integrity.c 			sg_set_page(sg, iv.bv_page, iv.bv_len, iv.bv_offset);
bv_offset         162 block/blk-lib.c 		bio->bi_io_vec->bv_offset = 0;
bv_offset          32 block/blk-merge.c 	if (pb.bv_offset & queue_virt_boundary(q))
bv_offset          48 block/blk-merge.c 	return __bvec_gap_to_prev(q, &pb, nb.bv_offset);
bv_offset         204 block/blk-merge.c 		seg_size = get_max_segment_size(q, bv->bv_offset + total_len);
bv_offset         211 block/blk-merge.c 		if ((bv->bv_offset + total_len) & queue_virt_boundary(q))
bv_offset         256 block/blk-merge.c 		if (bvprvp && bvec_gap_to_prev(q, bvprvp, bv.bv_offset))
bv_offset         261 block/blk-merge.c 		    bv.bv_offset + bv.bv_len <= PAGE_SIZE) {
bv_offset         406 block/blk-merge.c 		unsigned offset = bvec->bv_offset + total;
bv_offset         436 block/blk-merge.c 	sg_set_page(*sg, bv.bv_page, bv.bv_len, bv.bv_offset);
bv_offset         482 block/blk-merge.c 			if (bvec.bv_offset + bvec.bv_len <= PAGE_SIZE)
bv_offset          79 block/blk.h    	phys_addr_t addr1 = page_to_phys(vec1->bv_page) + vec1->bv_offset;
bv_offset          80 block/blk.h    	phys_addr_t addr2 = page_to_phys(vec2->bv_page) + vec2->bv_offset;
bv_offset          95 block/blk.h    		((bprv->bv_offset + bprv->bv_len) & queue_virt_boundary(q));
bv_offset         140 block/blk.h    				bip_next->bip_vec[0].bv_offset);
bv_offset         150 block/blk.h    				bip_next->bip_vec[0].bv_offset);
bv_offset          81 block/bounce.c 	memcpy(vto + to->bv_offset, vfrom, to->bv_len);
bv_offset          88 block/bounce.c 	memcpy(page_address((to)->bv_page) + (to)->bv_offset, vfrom, (to)->bv_len)
bv_offset         153 block/bounce.c 				tovec.bv_offset;
bv_offset         335 block/bounce.c 			vto = page_address(to->bv_page) + to->bv_offset;
bv_offset         336 block/bounce.c 			vfrom = kmap_atomic(page) + to->bv_offset;
bv_offset         153 block/t10-pi.c 			p = pmap + iv.bv_offset;
bv_offset         201 block/t10-pi.c 			p = pmap + iv.bv_offset;
bv_offset         304 drivers/block/aoe/aoecmd.c 				   bv.bv_offset, bv.bv_len);
bv_offset        1031 drivers/block/aoe/aoecmd.c 		char *p = kmap_atomic(bv.bv_page) + bv.bv_offset;
bv_offset         300 drivers/block/brd.c 		err = brd_do_bvec(brd, bvec.bv_page, len, bvec.bv_offset,
bv_offset        1598 drivers/block/drbd/drbd_main.c 					 bvec.bv_offset, bvec.bv_len,
bv_offset        1620 drivers/block/drbd/drbd_main.c 				      bvec.bv_offset, bvec.bv_len,
bv_offset        2035 drivers/block/drbd/drbd_receiver.c 		void *mapped = kmap(bvec.bv_page) + bvec.bv_offset;
bv_offset         329 drivers/block/drbd/drbd_worker.c 		crypto_shash_update(desc, src + bvec.bv_offset, bvec.bv_len);
bv_offset        2382 drivers/block/floppy.c 		if (page_address(bv.bv_page) + bv.bv_offset != base + size)
bv_offset        2452 drivers/block/floppy.c 		buffer = page_address(bv.bv_page) + bv.bv_offset;
bv_offset         325 drivers/block/loop.c 			bvec.bv_offset, bvec.bv_len, pos >> 9);
bv_offset         330 drivers/block/loop.c 		b.bv_offset = 0;
bv_offset         388 drivers/block/loop.c 		b.bv_offset = 0;
bv_offset         399 drivers/block/loop.c 			bvec.bv_offset, len, offset >> 9);
bv_offset        1073 drivers/block/null_blk_main.c 		err = null_transfer(nullb, bvec.bv_page, len, bvec.bv_offset,
bv_offset        1108 drivers/block/null_blk_main.c 		err = null_transfer(nullb, bvec.bv_page, len, bvec.bv_offset,
bv_offset         551 drivers/block/ps3vram.c 		char *ptr = page_address(bvec.bv_page) + bvec.bv_offset;
bv_offset        3139 drivers/block/rbd.c 		if (memchr_inv(page_address(bv.bv_page) + bv.bv_offset, 0,
bv_offset        3228 drivers/block/rbd.c 		obj_req->copyup_bvecs[i].bv_offset = 0;
bv_offset         714 drivers/block/rsxx/dma.c 			bv_off = bvec.bv_offset;
bv_offset         365 drivers/block/umem.c 				  vec.bv_offset,
bv_offset         219 drivers/block/virtio_blk.c 	req->special_vec.bv_offset = offset_in_page(range);
bv_offset         232 drivers/block/virtio_blk.c 		      req->special_vec.bv_offset);
bv_offset         600 drivers/block/zram/zram_drv.c 	if (!bio_add_page(bio, bvec->bv_page, bvec->bv_len, bvec->bv_offset)) {
bv_offset         662 drivers/block/zram/zram_drv.c 		bvec.bv_offset = 0;
bv_offset         717 drivers/block/zram/zram_drv.c 				bvec.bv_offset);
bv_offset        1228 drivers/block/zram/zram_drv.c 		bvec.bv_offset = 0;
bv_offset        1295 drivers/block/zram/zram_drv.c 		memcpy(dst + bvec->bv_offset, src + offset, bvec->bv_len);
bv_offset        1447 drivers/block/zram/zram_drv.c 		memcpy(dst + offset, src + bvec->bv_offset, bvec->bv_len);
bv_offset        1453 drivers/block/zram/zram_drv.c 		vec.bv_offset = 0;
bv_offset        1573 drivers/block/zram/zram_drv.c 			bv.bv_offset += bv.bv_len;
bv_offset        1648 drivers/block/zram/zram_drv.c 	bv.bv_offset = 0;
bv_offset         136 drivers/md/bcache/debug.c 		cache_set_err_on(memcmp(p1 + bv.bv_offset,
bv_offset         137 drivers/md/bcache/debug.c 					p2 + bv.bv_offset,
bv_offset          47 drivers/md/bcache/request.c 		void *d = kmap(bv.bv_page) + bv.bv_offset;
bv_offset         239 drivers/md/bcache/util.c 	bv->bv_offset = base ? offset_in_page(base) : 0;
bv_offset         243 drivers/md/bcache/util.c 		bv->bv_offset	= 0;
bv_offset         244 drivers/md/bcache/util.c start:		bv->bv_len	= min_t(size_t, PAGE_SIZE - bv->bv_offset,
bv_offset        1008 drivers/md/dm-crypt.c 	sg_set_page(&dmreq->sg_in[2], bv_in.bv_page, cc->sector_size, bv_in.bv_offset);
bv_offset        1014 drivers/md/dm-crypt.c 	sg_set_page(&dmreq->sg_out[2], bv_out.bv_page, cc->sector_size, bv_out.bv_offset);
bv_offset        1099 drivers/md/dm-crypt.c 	sg_set_page(sg_in, bv_in.bv_page, cc->sector_size, bv_in.bv_offset);
bv_offset        1102 drivers/md/dm-crypt.c 	sg_set_page(sg_out, bv_out.bv_page, cc->sector_size, bv_out.bv_offset);
bv_offset        1540 drivers/md/dm-integrity.c 			mem = (char *)kmap_atomic(bv.bv_page) + bv.bv_offset;
bv_offset        1570 drivers/md/dm-integrity.c 				bv.bv_offset += pos;
bv_offset        1593 drivers/md/dm-integrity.c 				tag = lowmem_page_address(biv.bv_page) + biv.bv_offset;
bv_offset        1658 drivers/md/dm-integrity.c 					bv.bv_offset, bv.bv_len, ic->sectors_per_block);
bv_offset        1736 drivers/md/dm-integrity.c 				mem_ptr = mem + bv.bv_offset;
bv_offset        1748 drivers/md/dm-integrity.c 					integrity_sector_checksum(ic, logical_sector, mem + bv.bv_offset, checksums_onstack);
bv_offset        1767 drivers/md/dm-integrity.c 					tag_addr = lowmem_page_address(biv.bv_page) + biv.bv_offset;
bv_offset        1786 drivers/md/dm-integrity.c 				memcpy(js, mem + bv.bv_offset, ic->sectors_per_block << SECTOR_SHIFT);
bv_offset        1814 drivers/md/dm-integrity.c 			bv.bv_offset += ic->sectors_per_block << SECTOR_SHIFT;
bv_offset         216 drivers/md/dm-io.c 	*offset = bvec.bv_offset;
bv_offset         770 drivers/md/dm-log-writes.c 		memcpy(dst, src + bv.bv_offset, bv.bv_len);
bv_offset         391 drivers/md/dm-verity-target.c 		sg_set_page(&sg, bv.bv_page, len, bv.bv_offset);
bv_offset         432 drivers/md/dm-verity-target.c 		r = process(v, io, page + bv.bv_offset, len);
bv_offset        1133 drivers/md/raid5.c 			bi->bi_io_vec[0].bv_offset = 0;
bv_offset        1187 drivers/md/raid5.c 			rbi->bi_io_vec[0].bv_offset = 0;
bv_offset        1265 drivers/md/raid5.c 			b_offset += bvl.bv_offset;
bv_offset          93 drivers/nvdimm/blk.c 		err = ndbr->do_io(ndbr, dev_offset, iobuf + bv.bv_offset,
bv_offset         187 drivers/nvdimm/blk.c 				bvec.bv_offset, rw, iter.bi_sector);
bv_offset        1169 drivers/nvdimm/btt.c 					mem + bv.bv_offset, cur_len,
bv_offset        1173 drivers/nvdimm/btt.c 					mem + bv.bv_offset, cur_len,
bv_offset        1467 drivers/nvdimm/btt.c 		err = btt_do_bvec(btt, bip, bvec.bv_page, len, bvec.bv_offset,
bv_offset         202 drivers/nvdimm/pmem.c 				bvec.bv_offset, bio_op(bio), iter.bi_sector);
bv_offset         661 drivers/nvme/host/core.c 	req->special_vec.bv_offset = offset_in_page(range);
bv_offset         747 drivers/nvme/host/core.c 			kfree(page_address(page) + req->special_vec.bv_offset);
bv_offset         763 drivers/nvme/host/pci.c 	unsigned int offset = bv->bv_offset & (dev->ctrl.page_size - 1);
bv_offset         806 drivers/nvme/host/pci.c 			if (bv.bv_offset + bv.bv_len <= dev->ctrl.page_size * 2)
bv_offset         184 drivers/nvme/host/tcp.c 	return req->iter.bvec->bv_offset + req->iter.iov_offset;
bv_offset          86 drivers/nvme/target/io-cmd-file.c 	bv->bv_offset = sg->offset;
bv_offset         549 drivers/s390/block/dasd_diag.c 		dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset        3210 drivers/s390/block/dasd_eckd.c 		dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset        3942 drivers/s390/block/dasd_eckd.c 		dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset        3947 drivers/s390/block/dasd_eckd.c 				memcpy(copy + bv.bv_offset, dst, bv.bv_len);
bv_offset        3949 drivers/s390/block/dasd_eckd.c 				dst = copy + bv.bv_offset;
bv_offset        4109 drivers/s390/block/dasd_eckd.c 		dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset        4452 drivers/s390/block/dasd_eckd.c 			dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset        4485 drivers/s390/block/dasd_eckd.c 			dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset        4721 drivers/s390/block/dasd_eckd.c 		dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset        4782 drivers/s390/block/dasd_eckd.c 		dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset         512 drivers/s390/block/dasd_fba.c 		dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset         517 drivers/s390/block/dasd_fba.c 				memcpy(copy + bv.bv_offset, dst, bv.bv_len);
bv_offset         519 drivers/s390/block/dasd_fba.c 				dst = copy + bv.bv_offset;
bv_offset         594 drivers/s390/block/dasd_fba.c 		dst = page_address(bv.bv_page) + bv.bv_offset;
bv_offset         897 drivers/s390/block/dcssblk.c 			page_address(bvec.bv_page) + bvec.bv_offset;
bv_offset         202 drivers/s390/block/scm_blk.c 		WARN_ON(bv.bv_offset);
bv_offset         208 drivers/s390/block/xpram.c 			kmap(bvec.bv_page) + bvec.bv_offset;
bv_offset         837 drivers/scsi/sd.c 	rq->special_vec.bv_offset = 0;
bv_offset         871 drivers/scsi/sd.c 	rq->special_vec.bv_offset = 0;
bv_offset         902 drivers/scsi/sd.c 	rq->special_vec.bv_offset = 0;
bv_offset         288 drivers/target/target_core_file.c 		bvec[i].bv_offset = sg->offset;
bv_offset         338 drivers/target/target_core_file.c 		bvec[i].bv_offset = sg->offset;
bv_offset         475 drivers/target/target_core_file.c 		bvec[i].bv_offset = cmd->t_data_sg[0].offset;
bv_offset          15 drivers/xen/biomerge.c 	return bfn1 + PFN_DOWN(vec1->bv_offset + vec1->bv_len) == bfn2;
bv_offset         163 fs/9p/vfs_addr.c 	bvec.bv_offset = 0;
bv_offset         369 fs/afs/fsclient.c 		call->bvec[0].bv_offset = req->offset;
bv_offset         302 fs/afs/rxrpc.c 		bv[i].bv_offset = offset;
bv_offset         481 fs/afs/yfsclient.c 		call->bvec[0].bv_offset = req->offset;
bv_offset        2836 fs/btrfs/check-integrity.c 				       i, cur_bytenr, bvec.bv_len, bvec.bv_offset);
bv_offset         425 fs/btrfs/compression.c 	return page_offset(last->bv_page) + last->bv_len + last->bv_offset;
bv_offset        1165 fs/btrfs/compression.c 		memcpy(kaddr + bvec.bv_offset, buf + buf_offset, bytes);
bv_offset        2663 fs/btrfs/extent_io.c 		if (bvec->bv_offset || bvec->bv_len != PAGE_SIZE) {
bv_offset        2664 fs/btrfs/extent_io.c 			if (bvec->bv_offset + bvec->bv_len != PAGE_SIZE)
bv_offset        2667 fs/btrfs/extent_io.c 					bvec->bv_offset, bvec->bv_len);
bv_offset        2671 fs/btrfs/extent_io.c 					bvec->bv_offset, bvec->bv_len);
bv_offset        2675 fs/btrfs/extent_io.c 		end = start + bvec->bv_offset + bvec->bv_len - 1;
bv_offset        2743 fs/btrfs/extent_io.c 		if (bvec->bv_offset || bvec->bv_len != PAGE_SIZE) {
bv_offset        2744 fs/btrfs/extent_io.c 			if (bvec->bv_offset + bvec->bv_len != PAGE_SIZE)
bv_offset        2747 fs/btrfs/extent_io.c 					bvec->bv_offset, bvec->bv_len);
bv_offset        2751 fs/btrfs/extent_io.c 					bvec->bv_offset, bvec->bv_len);
bv_offset        2755 fs/btrfs/extent_io.c 		end = start + bvec->bv_offset + bvec->bv_len - 1;
bv_offset         217 fs/btrfs/file-item.c 			offset = page_offset(bvec.bv_page) + bvec.bv_offset;
bv_offset         475 fs/btrfs/file-item.c 			offset = page_offset(bvec.bv_page) + bvec.bv_offset;
bv_offset         514 fs/btrfs/file-item.c 			crypto_shash_update(shash, data + bvec.bv_offset
bv_offset        8120 fs/btrfs/inode.c 		pgoff = bvec.bv_offset;
bv_offset        8183 fs/btrfs/inode.c 					     bvec->bv_offset, done->start,
bv_offset        8190 fs/btrfs/inode.c 					 bvec->bv_offset);
bv_offset        8230 fs/btrfs/inode.c 		pgoff = bvec.bv_offset;
bv_offset         108 fs/ceph/file.c 				.bv_offset = start,
bv_offset         860 fs/cifs/connect.c 		.bv_page = page, .bv_len = to_read, .bv_offset = page_offset};
bv_offset         911 fs/cifs/misc.c 			bv[npages + i].bv_offset = start;
bv_offset        3933 fs/cifs/smb2ops.c 		bvec[i].bv_offset = (i == 0) ? cur_off : 0;
bv_offset        2045 fs/cifs/smbdirect.c 		page_offset = msg->msg_iter.bvec->bv_offset;
bv_offset         406 fs/cifs/transport.c 					     &bvec.bv_offset);
bv_offset          37 fs/crypto/bio.c 							   bv->bv_offset);
bv_offset          71 fs/ext4/page-io.c 		unsigned bio_start = bvec->bv_offset;
bv_offset         180 fs/gfs2/lops.c 	while (bh_offset(bh) < bvec->bv_offset)
bv_offset         196 fs/gfs2/meta_io.c 		while (bh_offset(bh) < bvec->bv_offset)
bv_offset        3567 fs/io_uring.c  			imu->bvec[j].bv_offset = off;
bv_offset         160 fs/iomap/buffered-io.c 		iomap_set_range_uptodate(page, bvec->bv_offset, bvec->bv_len);
bv_offset          53 fs/orangefs/inode.c 	bv.bv_offset = off % PAGE_SIZE;
bv_offset         114 fs/orangefs/inode.c 			ow->bv[i].bv_offset = ow->off -
bv_offset         117 fs/orangefs/inode.c 			ow->bv[i].bv_offset = 0;
bv_offset         310 fs/orangefs/inode.c 	bv.bv_offset = 0;
bv_offset         741 fs/splice.c    			array[n].bv_offset = buf->offset;
bv_offset         545 include/linux/bio.h 	return (char *) addr + bvec->bv_offset;
bv_offset         559 include/linux/bio.h 	return page_address(bvec->bv_page) + bvec->bv_offset;
bv_offset         681 include/linux/blkdev.h 	dma_map_page_attrs(dev, (bv)->bv_page, (bv)->bv_offset, (bv)->bv_len, \
bv_offset          21 include/linux/bvec.h 	unsigned int	bv_offset;
bv_offset          56 include/linux/bvec.h 	(__bvec_iter_bvec((bvec), (iter))->bv_offset + (iter).bi_bvec_done)
bv_offset          65 include/linux/bvec.h 	.bv_offset	= mp_bvec_iter_offset((bvec), (iter)),	\
bv_offset          84 include/linux/bvec.h 	.bv_offset	= bvec_iter_offset((bvec), (iter)),	\
bv_offset         143 include/linux/bvec.h 		bv->bv_offset = 0;
bv_offset         145 include/linux/bvec.h 		bv->bv_page = bvec->bv_page + (bvec->bv_offset >> PAGE_SHIFT);
bv_offset         146 include/linux/bvec.h 		bv->bv_offset = bvec->bv_offset & ~PAGE_MASK;
bv_offset         148 include/linux/bvec.h 	bv->bv_len = min_t(unsigned int, PAGE_SIZE - bv->bv_offset,
bv_offset         165 include/linux/bvec.h 	unsigned total = bvec->bv_offset + bvec->bv_len;
bv_offset         171 include/linux/bvec.h 	if (bvec->bv_offset >= last_page * PAGE_SIZE) {
bv_offset         172 include/linux/bvec.h 		seg->bv_offset = bvec->bv_offset % PAGE_SIZE;
bv_offset         175 include/linux/bvec.h 		seg->bv_offset = 0;
bv_offset        2115 include/linux/skbuff.h 	frag->bv_offset		  = off;
bv_offset        2900 include/linux/skbuff.h 	return frag->bv_offset;
bv_offset        2910 include/linux/skbuff.h 	frag->bv_offset += delta;
bv_offset        2920 include/linux/skbuff.h 	frag->bv_offset = offset;
bv_offset        2931 include/linux/skbuff.h 	fragto->bv_offset = fragfrom->bv_offset;
bv_offset         612 lib/iov_iter.c 		memcpy_to_page(v.bv_page, v.bv_offset,
bv_offset         713 lib/iov_iter.c 		rem = memcpy_mcsafe_to_page(v.bv_page, v.bv_offset,
bv_offset         749 lib/iov_iter.c 				 v.bv_offset, v.bv_len),
bv_offset         775 lib/iov_iter.c 				 v.bv_offset, v.bv_len),
bv_offset         795 lib/iov_iter.c 				 v.bv_offset, v.bv_len),
bv_offset         829 lib/iov_iter.c 				 v.bv_offset, v.bv_len),
bv_offset         854 lib/iov_iter.c 				 v.bv_offset, v.bv_len),
bv_offset         955 lib/iov_iter.c 		memzero_page(v.bv_page, v.bv_offset, v.bv_len),
bv_offset         979 lib/iov_iter.c 				 v.bv_offset, v.bv_len),
bv_offset        1202 lib/iov_iter.c 		res |= v.bv_offset | v.bv_len,
bv_offset        1222 lib/iov_iter.c 		(res |= (!res ? 0 : (unsigned long)v.bv_offset) |
bv_offset        1305 lib/iov_iter.c 		*start = v.bv_offset;
bv_offset        1390 lib/iov_iter.c 		*start = v.bv_offset;
bv_offset        1428 lib/iov_iter.c 				      p + v.bv_offset, v.bv_len,
bv_offset        1470 lib/iov_iter.c 				      p + v.bv_offset, v.bv_len,
bv_offset        1515 lib/iov_iter.c 		sum = csum_and_memcpy(p + v.bv_offset,
bv_offset        1708 lib/iov_iter.c 		w.iov_base = kmap(v.bv_page) + v.bv_offset;
bv_offset         292 mm/page_io.c   			.bv_offset = 0
bv_offset         531 net/ceph/messenger.c 		.bv_offset = page_offset,
bv_offset         836 net/ceph/messenger.c 	*page_offset = bv.bv_offset;
bv_offset         897 net/ceph/messenger.c 	*page_offset = bv.bv_offset;
bv_offset         154 net/sunrpc/xdr.c 			buf->bvec[i].bv_offset = 0;