Searched refs:AllocationInfo (Results 1 - 22 of 22) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp5 #include "AllocationInfo.h"
16 AllocationInfo::AllocationInfo() function in class:AllocationInfo
47 AllocationInfo::~AllocationInfo()
53 AllocationInfo::AddNodeTableAllocation(size_t arraySize, size_t vectorSize,
63 AllocationInfo::AddDirectoryEntryTableAllocation(size_t arraySize,
75 AllocationInfo::AddAttributeAllocation(size_t size)
83 AllocationInfo::AddDirectoryAllocation()
90 AllocationInfo
[all...]
H A DSymLink.h24 virtual void GetAllocationInfo(AllocationInfo &info);
H A DAllocationInfo.h10 class AllocationInfo { class
12 AllocationInfo();
13 ~AllocationInfo();
H A DFile.h27 virtual void GetAllocationInfo(AllocationInfo &info);
H A DEntry.h15 class AllocationInfo;
52 void GetAllocationInfo(AllocationInfo &info);
H A DAttribute.h15 class AllocationInfo;
54 void GetAllocationInfo(AllocationInfo &info);
H A DDataContainer.h13 class AllocationInfo;
36 void GetAllocationInfo(AllocationInfo &info);
H A DNodeTable.h10 #include "AllocationInfo.h"
53 void GetAllocationInfo(AllocationInfo &info);
H A DSymLink.cpp8 #include "AllocationInfo.h"
71 SymLink::GetAllocationInfo(AllocationInfo &info)
H A DFile.cpp6 #include "AllocationInfo.h"
77 File::GetAllocationInfo(AllocationInfo &info)
H A DDirectory.h51 virtual void GetAllocationInfo(AllocationInfo &info);
H A DNodeTable.cpp72 NodeTable::GetAllocationInfo(AllocationInfo &info)
H A DEntry.cpp6 #include "AllocationInfo.h"
99 Entry::GetAllocationInfo(AllocationInfo &info)
H A DNode.h15 class AllocationInfo;
111 virtual void GetAllocationInfo(AllocationInfo &info);
H A DAttribute.cpp6 #include "AllocationInfo.h"
134 Attribute::GetAllocationInfo(AllocationInfo &info)
H A DVolume.h36 class AllocationInfo;
157 void GetAllocationInfo(AllocationInfo &info);
H A DDirectoryEntryTable.h10 #include "AllocationInfo.h"
63 void GetAllocationInfo(AllocationInfo &info)
H A DNode.cpp6 #include "AllocationInfo.h"
358 Node::GetAllocationInfo(AllocationInfo &info)
H A DDirectory.cpp6 #include "AllocationInfo.h"
330 Directory::GetAllocationInfo(AllocationInfo &info)
H A DDataContainer.cpp15 #include "AllocationInfo.h"
211 DataContainer::GetAllocationInfo(AllocationInfo &info)
H A DVolume.cpp723 Volume::GetAllocationInfo(AllocationInfo &info)
H A Dkernel_interface.cpp46 #include "AllocationInfo.h"
303 AllocationInfo *info = (AllocationInfo*)buffer;

Completed in 184 milliseconds