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