Searched refs:FindBlock (Results 1 - 25 of 31) sorted by last modified time

12

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp339 status_t status = inode->FindBlock(offset, blockOffset, &blockLength);
H A DInode.cpp173 Inode::FindBlock(off_t pos, off_t& physical, off_t* _length) function in class:Inode
185 ERROR("Inode::FindBlock(): Couldn't find extent_data 0x%" B_PRIx32
190 TRACE("Inode::FindBlock(%" B_PRIdINO ") key.Offset() %" B_PRId64 "\n",
199 status = fVolume->FindBlock(logical, physical);
202 TRACE("Inode::FindBlock(%" B_PRIdINO ") %" B_PRIdOFF " physical %"
243 ERROR("Inode::FindBlock(): Couldn't find extent_data 0x%" B_PRIx32
H A DBTree.cpp594 status = fVolume->FindBlock(node.Index(slot)->LogicalAddress(),
784 status_t status = fVolume->FindBlock(
823 status_t status = fVolume->FindBlock(
845 if (fVolume->FindBlock(logical, fRootBlock) != B_OK) {
H A DVolume.h72 status_t FindBlock(off_t logical, fsblock_t& physical);
73 status_t FindBlock(off_t logical, off_t& physical);
H A DInode.h65 status_t FindBlock(off_t logical, off_t& physical,
H A DVolume.cpp459 Volume::FindBlock(off_t logical, fsblock_t& physicalBlock) function in class:Volume
462 status_t status = FindBlock(logical, physical);
471 Volume::FindBlock(off_t logical, off_t& physical) function in class:Volume
477 return fChunk->FindBlock(logical, physical);
493 status = _chunk.FindBlock(logical, physical);
496 TRACE("Volume::FindBlock(): logical: %" B_PRIdOFF ", physical: %" B_PRIdOFF
533 return FindBlock(logical, physical);
H A DChunk.h25 status_t FindBlock(off_t logical, off_t& physical);
H A DChunk.cpp67 Chunk::FindBlock(off_t logical, off_t& physical) function in class:Chunk
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp393 status_t status = inode->FindBlock(offset, block, &count);
544 status_t status = inode->FindBlock(*offset, block, &count);
989 status = parent->FindBlock(0, blockNum);
H A DExtentStream.cpp51 ExtentStream::FindBlock(off_t offset, fsblock_t& block, uint32 *_count) function in class:ExtentStream
54 TRACE("FindBlock(%" B_PRIdOFF ", %" B_PRIu64 ")\n", offset, index);
57 TRACE("FindBlock: offset larger than inode size\n");
63 panic("ExtentStream::FindBlock() invalid header\n");
67 TRACE("FindBlock() depth %d\n",
74 TRACE("FindBlock() getting index %" B_PRId32 " at %" B_PRIu64 "\n",
79 panic("ExtentStream::FindBlock() invalid header\n");
81 panic("ExtentStream::FindBlock() invalid checksum\n");
122 TRACE("FindBlock() sparse block index %" B_PRIu64 " at beginning of "
132 TRACE("FindBlock() spars
[all...]
H A DDirectoryIterator.cpp67 fInitStatus = fDirectory->FindBlock(start, fPhysicalBlock);
204 status = fDirectory->FindBlock(_Offset(), fPhysicalBlock);
239 return fDirectory->FindBlock(0, fPhysicalBlock);
281 status = fDirectory->FindBlock(_Offset(), fPhysicalBlock);
312 status = fDirectory->FindBlock(fLogicalBlock * fBlockSize, fPhysicalBlock);
568 status_t status = fDirectory->FindBlock(0, firstPhysicalBlock);
578 status = fDirectory->FindBlock(fBlockSize, fPhysicalBlock);
750 status = fDirectory->FindBlock(fLogicalBlock * fBlockSize,
769 status = fDirectory->FindBlock(fDirectory->Size() - 1, fPhysicalBlock);
H A DInode.cpp227 Inode::FindBlock(off_t offset, fsblock_t& block, uint32 *_count) function in class:Inode
231 return stream.FindBlock(offset, block, _count);
234 return stream.FindBlock(offset, block, _count);
409 status = stream.FindBlock(0, blockNum);
412 status = stream.FindBlock(0, blockNum);
H A DInode.h88 status_t FindBlock(off_t offset, fsblock_t& block,
H A DInodeJournal.cpp89 return fInode->FindBlock(logical * fBlockSize, physical);
H A DHTreeEntryIterator.cpp40 fInitStatus = fDirectory->FindBlock(offset, fBlockNum);
204 status_t status = fDirectory->FindBlock(start->Block() * fBlockSize,
248 status = fDirectory->FindBlock(logicalBlock * fBlockSize, fBlockNum);
338 status_t status = fDirectory->FindBlock(newBlocksPos, physicalBlock);
H A DHTree.cpp88 status_t status = fDirectory->FindBlock(0, blockNum);
116 status_t status = fDirectory->FindBlock(0, blockNum);
H A DExtentStream.h27 status_t FindBlock(off_t offset, fsblock_t& block,
H A DDataStream.cpp56 DataStream::FindBlock(off_t offset, fsblock_t& block, uint32 *_count) function in class:DataStream
61 TRACE("FindBlock: offset larger than inode size\n");
173 TRACE("FindBlock(offset %" B_PRIdOFF "): %" B_PRIu64" %" B_PRIu32 "\n", offset,
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h121 off_t FindBlock(off_t block_number, off_t block_offset);
H A DInode.cpp117 pos = FindBlock(startBlockNumber, blockOffset);
128 pos = FindBlock(startBlockNumber, blockOffset);
137 Inode::FindBlock(off_t blockNumber, off_t blockOffset) function in class:Inode
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp212 Stream::FindBlock(off_t pos, off_t &block, off_t &offset) function in class:Stream
262 if (FindBlock(pos, num, offset) < B_OK) {
298 if (FindBlock(pos, num, offset) < B_OK) {
336 if (FindBlock(pos, num, offset) < B_OK) {
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp347 status_t status = inode->FindBlock(offset, blockOffset, &blockLength);
H A DInode.cpp166 Inode::FindBlock(off_t pos, off_t& physical, off_t *_length) function in class:Inode
169 return stream.FindBlock(pos, physical, _length);
H A DDataStream.cpp42 DataStream::FindBlock(off_t pos, off_t& physical, off_t *_length) function in class:DataStream
45 TRACE("FindBlock: offset larger than size\n");
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp225 Icb::FindBlock(uint32 logicalBlock, off_t &block, bool &recorded) function in class:Icb
243 TRACE(("Icb::FindBlock: descriptor type -> short\n"));
248 TRACE_ERROR(("Icb::FindBlock: error finding extent for offset "
257 TRACE(("Icb::FindBlock: descriptor type -> long\n"));
261 TRACE_ERROR(("Icb::FindBlock: error finding extent for offset "
270 TRACE(("Icb::FindBlock: descriptor type -> extended\n"));
279 TRACE(("Icb::FindBlock: descriptor type: embedded\n"));
285 TRACE(("Icb::FindBlock: invalid icb descriptor flags! (flags = %d)\n",
294 TRACE(("Icb::FindBlock: block %" B_PRIdOFF "\n", block));

Completed in 165 milliseconds

12