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

/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp241 off_t runBlockEnd = data.MaxDirectRange(); local
256 runBlockEnd
258 if (runBlockEnd > pos) {
260 offset = runBlockEnd
273 off_t runBlockEnd = 0LL; local
280 runBlockEnd += (uint32)data.direct[current].Length() << fVolume.BlockShift();
281 if (runBlockEnd > pos) {
283 offset = runBlockEnd - ((uint32)run.Length() << fVolume.BlockShift());
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1520 off_t runBlockEnd = data->MaxDirectRange(); local
1536 runBlockEnd += (uint32)indirect[current].Length()
1538 if (runBlockEnd > pos) {
1540 offset = runBlockEnd - ((uint32)run.Length()
1551 off_t runBlockEnd = 0LL; local
1558 runBlockEnd += (uint32)data->direct[current].Length()
1560 if (runBlockEnd > pos) {
1562 offset = runBlockEnd

Completed in 52 milliseconds