/haiku/src/bin/bfs_tools/lib/ |
H A D | dump.cpp | 60 Print(" num_blocks = %" B_PRIdOFF "\n", superBlock->num_blocks); in dump_super_block() 61 Print(" used_blocks = %" B_PRIdOFF "\n", superBlock->used_blocks); in dump_super_block() 72 Print(" log_start = %" B_PRIdOFF "\n", superBlock->log_start); in dump_super_block() 73 Print(" log_end = %" B_PRIdOFF "\n", superBlock->log_end); in dump_super_block() 95 snprintf(buffer, sizeof(buffer), " %16" B_PRIdOFF, offset); in dump_data_stream() 104 Print(" max_direct_range = %" B_PRIdOFF "\n", in dump_data_stream() 110 Print(" max_indirect_range = %" B_PRIdOFF "\n", in dump_data_stream() 118 Print(" max_double_indirect_range = %" B_PRIdOFF "\n", in dump_data_stream() 120 Print(" size = %" B_PRIdOFF "\n", stream->size); in dump_data_stream() 202 printf(" root_node_pointer = %" B_PRIdOFF "\n", in dump_bplustree_header() [all …]
|
H A D | Disk.cpp | 157 fprintf(stderr,"Disk: Invalid file size (%" B_PRIdOFF " bytes)!\n", in Disk() 251 printf("Disk size %" B_PRIdOFF " bytes, %.2f GB\n", fSize, 1.0 * fSize in ScanForSuperBlock() 264 printf("Scanning Disk from %" B_PRIdOFF " to %" B_PRIdOFF "\n", start, in ScanForSuperBlock() 270 printf(" %12" B_PRIdOFF ", %.2f GB %s1A\n", offset, in ScanForSuperBlock() 290 B_PRIdOFF "\n", superBlocks.CountItems() + 1, offset); in ScanForSuperBlock() 318 printf("%" B_PRId32 ") %s, offset %" B_PRIdOFF ", size %g GB (%svalid)" in ScanForSuperBlock() 467 "(%" B_PRIdOFF " blocks before indices)!\n", LogSize()); in RecreateSuperBlock() 509 fprintf(stderr, "could not read from device (offset = %" B_PRIdOFF in DetermineBlockSize() 568 fprintf(stderr,"could not read from device (offset = %" B_PRIdOFF in GetNextSpecialInode() 594 printf("\t special inode found at %" B_PRIdOFF "\n", offset); in GetNextSpecialInode()
|
/haiku/src/add-ons/kernel/file_systems/ext2/ |
H A D | DataStream.cpp | 173 TRACE("FindBlock(offset %" B_PRIdOFF "): %" B_PRIu64" %" B_PRIu32 "\n", offset, in FindBlock() 182 TRACE("DataStream::Enlarge(): current size: %" B_PRIdOFF ", target size: %" in Enlarge() 183 B_PRIdOFF "\n", fNumBlocks, numBlocks); in Enlarge() 199 TRACE("DataStream::Enlarge(): current size: %" B_PRIdOFF in Enlarge() 200 ", target size: %" B_PRIdOFF "\n", fNumBlocks, targetBlocks); in Enlarge() 206 TRACE("DataStream::Enlarge(): indirect current size: %" B_PRIdOFF in Enlarge() 207 ", target size: %" B_PRIdOFF "\n", fNumBlocks, targetBlocks); in Enlarge() 217 TRACE("DataStream::Enlarge(): current size: %" B_PRIdOFF in Enlarge() 218 ", target size: %" B_PRIdOFF "\n", fNumBlocks, targetBlocks); in Enlarge() 224 TRACE("DataStream::Enlarge(): indirect2 current size: %" B_PRIdOFF in Enlarge() [all …]
|
H A D | Inode.cpp | 143 B_PRIdOFF ", data: %p, index: %" B_PRIu32 ", inode size: %" B_PRIu32 in WriteBack() 174 TRACE("inode %" B_PRIdINO " at block %" B_PRIdOFF "\n", fID, blockNum); in UpdateNodeFromDisk() 201 ERROR("Inode::UpdateNodeFromDisk(%" B_PRIdOFF "): " in UpdateNodeFromDisk() 249 TRACE("Inode::WriteAt(%" B_PRIdOFF ", %p, *(%p) = %" B_PRIuSIZE ")\n", pos, in WriteAt() 282 TRACE("Inode::WriteAt(): Old size: %" B_PRIdOFF ":%" B_PRIdOFF in WriteAt() 283 ", new size: %" B_PRIdOFF ":%" B_PRIdOFF "\n", in WriteAt() 313 TRACE("Inode::WriteAt(): Performing write: %p, %" B_PRIdOFF ", %p, %" in WriteAt() 329 TRACE("Inode::FileGapWithZeros(%" B_PRIdOFF " - %" B_PRIdOFF ")\n", start, in FillGapWithZeros() 341 "%" B_PRIdOFF ", NULL, &(%" B_PRIuSIZE ") = %p)\n", fCache, start, in FillGapWithZeros() 358 TRACE("Inode::Resize() ID:%" B_PRIdINO " size: %" B_PRIdOFF "\n", ID(), in Resize() [all …]
|
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | Debug.cpp | 55 kprintf(" num_blocks = %" B_PRIdOFF "\n", superBlock->NumBlocks()); in dump_super_block() 56 kprintf(" used_blocks = %" B_PRIdOFF "\n", superBlock->UsedBlocks()); in dump_super_block() 70 kprintf(" log_start = %" B_PRIdOFF "\n", superBlock->LogStart()); in dump_super_block() 71 kprintf(" log_end = %" B_PRIdOFF "\n", superBlock->LogEnd()); in dump_super_block() 90 kprintf(" max_direct_range = %" B_PRIdOFF "\n", in dump_data_stream() 96 kprintf(" max_indirect_range = %" B_PRIdOFF "\n", in dump_data_stream() 104 kprintf(" max_double_indirect_range = %" B_PRIdOFF "\n", in dump_data_stream() 106 kprintf(" size = %" B_PRIdOFF "\n", stream->Size()); in dump_data_stream() 155 kprintf(" root_node_pointer = %" B_PRIdOFF "\n", header->RootNode()); in dump_bplustree_header() 156 kprintf(" free_node_pointer = %" B_PRIdOFF "\n", header->FreeNode()); in dump_bplustree_header() [all …]
|
H A D | BPlusTree.cpp | 319 FATAL(("invalid node [%p] read from offset %" B_PRIdOFF " (block %" in SetTo() 320 B_PRIdOFF "), inode at %" B_PRIdINO "\n", fNode, offset, in SetTo() 353 FATAL(("invalid node [%p] read from offset %" B_PRIdOFF " (block %" in SetToWritable() 354 B_PRIdOFF "), inode at %" B_PRIdINO "\n", fNode, offset, in SetToWritable() 711 dprintf("B+tree header size %" B_PRIdOFF " doesn't fit file size %" in SetTo() 712 B_PRIdOFF "!\n", fHeader.MaximumSize(), stream->Size()); in SetTo() 782 dprintf("inode %" B_PRIdOFF ": free node at %" B_PRIdOFF " could " in Validate() 790 dprintf("inode %" B_PRIdOFF ": free node at %" B_PRIdOFF in Validate() 801 dprintf("inode %" B_PRIdOFF ": free node at %" B_PRIdOFF in Validate() 823 dprintf("inode %" B_PRIdOFF ": found %" B_PRIu32 " max levels, " in Validate() [all …]
|
H A D | CheckVisitor.cpp | 255 FATAL(("inode at %" B_PRIdOFF " is of wrong type: %o (parent " in VisitDirectoryEntry() 256 "%o at %" B_PRIdOFF ")!\n", inode->BlockNumber(), in VisitDirectoryEntry() 339 FATAL(("Could not open inode at %" B_PRIdOFF ": %s\n", id, in OpenInodeFailed() 371 FATAL(("Could not open b+tree from inode at %" B_PRIdOFF "\n", in OpenBPlusTreeFailed() 641 ": blocks %" B_PRIdOFF " - %" B_PRIdOFF " are not allocated!\n", in _CheckAllocated() 662 FATAL(("%s: block_run(%d, %u, %u): blocks %" B_PRIdOFF in _CheckAllocated() 663 " - %" B_PRIdOFF " are already set!\n", type, in _CheckAllocated() 687 FATAL(("check: Could not open index at %" B_PRIdOFF "\n", in _PrepareIndices()
|
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | Recognition.cpp | 57 TRACE(("udf_recognize: device: = %d, offset = %" B_PRIdOFF ", length = %" in udf_recognize() 58 B_PRIdOFF ", blockSize = %" B_PRIu32 "\n", device, offset, length, in udf_recognize() 111 B_PRIdOFF ", blockSize = %" B_PRIu32 ", blockShift = %" B_PRIu32 "\n", in walk_volume_recognition_sequence() 130 "address = %" B_PRIdOFF ", ", block, address)); in walk_volume_recognition_sequence() 159 TRACE(("read_pos(pos:%" B_PRIdOFF ", len:%" B_PRIu32 ") " in walk_volume_recognition_sequence() 197 PRINT(("block %" B_PRIdOFF ": read_pos(pos:%" B_PRIdOFF ", " in walk_anchor_volume_descriptor_sequences() 206 PRINT(("block %" B_PRIdOFF ": invalid anchor\n", block)); in walk_anchor_volume_descriptor_sequences() 208 PRINT(("block %" B_PRIdOFF ": valid anchor\n", block)); in walk_anchor_volume_descriptor_sequences() 212 PRINT(("block %" B_PRIdOFF ": anchor:\n", block)); in walk_anchor_volume_descriptor_sequences() 228 PRINT(("block %" B_PRIdOFF ": found valid vds\n", in walk_anchor_volume_descriptor_sequences() [all …]
|
H A D | Icb.cpp | 26 ", id = %p, position = %" B_PRIdOFF ", parent length = %" B_PRIu64 in GetNextEntry() 233 DEBUG_INIT_ETC("Icb", ("pos: %" B_PRIdOFF, pos)); in FindBlock() 249 "%" B_PRIdOFF ". status = 0x%" B_PRIx32 " `%s'\n", pos, status, in FindBlock() 262 "%" B_PRIdOFF ". status = 0x%" B_PRIx32 " `%s'\n", pos, in FindBlock() 294 TRACE(("Icb::FindBlock: block %" B_PRIdOFF "\n", block)); in FindBlock() 303 TRACE(("Icb::Read: pos = %" B_PRIdOFF ", buffer = %p, length = (%p)->%ld\n", in Read() 306 DEBUG_INIT_ETC("Icb", ("pos: %" B_PRIdOFF " , length: %ld", pos, *length)); in Read() 369 TRACE(("Icb::_Read(): list = %p, pos = %" B_PRIdOFF ", buffer = %p, " in _Read() 383 TRACE(("Icb::_Read(): pos: %" B_PRIdOFF ", bytesLeft: %ld\n", pos, in _Read() 390 B_PRIdOFF ". status = 0x%" B_PRIx32 " `%s'\n", pos, status, in _Read() [all …]
|
H A D | Volume.cpp | 51 TRACE(("Volume::Mount: deviceName = `%s', offset = %" B_PRIdOFF ", length " in Mount() 52 "= %" B_PRIdOFF ", blockSize: %" B_PRIu32 ", flags: %" B_PRIu32 "\n", in Mount() 245 TRACE(("Volume::Mount: device = %d, offset = %" B_PRIdOFF ", length = %" in Mount() 246 B_PRIdOFF ", blockSize = %" B_PRIu32 ", blockShift = %" B_PRIu32 "\n", in Mount() 269 TRACE_ERROR(("read_pos(pos:%" B_PRIdOFF ", len:%" B_PRIu32 in Mount()
|
/haiku/src/kits/network/libnetservices/ |
H A D | UrlSynchronousRequest.cpp | 95 PRINT(("SynchronousRequest::DownloadProgress(%" B_PRIdOFF ", %" B_PRIdOFF in DownloadProgress() 104 PRINT(("SynchronousRequest::UploadProgress(%" B_PRIdOFF ", %" B_PRIdOFF in UploadProgress()
|
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/ |
H A D | cache.cpp | 120 TRACE(("block_cache_get(block = %" B_PRIdOFF ")\n", blockNumber)); in block_cache_get() 128 TRACE(("block_cache_make_writable(block = %" B_PRIdOFF ", transaction = %" in block_cache_make_writable() 139 TRACE(("block_cache_get_writable(block = %" B_PRIdOFF in block_cache_get_writable() 150 TRACE(("block_cache_set_dirty(block = %" B_PRIdOFF in block_cache_set_dirty() 164 TRACE(("block_cache_put(block = %" B_PRIdOFF ")\n", blockNumber)); in block_cache_put()
|
/haiku/src/bin/ |
H A D | df.cpp | 128 printf("\n I/O Size: %10s (%" B_PRIdOFF " byte)\n", in PrintVerbose() 130 printf(" Block Size: %10s (%" B_PRIdOFF " byte)\n", in PrintVerbose() 132 printf(" Total Blocks: %10s (%" B_PRIdOFF " blocks)\n", in PrintVerbose() 134 printf(" Free Blocks: %10s (%" B_PRIdOFF " blocks)\n", in PrintVerbose() 136 printf(" Total Nodes: %" B_PRIdOFF "\n", info.total_nodes); in PrintVerbose() 137 printf(" Free Nodes: %" B_PRIdOFF "\n", info.free_nodes); in PrintVerbose()
|
/haiku/src/add-ons/kernel/partitioning_systems/sun/ |
H A D | sun.cpp | 146 TRACE(("%" B_PRIdOFF " heads, %" B_PRIdOFF " sectors, cylindersize %" in sun_scan_partition() 147 B_PRIdOFF "\n", headCount, sectorsPerTrack, cylinderSize)); in sun_scan_partition() 160 TRACE(("Part %d type %d start %" B_PRIdOFF " size %" B_PRIdOFF "\n", i, in sun_scan_partition()
|
/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | Settings.cpp | 78 PRINT(("Settings::SetTo(%" B_PRIdOFF ", %" B_PRIdOFF ")\n", volumeOffset, in SetTo() 91 PRINT(("Settings::SetTo(%" B_PRIdOFF ", %" B_PRIdOFF ") done: B_OK\n", in SetTo() 230 PRINT(("Settings::_FindVolumeParameter(%" B_PRIdOFF ", %" B_PRIdOFF ")\n", in _FindVolumeParameter()
|
/haiku/src/bin/bfs_tools/ |
H A D | recover.cpp | 60 B_PRIdOFF ": %s\n", inode->Offset(), strerror(status)); in Acquire() 247 printf(" node: %" B_PRIdOFF " \"%s\"\n", position, in collectInodes() 273 printf(" block %" B_PRIdOFF " (%" B_PRIdOFF "%%), %" B_PRIdOFF in collectInodes() 279 printf("\n%" B_PRIdOFF " inodes found.\n", count); in collectInodes() 281 printf("\n%20" B_PRIdOFF " directories found (total of %" B_PRIdOFF in collectInodes() 282 " bytes)\n%20" B_PRIdOFF " files found (total of %" B_PRIdOFF in collectInodes() 283 " bytes)\n%20" B_PRIdOFF " symlinks found\n" in collectInodes() 285 "%20" B_PRIdOFF " inodes total found.\n", in collectInodes() 297 printf("\nsearching from %" B_PRIdOFF " to %" B_PRIdOFF " (log area)\n", in collectLogInodes() 312 printf("\nsearching from %" B_PRIdOFF " to %" B_PRIdOFF " (main area)\n", in collectRealInodes() [all …]
|
H A D | bfsinfo.cpp | 92 snprintf(buffer, sizeof(buffer), " %16" B_PRIdOFF, offset); in dump_indirect_stream() 153 snprintf(buffer, sizeof(buffer), " %16" B_PRIdOFF, offset); in dump_double_indirect_stream() 301 printf(" Number of Blocks:%*" B_PRIdOFF "\t%*s\n", 17, disk.NumBlocks(), in main() 306 printf(" Used Blocks:%*" B_PRIdOFF "\t%*s\n", 22, in main() 311 printf(" Free Blocks:%*" B_PRIdOFF "\t%*s\n", 22, in main() 381 printf("Inode at block %" B_PRIdOFF ":\n------------------------------" in main() 391 printf("B+Tree at block %" B_PRIdOFF ":\n-----------------------------" in main() 419 printf("Validating B+Tree at block %" B_PRIdOFF ":\n------------------" in main() 434 printf("Hexdump from inode at block %" B_PRIdOFF ":\n-----------------" in main()
|
/haiku/src/system/kernel/device_manager/ |
H A D | IOCache.cpp | 130 TRACE("%p->IOCache::SetDeviceCapacity(%" B_PRIdOFF ")\n", this, in SetDeviceCapacity() 231 TRACE("%p->IOCache::ScheduleRequest(%p): offset: %" B_PRIdOFF in _DoRequest() 271 TRACE("%p->IOCache::_TransferRequestLine(%p, %" B_PRIdOFF in _TransferRequestLine() 272 ", %" B_PRIdOFF ", %" B_PRIuSIZE ")\n", this, request, lineOffset, in _TransferRequestLine() 386 "cache (offset: %" B_PRIdOFF ", length: %" B_PRIuSIZE "), " in _TransferRequestLine() 387 "trying uncached read (offset: %" B_PRIdOFF ", length: %" in _TransferRequestLine() 437 TRACE("%p->IOCache::_TransferRequestLineUncached(%p, %" B_PRIdOFF in _TransferRequestLineUncached() 438 ", %" B_PRIdOFF ", %" B_PRIuSIZE ")\n", this, request, lineOffset, in _TransferRequestLineUncached() 447 "beyond current cache line (%" B_PRIdOFF " vs. %" B_PRIdOFF ")\n", in _TransferRequestLineUncached() 480 "%" B_PRIdOFF " failed: %s\n", this, operation.Offset(), in _TransferRequestLineUncached() [all …]
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | fs_cache.c | 102 printf("R: %8" B_PRIdOFF " : %3d\n", bnum, num_blocks); in beos_read_phys_blocks() 139 printf("W: %8" B_PRIdOFF " : %3d\n", bnum, num_blocks); in beos_write_phys_blocks() 308 printf("entry %d:%" B_PRIdOFF " already in the hash table!\n", in hash_insert() 365 B_PRIdOFF "\n", dev, bnum); in hash_delete() 524 kprintf("ce %p dev %2d bnum %6" B_PRIdOFF " lock %d flag %d arg %p " in real_dump_cache_list() 895 if (chatty_io > 2) printf("flush: %7" B_PRIdOFF "\n", ce->block_num); in flush_cache_ent() 968 printf("writev @ %" B_PRIdOFF " for %d blocks\n", in flush_ents() 977 "iocnt %d start bnum %" B_PRIdOFF " bsize %d, ret %d\n", in flush_ents() 984 printf("error %s writing blocks %" B_PRIdOFF ":%d (%d != %d)\n", in flush_ents() 1053 "block %" B_PRIdOFF ", lock == %d (arg %p)!\n", in delete_cache_list() [all …]
|
/haiku/src/add-ons/kernel/partitioning_systems/session/ |
H A D | session.cpp | 42 DEBUG_INIT_ETC(NULL, ("fd: %d, id: %" B_PRId32 ", offset: %" B_PRIdOFF ", " in identify_partition() 43 "size: %" B_PRIdOFF ", block_size: %" B_PRId32 ", flags: 0x%" B_PRIx32, in identify_partition() 74 "size: %" B_PRIdOFF ", block_size: %" B_PRId32 ", cookie: %p", fd, in scan_partition()
|
/haiku/src/add-ons/kernel/file_systems/fat/ |
H A D | mkdos.cpp | 85 dprintf("dosfs_initialize(%d, , '%s', '%s', %" B_PRIdOFF ")\n", fd, name, parameterString, in _dosfs_initialize() 156 dprintf("dosfs: partition info: start at %" B_PRIdOFF " bytes " in _dosfs_initialize() 157 "(%" B_PRIdOFF " sectors), " in _dosfs_initialize() 158 "%" B_PRIdOFF " KB, " in _dosfs_initialize() 159 "%" B_PRIdOFF " MB, " in _dosfs_initialize() 160 "%" B_PRIdOFF " GB\n", in _dosfs_initialize() 166 dprintf("dosfs: partition info: size %" B_PRIdOFF " bytes, " in _dosfs_initialize() 167 "%" B_PRIdOFF " KB, " in _dosfs_initialize() 168 "%" B_PRIdOFF " MB, " in _dosfs_initialize() 169 "%" B_PRIdOFF " GB\n", in _dosfs_initialize()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | file_cache.cpp | 35 B_PRIdOFF ")\n", mountID, vnodeID, size)); in file_cache_create() 154 PRINT(("file_cache_read(%p, %p, %" B_PRIdOFF ", %p, %lu)\n", in file_cache_read() 168 PRINT(("file_cache_write(%p, %p, %" B_PRIdOFF ", %p, %lu)\n", in file_cache_write()
|
/haiku/src/add-ons/kernel/file_systems/exfat/ |
H A D | DataStream.cpp | 66 TRACE("inode %" B_PRIdINO ": cluster %" B_PRIu32 ", pos %" B_PRIdOFF ", %" in FindBlock() 67 B_PRIdOFF "\n", fInode->ID(), clusterIndex, pos, physical); in FindBlock()
|
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/ |
H A D | log_overlay.cpp | 148 DO_LOG("read_pages cookie: %p; pos: %" B_PRIdOFF "; vecs: %p; count: %" in overlay_read_pages() 162 DO_LOG("write_pages cookie: %p; pos: %" B_PRIdOFF "; vecs: %p; count: %" in overlay_write_pages() 176 DO_LOG("io cookie: %p; request: %p (write: %s; offset: %" B_PRIdOFF in overlay_io() 177 "; length: %" B_PRIdOFF ")\n", cookie, request, in overlay_io() 201 DO_LOG("get_file_map offset: %" B_PRIdOFF "; size: %" B_PRIuSIZE in overlay_get_file_map() 351 B_PRIdOFF ")\n", result, stat->st_dev, stat->st_ino, stat->st_mode, in overlay_read_stat() 417 DO_LOG("read cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %" in overlay_read() 430 DO_LOG("write cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %" in overlay_write() 614 DO_LOG("read_attr cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %" in overlay_read_attr() 627 DO_LOG("write_attr cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %" in overlay_write_attr() [all …]
|
/haiku/src/system/kernel/cache/ |
H A D | file_map.cpp | 509 kprintf(" size %" B_PRIdOFF "\n", map->Size()); in dump_file_map() 518 kprintf(" [%" B_PRIu32 "] offset %" B_PRIdOFF ", disk offset %" in dump_file_map() 519 B_PRIdOFF ", length %" B_PRIdOFF "\n", i, extent->offset, in dump_file_map() 566 kprintf("%" B_PRId32 " file maps (%" B_PRIu32 " empty), %" B_PRIdOFF " file" in dump_file_map_stats() 567 " bytes in total, %" B_PRIdOFF " bytes cached, %" B_PRIu32 " extents\n", in dump_file_map_stats() 569 kprintf("average %" B_PRIu32 " extents per map for %" B_PRIdOFF " bytes.\n", in dump_file_map_stats()
|