Searched refs:foffset (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | copy.c | 183 off_t foffset; in copy_bytes_full() local 185 foffset = lseek(fdf, 0, SEEK_CUR); in copy_bytes_full() 186 if (foffset >= 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() 207 if (t < foffset) in copy_bytes_full() 212 t = lseek(fdt, toffset + (t - foffset), SEEK_SET); in copy_bytes_full() 218 t = lseek(fdf, foffset + max_bytes, SEEK_SET); in copy_bytes_full()
|