Searched refs:toffset (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | copy.c | 187 off_t toffset; in copy_bytes_full() local 189 toffset = lseek(fdt, 0, SEEK_CUR); in copy_bytes_full() 190 if (toffset >= 0) { in copy_bytes_full() 192 if (foffset == 0 && toffset == 0 && max_bytes == UINT64_MAX) in copy_bytes_full() 195 …r = btrfs_clone_range(fdf, foffset, fdt, toffset, max_bytes == UINT64_MAX ? 0 : max_bytes); /* par… in copy_bytes_full() 212 t = lseek(fdt, toffset + (t - foffset), SEEK_SET); in copy_bytes_full() 222 t = lseek(fdt, toffset + max_bytes, SEEK_SET); in copy_bytes_full()
|