Symbol: InsertEntry
src/add-ons/kernel/file_systems/ext2/DirectoryIterator.cpp
761
status = fParent->InsertEntry(transaction, medianHash, fNumBlocks - 1,
src/add-ons/kernel/file_systems/ext2/HTreeEntryIterator.h
36
status_t InsertEntry(Transaction& transaction,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1265
info.entryBlock.InsertEntry(info.index, name,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1312
info.entryBlock.InsertEntry(info.index, name,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1330
newEntryBlock.InsertEntry(info.index, name, nameLength,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1386
rootInfo.entryBlock.InsertEntry(0, name, nameLength,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1618
status_t error = entryTree.InsertEntry(name, blockIndex, transaction);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
45
void InsertEntry(int32 index, const char* name,
src/tests/system/kernel/file_corruption/fs/Directory.cpp
72
status_t InsertEntry(const char* name, uint64 blockIndex,
src/tests/system/kernel/file_corruption/fs/Directory.h
27
status_t InsertEntry(const char* name, uint64 blockIndex,
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1200
error = directory->InsertEntry(name, newSymLink->BlockIndex(), transaction);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1252
error = directory->InsertEntry(name, node->BlockIndex(), transaction);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1370
error = toDirectory->InsertEntry(toName, node->BlockIndex(), transaction);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1699
error = directory->InsertEntry(name, newDirectory->BlockIndex(),
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
665
error = directory->InsertEntry(name, newFile->BlockIndex(), transaction);