Searched refs:InsertEntry (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.h27 status_t InsertEntry(const char* name, uint64 blockIndex,
H A DDirectory.cpp45 void InsertEntry(int32 index, const char* name,
72 status_t InsertEntry(const char* name, uint64 blockIndex,
276 DirEntryBlock::InsertEntry(int32 index, const char* name, size_t nameLength, function in class:DirEntryBlock
752 DirEntryTree::InsertEntry(const char* name, uint64 blockIndex, function in class:DirEntryTree
1265 info.entryBlock.InsertEntry(info.index, name,
1312 info.entryBlock.InsertEntry(info.index, name,
1330 newEntryBlock.InsertEntry(info.index, name, nameLength,
1386 rootInfo.entryBlock.InsertEntry(0, name, nameLength,
1613 Directory::InsertEntry(const char* name, uint64 blockIndex,
1618 status_t error = entryTree.InsertEntry(nam
[all...]
H A Dchecksumfs.cpp668 error = directory->InsertEntry(name, newFile->BlockIndex(), transaction);
1203 error = directory->InsertEntry(name, newSymLink->BlockIndex(), transaction);
1255 error = directory->InsertEntry(name, node->BlockIndex(), transaction);
1373 error = toDirectory->InsertEntry(toName, node->BlockIndex(), transaction);
1702 error = directory->InsertEntry(name, newDirectory->BlockIndex(),
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.h36 status_t InsertEntry(Transaction& transaction,
H A DHTreeEntryIterator.cpp316 HTreeEntryIterator::InsertEntry(Transaction& transaction, uint32 hash, function in class:HTreeEntryIterator
319 TRACE("HTreeEntryIterator::InsertEntry(): block num: %" B_PRIu64 "\n",
333 TRACE("HTreeEntryIterator::InsertEntry(): Splitting the node\n");
364 TRACE("HTreeEntryIterator::InsertEntry(): Inserting node. Count: %u, "
368 TRACE("HTreeEntryIterator::InsertEntry(): memmove(%u, %u, %u)\n",
H A DDirectoryIterator.cpp758 status = fParent->InsertEntry(transaction, medianHash, fNumBlocks - 1,

Completed in 42 milliseconds