Searched refs:from_offs (Results 1 – 1 of 1) sorted by relevance
1230 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument1243 if (lseek(from, from_offs, SEEK_SET) != from_offs) in copy_bytes()