Searched refs:FindBlock (Results 26 - 31 of 31) sorted by relevance

12

/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));
/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 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,
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...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp347 status_t status = inode->FindBlock(offset, blockOffset, &blockLength);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp339 status_t status = inode->FindBlock(offset, blockOffset, &blockLength);

Completed in 67 milliseconds

12