Lines Matching refs:off
648 size_t off = 0; in csum_and_copy_from_iter() local
662 sum = csum_block_add(sum, next, off); in csum_and_copy_from_iter()
663 off += v.iov_len; in csum_and_copy_from_iter()
672 sum = csum_block_add(sum, next, off); in csum_and_copy_from_iter()
673 off += v.bv_len; in csum_and_copy_from_iter()
678 sum = csum_block_add(sum, next, off); in csum_and_copy_from_iter()
679 off += v.iov_len; in csum_and_copy_from_iter()
692 size_t off = 0; in csum_and_copy_to_iter() local
706 sum = csum_block_add(sum, next, off); in csum_and_copy_to_iter()
707 off += v.iov_len; in csum_and_copy_to_iter()
716 sum = csum_block_add(sum, next, off); in csum_and_copy_to_iter()
717 off += v.bv_len; in csum_and_copy_to_iter()
722 sum = csum_block_add(sum, next, off); in csum_and_copy_to_iter()
723 off += v.iov_len; in csum_and_copy_to_iter()