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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h48 // DirectoryEntryTable
49 class DirectoryEntryTable { class
51 DirectoryEntryTable();
52 ~DirectoryEntryTable();
75 DirectoryEntryTable::DirectoryEntryTable() function in class:DirectoryEntryTable
81 DirectoryEntryTable::~DirectoryEntryTable()
87 DirectoryEntryTable::InitCheck() const
94 DirectoryEntryTable
[all...]
H A DVolume.h40 class DirectoryEntryTable;
178 DirectoryEntryTable *fDirectoryEntryTable;
H A DVolume.cpp33 #include "DirectoryEntryTable.h"
189 fDirectoryEntryTable = new(nothrow) DirectoryEntryTable;
728 info.AddOtherAllocation(sizeof(DirectoryEntryTable));

Completed in 25 milliseconds