Searched refs:GetAllocationInfo (Results 1 - 23 of 23) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.h24 virtual void GetAllocationInfo(AllocationInfo &info);
H A DFile.h27 virtual void GetAllocationInfo(AllocationInfo &info);
H A DEntry.cpp97 // GetAllocationInfo
99 Entry::GetAllocationInfo(AllocationInfo &info) function in class:Entry
103 fNode->GetAllocationInfo(info);
H A DNodeTable.h53 void GetAllocationInfo(AllocationInfo &info);
H A DAttribute.cpp132 // GetAllocationInfo
134 Attribute::GetAllocationInfo(AllocationInfo &info) function in class:Attribute
136 DataContainer::GetAllocationInfo(info);
H A DSymLink.cpp69 // GetAllocationInfo
71 SymLink::GetAllocationInfo(AllocationInfo &info) function in class:SymLink
H A DFile.cpp75 // GetAllocationInfo
77 File::GetAllocationInfo(AllocationInfo &info) function in class:File
H A DDirectory.h51 virtual void GetAllocationInfo(AllocationInfo &info);
H A DEntry.h52 void GetAllocationInfo(AllocationInfo &info);
H A DNodeTable.cpp70 // GetAllocationInfo
72 NodeTable::GetAllocationInfo(AllocationInfo &info) function in class:NodeTable
H A DAttribute.h54 void GetAllocationInfo(AllocationInfo &info);
H A DDataContainer.h36 void GetAllocationInfo(AllocationInfo &info);
H A DDirectory.cpp328 // GetAllocationInfo
330 Directory::GetAllocationInfo(AllocationInfo &info) function in class:Directory
332 Node::GetAllocationInfo(info);
336 entry->GetAllocationInfo(info);
H A DNode.cpp356 // GetAllocationInfo
358 Node::GetAllocationInfo(AllocationInfo &info) function in class:Node
362 attribute->GetAllocationInfo(info);
H A DNode.h111 virtual void GetAllocationInfo(AllocationInfo &info);
H A DDirectoryEntryTable.h63 void GetAllocationInfo(AllocationInfo &info) function in class:DirectoryEntryTable
H A DVolume.cpp721 // GetAllocationInfo
723 Volume::GetAllocationInfo(AllocationInfo &info) function in class:Volume
727 fNodeTable->GetAllocationInfo(info);
729 fDirectoryEntryTable->GetAllocationInfo(info);
731 fRootDirectory->GetAllocationInfo(info);
H A DVolume.h157 void GetAllocationInfo(AllocationInfo &info);
H A DDataContainer.cpp209 // GetAllocationInfo
211 DataContainer::GetAllocationInfo(AllocationInfo &info) function in class:DataContainer
H A Dkernel_interface.cpp304 volume->GetAllocationInfo(*info);
/haiku/src/system/kernel/slab/
H A DMemoryManager.h57 static ObjectCache* GetAllocationInfo(void* address,
H A Dallocator.cpp270 ObjectCache* cache = MemoryManager::GetAllocationInfo(address, oldSize);
H A DMemoryManager.cpp772 MemoryManager::GetAllocationInfo(void* address, size_t& _size) function in class:MemoryManager

Completed in 138 milliseconds