Searched refs:copy_start (Results 1 – 2 of 2) sorted by relevance
1304 u32 copy_start; in btrfs_decompress_buf2page() local1319 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page()1321 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page()1328 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page()1330 buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
5893 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local5914 if (!copy_start) in adjust_prog_btf_ext_info()5915 copy_start = rec; in adjust_prog_btf_ext_info()5919 if (!copy_start) in adjust_prog_btf_ext_info()5926 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()5932 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()11467 void *copy_start = ehdr;11468 size_t len_first = base + mmap_size - copy_start;11482 memcpy(*copy_mem, copy_start, len_first);