Searched refs:copy_start (Results 1 – 2 of 2) sorted by relevance
1122 u32 copy_start; in btrfs_decompress_buf2page() local1137 copy_start = max(cur_offset, bvec_offset); in btrfs_decompress_buf2page()1139 decompressed + buf_len) - copy_start; in btrfs_decompress_buf2page()1146 ASSERT(copy_start - decompressed < buf_len); in btrfs_decompress_buf2page()1148 buf + copy_start - decompressed, copy_len); in btrfs_decompress_buf2page()
5921 void *copy_start = NULL, *copy_end = NULL; in adjust_prog_btf_ext_info() local5942 if (!copy_start) in adjust_prog_btf_ext_info()5943 copy_start = rec; in adjust_prog_btf_ext_info()5947 if (!copy_start) in adjust_prog_btf_ext_info()5954 new_sz = old_sz + (copy_end - copy_start); in adjust_prog_btf_ext_info()5960 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start); in adjust_prog_btf_ext_info()11504 void *copy_start = ehdr;11505 size_t len_first = base + mmap_size - copy_start;11519 memcpy(*copy_mem, copy_start, len_first);
Completed in 29 milliseconds