InsertEntry
status = fParent->InsertEntry(transaction, medianHash, fNumBlocks - 1,
status_t InsertEntry(Transaction& transaction,
info.entryBlock.InsertEntry(info.index, name,
info.entryBlock.InsertEntry(info.index, name,
newEntryBlock.InsertEntry(info.index, name, nameLength,
rootInfo.entryBlock.InsertEntry(0, name, nameLength,
status_t error = entryTree.InsertEntry(name, blockIndex, transaction);
void InsertEntry(int32 index, const char* name,
status_t InsertEntry(const char* name, uint64 blockIndex,
status_t InsertEntry(const char* name, uint64 blockIndex,
error = directory->InsertEntry(name, newSymLink->BlockIndex(), transaction);
error = directory->InsertEntry(name, node->BlockIndex(), transaction);
error = toDirectory->InsertEntry(toName, node->BlockIndex(), transaction);
error = directory->InsertEntry(name, newDirectory->BlockIndex(),
error = directory->InsertEntry(name, newFile->BlockIndex(), transaction);