Searched refs:farthest_seek (Results 1 – 1 of 1) sorted by relevance
155 off_t farthest_seek = fd->LSeek(0, SEEK_END); in SparseFileSizes() local156 LOG(VERBOSE) << "Farthest seek: " << farthest_seek; in SparseFileSizes()157 if (farthest_seek == -1) { in SparseFileSizes()163 while (offset < farthest_seek) { in SparseFileSizes()177 if (offset >= farthest_seek) { in SparseFileSizes()193 return (FileSizes) { .sparse_size = farthest_seek, .disk_size = data_bytes }; in SparseFileSizes()