Home
last modified time | relevance | path

Searched refs:FindBlock (Results 1 – 25 of 31) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/udf/
H A DMetadataPartition.cpp61 status_t status = fMetadataIcb->FindBlock(logicalBlock, block, isRecorded); in MapBlock()
65 status = fMetadataMirrorIcb->FindBlock(logicalBlock, block, isRecorded); in MapBlock()
H A DIcb.h108 status_t FindBlock(uint32 logicalBlock, off_t &block,
/haiku/src/add-ons/kernel/file_systems/btrfs/
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 DVolume.cpp459 Volume::FindBlock(off_t logical, fsblock_t& physicalBlock) in FindBlock() function in Volume
462 status_t status = FindBlock(logical, physical); in FindBlock()
471 Volume::FindBlock(off_t logical, off_t& physical) in FindBlock() function in Volume
477 return fChunk->FindBlock(logical, physical); in FindBlock()
493 status = _chunk.FindBlock(logical, physical); in FindBlock()
533 return FindBlock(logical, physical); in GetNewBlock()
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) in FindBlock() function in Chunk
H A DInode.h65 status_t FindBlock(off_t logical, off_t& physical,
H A DBTree.cpp594 status = fVolume->FindBlock(node.Index(slot)->LogicalAddress(), in Traverse()
784 status_t status = fVolume->FindBlock( in PreviousLeaf()
823 status_t status = fVolume->FindBlock( in NextLeaf()
845 if (fVolume->FindBlock(logical, fRootBlock) != B_OK) { in SetRoot()
H A DInode.cpp173 Inode::FindBlock(off_t pos, off_t& physical, off_t* _length) in FindBlock() function in Inode
199 status = fVolume->FindBlock(logical, physical); in FindBlock()
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.h26 status_t FindBlock(off_t pos, off_t& physical,
H A DInode.cpp166 Inode::FindBlock(off_t pos, off_t& physical, off_t *_length) in FindBlock() function in Inode
169 return stream.FindBlock(pos, physical, _length); in FindBlock()
H A DDataStream.cpp42 DataStream::FindBlock(off_t pos, off_t& physical, off_t *_length) in FindBlock() function in DataStream
H A DInode.h80 status_t FindBlock(off_t logical, off_t& physical,
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.cpp117 pos = FindBlock(startBlockNumber, blockOffset); in ReadAt()
128 pos = FindBlock(startBlockNumber, blockOffset); in ReadAt()
137 Inode::FindBlock(off_t blockNumber, off_t blockOffset) in FindBlock() function in Inode
H A DInode.h121 off_t FindBlock(off_t block_number, off_t block_offset);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp67 fInitStatus = fDirectory->FindBlock(start, fPhysicalBlock); in DirectoryIterator()
204 status = fDirectory->FindBlock(_Offset(), fPhysicalBlock); in Next()
239 return fDirectory->FindBlock(0, fPhysicalBlock); in Rewind()
281 status = fDirectory->FindBlock(_Offset(), fPhysicalBlock); in AddEntry()
312 status = fDirectory->FindBlock(fLogicalBlock * fBlockSize, fPhysicalBlock); in AddEntry()
568 status_t status = fDirectory->FindBlock(0, firstPhysicalBlock); in _SplitIndexedBlock()
578 status = fDirectory->FindBlock(fBlockSize, fPhysicalBlock); in _SplitIndexedBlock()
750 status = fDirectory->FindBlock(fLogicalBlock * fBlockSize, in _SplitIndexedBlock()
769 status = fDirectory->FindBlock(fDirectory->Size() - 1, fPhysicalBlock); in _SplitIndexedBlock()
H A DExtentStream.h27 status_t FindBlock(off_t offset, fsblock_t& block,
H A DHTreeEntryIterator.cpp40 fInitStatus = fDirectory->FindBlock(offset, fBlockNum); in HTreeEntryIterator()
204 status_t status = fDirectory->FindBlock(start->Block() * fBlockSize, in Lookup()
248 status = fDirectory->FindBlock(logicalBlock * fBlockSize, fBlockNum); in GetNext()
338 status_t status = fDirectory->FindBlock(newBlocksPos, physicalBlock); in InsertEntry()
H A DInodeJournal.cpp89 return fInode->FindBlock(logical * fBlockSize, physical); in MapBlock()
H A DDataStream.h26 status_t FindBlock(off_t offset, fsblock_t& block,
H A DInode.cpp227 Inode::FindBlock(off_t offset, fsblock_t& block, uint32 *_count) in FindBlock() function in Inode
231 return stream.FindBlock(offset, block, _count); in FindBlock()
234 return stream.FindBlock(offset, block, _count); in FindBlock()
409 status = stream.FindBlock(0, blockNum); in InitDirectory()
412 status = stream.FindBlock(0, blockNum); in InitDirectory()
H A DHTree.cpp88 status_t status = fDirectory->FindBlock(0, blockNum); in PrepareForHash()
116 status_t status = fDirectory->FindBlock(0, blockNum); in Lookup()
H A DInode.h88 status_t FindBlock(off_t offset, fsblock_t& block,
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp212 Stream::FindBlock(off_t pos, off_t &block, off_t &offset) in FindBlock() function in Stream
262 if (FindBlock(pos, num, offset) < B_OK) { in ReadAt()
298 if (FindBlock(pos, num, offset) < B_OK) { in ReadAt()
336 if (FindBlock(pos, num, offset) < B_OK) { in ReadAt()
H A DStream.h49 status_t FindBlock(off_t pos, off_t &block, off_t &offset);

12