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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp75 i - 1, stream->extent_index[i - 1].PhysicalBlock());
77 stream->extent_index[i - 1].PhysicalBlock());
143 block = extent.PhysicalBlock() + diff;
193 lastIndex, stream->extent_index[lastIndex].PhysicalBlock());
194 path[++level] = stream->extent_index[lastIndex].PhysicalBlock();
205 last.PhysicalBlock() + last.Length(), fAllocatedPos);
206 if (last.PhysicalBlock() + last.Length() == fAllocatedPos
243 fsblock_t newBlock = fStream->extent_index[0].PhysicalBlock();
328 newBlock = fStream->extent_index[0].PhysicalBlock();
409 lastIndex, stream->extent_index[lastIndex].PhysicalBlock());
[all...]
H A Dext2.h398 uint64 PhysicalBlock() const { return B_LENDIAN_TO_HOST_INT32(physical_block) function in struct:ext2_extent_index
416 uint64 PhysicalBlock() const { return B_LENDIAN_TO_HOST_INT32(physical_block) function in struct:ext2_extent_entry

Completed in 86 milliseconds