Symbol: AllocationInfo
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
107
AllocationInfo::AddListAllocation(size_t capacity, size_t elementSize)
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
115
AllocationInfo::AddOtherAllocation(size_t size, size_t count)
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
123
AllocationInfo::AddStringAllocation(size_t size)
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
131
AllocationInfo::Dump() const
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
16
AllocationInfo::AllocationInfo()
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
43
AllocationInfo::~AllocationInfo()
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
49
AllocationInfo::AddNodeTableAllocation(size_t arraySize, size_t vectorSize,
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
59
AllocationInfo::AddDirectoryEntryTableAllocation(size_t arraySize,
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
69
AllocationInfo::AddAttributeAllocation(size_t size)
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
77
AllocationInfo::AddDirectoryAllocation()
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
84
AllocationInfo::AddEntryAllocation()
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
91
AllocationInfo::AddFileAllocation(size_t size)
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.cpp
99
AllocationInfo::AddSymLinkAllocation(size_t size)
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.h
12
class AllocationInfo {
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.h
14
AllocationInfo();
src/add-ons/kernel/file_systems/ramfs/AllocationInfo.h
15
~AllocationInfo();
src/add-ons/kernel/file_systems/ramfs/Attribute.cpp
216
Attribute::GetAllocationInfo(AllocationInfo &info)
src/add-ons/kernel/file_systems/ramfs/Attribute.h
16
class AllocationInfo;
src/add-ons/kernel/file_systems/ramfs/Attribute.h
55
void GetAllocationInfo(AllocationInfo &info);
src/add-ons/kernel/file_systems/ramfs/Directory.cpp
330
Directory::GetAllocationInfo(AllocationInfo &info)
src/add-ons/kernel/file_systems/ramfs/Directory.h
51
virtual void GetAllocationInfo(AllocationInfo &info);
src/add-ons/kernel/file_systems/ramfs/DirectoryEntryTable.h
63
void GetAllocationInfo(AllocationInfo &info)
src/add-ons/kernel/file_systems/ramfs/Entry.cpp
102
Entry::GetAllocationInfo(AllocationInfo &info)
src/add-ons/kernel/file_systems/ramfs/Entry.h
15
class AllocationInfo;
src/add-ons/kernel/file_systems/ramfs/Entry.h
49
void GetAllocationInfo(AllocationInfo &info);
src/add-ons/kernel/file_systems/ramfs/File.cpp
77
File::GetAllocationInfo(AllocationInfo &info)
src/add-ons/kernel/file_systems/ramfs/File.h
27
virtual void GetAllocationInfo(AllocationInfo &info);
src/add-ons/kernel/file_systems/ramfs/Node.cpp
327
Node::GetAllocationInfo(AllocationInfo &info)
src/add-ons/kernel/file_systems/ramfs/Node.h
105
virtual void GetAllocationInfo(AllocationInfo &info);
src/add-ons/kernel/file_systems/ramfs/Node.h
15
class AllocationInfo;
src/add-ons/kernel/file_systems/ramfs/NodeTable.cpp
72
NodeTable::GetAllocationInfo(AllocationInfo &info)
src/add-ons/kernel/file_systems/ramfs/NodeTable.h
53
void GetAllocationInfo(AllocationInfo &info);
src/add-ons/kernel/file_systems/ramfs/SymLink.cpp
71
SymLink::GetAllocationInfo(AllocationInfo &info)
src/add-ons/kernel/file_systems/ramfs/SymLink.h
24
virtual void GetAllocationInfo(AllocationInfo &info);
src/add-ons/kernel/file_systems/ramfs/Volume.cpp
688
Volume::GetAllocationInfo(AllocationInfo &info) const
src/add-ons/kernel/file_systems/ramfs/Volume.h
153
void GetAllocationInfo(AllocationInfo &info) const;
src/add-ons/kernel/file_systems/ramfs/Volume.h
36
class AllocationInfo;
src/add-ons/kernel/file_systems/ramfs/kernel_interface.cpp
299
AllocationInfo *info = (AllocationInfo*)buffer;