Home
last modified time | relevance | path

Searched refs:DirectoryEntryTable (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h49 class DirectoryEntryTable {
51 DirectoryEntryTable();
52 ~DirectoryEntryTable();
75 DirectoryEntryTable::DirectoryEntryTable() in DirectoryEntryTable() function
81 DirectoryEntryTable::~DirectoryEntryTable() in ~DirectoryEntryTable()
87 DirectoryEntryTable::InitCheck() const in InitCheck()
94 DirectoryEntryTable::AddEntry(Directory *node, Entry *child) in AddEntry()
104 DirectoryEntryTable::AddEntry(ino_t id, Entry *child) in AddEntry()
116 DirectoryEntryTable::RemoveEntry(Directory *node, Entry *child) in RemoveEntry()
126 DirectoryEntryTable::RemoveEntry(ino_t id, Entry *child) in RemoveEntry()
[all …]
H A DVolume.h40 class DirectoryEntryTable; variable
182 DirectoryEntryTable *fDirectoryEntryTable;
H A DVolume.cpp188 fDirectoryEntryTable = new(nothrow) DirectoryEntryTable; in Mount()
727 info.AddOtherAllocation(sizeof(DirectoryEntryTable)); in GetAllocationInfo()