Searched refs:FATAL (Results 1 - 25 of 51) sorted by path

123

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp91 FATAL(("fatal error at Index::InitCheck(), get_vnode() returned "
129 FATAL(("index has unknown type!\n"));
160 FATAL(("index has unknown type!\n"));
H A DBPlusTree.cpp319 FATAL(("invalid node [%p] read from offset %" B_PRIdOFF " (block %"
353 FATAL(("invalid node [%p] read from offset %" B_PRIdOFF " (block %"
1146 FATAL(("BPlusTree::_SeekDown() could not open node %" B_PRIdOFF ", inode %"
1171 FATAL(("Could not get duplicate fragment at %" B_PRIdOFF ", inode %"
1222 FATAL(("_InsertDuplicate: Invalid array[%d] size in fragment "
1299 FATAL(("_InsertDuplicate: Invalid array size in duplicate %"
1431 FATAL(("key index out of bounds: %d, num keys: %u, inode %" B_PRIdOFF
1849 FATAL(("_RemoveDuplicate: Invalid array[%d] size in fragment %"
1856 FATAL(("Oh no, value %" B_PRIdOFF " not found in fragments of node "
1889 FATAL(("invali
[all...]
H A DBlockAllocator.cpp298 FATAL(("AllocationBlock::Allocate(): some blocks are already "
604 FATAL(("could not allocate reserved space for block bitmap/log!\n"));
687 FATAL(("Space for block bitmap or log area is not reserved "
692 FATAL(("Could not allocate reserved space for block "
697 FATAL(("Space for block bitmap or log area was not "
1018 FATAL(("tried to free an invalid block_run"
1029 FATAL(("tried to free a reserved block_run"
1215 FATAL(("BlockAllocator::Trim:"
H A DCheckVisitor.cpp151 FATAL(("error writing bitmap: %s\n", strerror(status)));
191 FATAL(("CheckVisitor didn't run through\n"));
225 FATAL(("Names differ: tree \"%s\", inode \"%s\"\n", treeName,
255 FATAL(("inode at %" B_PRIdOFF " is of wrong type: %o (parent "
339 FATAL(("Could not open inode at %" B_PRIdOFF ": %s\n", id,
371 FATAL(("Could not open b+tree from inode at %" B_PRIdOFF "\n",
427 FATAL(("invalid check_control!\n"));
662 FATAL(("%s: block_run(%d, %u, %u): blocks %" B_PRIdOFF
687 FATAL(("check: Could not open index at %" B_PRIdOFF "\n",
H A DDebug.h39 // FATAL()
55 #define FATAL(x) { __out("bfs: "); __out x; } macro
70 // #define FATAL(x) { panic x; }
71 #define FATAL(x) { __out("bfs: "); __out x; } macro
H A DInode.cpp270 FATAL(("writing new inode %" B_PRIdINO " failed!\n", fInode->ID()));
392 FATAL(("Could not read inode block %" B_PRId64 ": %s!\n", BlockNumber(),
442 FATAL(("inode at block %" B_PRIdOFF " corrupt!\n", BlockNumber()));
454 FATAL(("inode tree at block %" B_PRIdOFF " corrupt!\n",
513 FATAL(("Failed to read block %" B_PRId64 " from disk: %s!\n",
609 FATAL(("Could not remove newly created attribute!\n"));
1318 FATAL(("get_vnode() failed in Inode::GetAttribute(name = \"%s\")\n",
2931 FATAL(("get_vnode() failed in AttributeIterator::GetNext(ino_t"
2939 FATAL(("could not get tree in AttributeIterator::GetNext(ino_t"
H A DJournal.cpp459 FATAL(("Log entry has broken header!\n"));
518 FATAL(("Log contains invalid superblock!\n"));
599 FATAL(("replaying log entry from %d failed: %s\n", (int)start,
688 FATAL(("_TransactionWritten: could not write back superblock: %s\n",
770 FATAL(("filling log entry failed!"));
829 FATAL(("could not write log area!\n"));
854 FATAL(("could not write log area: %s!\n", strerror(errno)));
873 FATAL(("no memory to allocate log entries!"));
948 FATAL(("writing current log entry failed: %s\n", strerror(status)));
H A DQuery.cpp472 FATAL(("op out of range!"));
616 FATAL(("could not get inode %" B_PRIdOFF " in index \"%s\"!\n",
652 FATAL(("&&-operator has only one child... (parent = %p)\n",
673 FATAL(("inode %" B_PRIdOFF " in query has no name!\n",
833 FATAL(("query value conversion to 0x%x requested!\n", (int)type));
886 FATAL(("Unknown/Unsupported operation: %d\n", fOp));
1087 FATAL(("Corrupt tree in expression!\n"));
1299 FATAL(("Unknown term on stack or stack error"));
H A DVolume.cpp162 FATAL(("Disk corrupted... switch to read-only mode!\n"));
191 FATAL(("invalid superblock!\n"));
205 FATAL(("Disk size (%" B_PRIdOFF " bytes) < file system size (%"
223 FATAL(("could not initialize journal: %s!\n", strerror(status)));
230 FATAL(("Replaying log failed, data may be corrupted, volume "
241 FATAL(("could not initialize block bitmap allocator!\n"));
273 FATAL(("could not create root node: publish_vnode() failed!\n"));
279 FATAL(("could not create root node!\n"));
329 FATAL(("*** invalid run(%d,%d,%d)\n", (int)run.AllocationGroup(),
H A Dkernel_interface.cpp300 FATAL(("could not read inode: %" B_PRIdINO ": %s\n", id,
311 FATAL(("inode at %" B_PRIdINO " could not be read: %s!\n", id,
1527 FATAL(("Could not trim preallocated blocks: inode %" B_PRIdINO
1562 FATAL(("check process was aborted!\n"));
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp20 # define FATAL(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp287 FATAL(("WARNING: bad node %" B_PRIu64
355 FATAL(("WARNING: bad internal node %" B_PRIu64
428 FATAL(("WARNING: bad leaf node %" B_PRIu64
H A DItem.cpp209 FATAL(("WARNING: bad item %" B_PRId32
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp95 FATAL(("Inconsistent request port pool: We acquired the free port "
/haiku/src/apps/cortex/Persistence/
H A DExportContext.cpp356 m_error << "FATAL ERROR: ";
/haiku/src/servers/registrar/
H A DDebug.h25 // FATAL()
56 #define FATAL(x...) { __out(DEBUG_APP ": " x); } macro
69 #define FATAL(x...) { __out(DEBUG_APP ": " x); } macro
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h44 // FATAL()
63 #define FATAL(x) { __out("udf: "); __out x; } macro
75 #define FATAL(x) { __out("udf: "); __out x; } macro
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp40 #define FATAL(...) \ macro
/haiku/src/tools/fs_shell/
H A Dmodule.cpp29 #define FATAL(x) fssh_dprintf x macro
141 FATAL(("Duplicate module name (%s) detected... ignoring new one\n", info->name));
212 FATAL(("circular reference to %s\n", module->name));
216 FATAL(("tried to load module %s which is currently unloading\n", module->name));
220 FATAL(("cannot load module %s because its earlier unloading failed\n", module->name));
265 FATAL(("Error unloading module %s (%s)\n", module->name, fssh_strerror(status)));
391 FATAL(("module: We don't seem to have a reference to module %s\n", path));
/haiku/headers/private/file_systems/
H A DDebugSupport.h92 // FATAL()
178 #define FATAL(x...) TPRINT(x) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h78 // FATAL()
117 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
131 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h87 // FATAL()
151 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
165 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp38 # define FATAL(x...) dprintf("\33[34mext2:\33[0m " x) macro
140 FATAL("Volume::Mount(): couldn't open device\n");
150 FATAL("Volume::Mount(): Identify() failed\n");
172 FATAL("Volume::Mount(): can't mount R/W, volume not clean\n");
175 FATAL("Volume::Mount(): warning: volume not clean\n");
184 FATAL("blocksize not supported!\n");
203 FATAL("zero blocksPerGroup or fragmentsPerGroup!\n");
207 FATAL("blocksPerGroup is not equal to fragmentsPerGroup!\n");
245 FATAL("diskSize is too small for the number of blocks!\n");
285 FATAL("coul
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h87 // FATAL()
150 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
164 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp337 FATAL("invalid package folder ('packages' parameter)!\n");
343 FATAL("invalid mount type: \"%s\"\n", mountType);

Completed in 186 milliseconds

123