Searched refs:mapEnd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/cache/
H A Dfile_map.cpp356 off_t mapEnd = 0; local
358 mapEnd = lastExtent->offset + lastExtent->disk.length;
362 if (fCacheAll && mapEnd < end)
369 while (status == B_OK && mapEnd < end) {
372 status = vfs_get_file_map(Vnode(), mapEnd, ~0UL, vecs, &vecCount);
374 status = _Add(vecs, vecCount, mapEnd);

Completed in 77 milliseconds