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

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.h35 xfs_fsblock_t _LogicalToFileSystemBlock(uint32 LogicalBlock);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.cpp71 && stream->extent_index[i].LogicalBlock() <= index) {
94 if (stream->extent_entries[middle].LogicalBlock() > index)
104 if (stream->extent_entries[i].LogicalBlock() > index) {
120 : stream->extent_entries[0].LogicalBlock() - index;
129 fileblock_t diff = index - extent.LogicalBlock();
133 "\n", index, extent.LogicalBlock());
138 : stream->extent_entries[extentIndex].LogicalBlock() - index;
423 if (last.LogicalBlock() + last.Length() < targetBlocks) {
507 if (entry.LogicalBlock() < block) {
509 "\n", i, block, entry.LogicalBlock());
[all...]
H A Dext2.h396 uint32 LogicalBlock() const function in struct:ext2_extent_index
412 uint32 LogicalBlock() const function in struct:ext2_extent_entry

Completed in 78 milliseconds