Searched refs:DirectoryEntryTable (Results 1 – 3 of 3) sorted by relevance
49 class DirectoryEntryTable {51 DirectoryEntryTable();52 ~DirectoryEntryTable();75 DirectoryEntryTable::DirectoryEntryTable() in DirectoryEntryTable() function81 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 …]
40 class DirectoryEntryTable; variable182 DirectoryEntryTable *fDirectoryEntryTable;
188 fDirectoryEntryTable = new(nothrow) DirectoryEntryTable; in Mount()727 info.AddOtherAllocation(sizeof(DirectoryEntryTable)); in GetAllocationInfo()