Searched refs:Allocate (Results 26 - 44 of 44) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp41 status_t Allocate(Transaction& transaction, fsblock_t start,
219 AllocationBlockGroup::Allocate(Transaction& transaction, fsblock_t _start, function in class:AllocationBlockGroup
223 TRACE("AllocationBlockGroup::Allocate(%" B_PRIu32 ",%" B_PRIu32 ")\n",
240 TRACE("AllocationBlockGroup::Allocate(): Largest range in %" B_PRIu32 "-%"
280 TRACE("AllocationBlockGroup::Allocate(): Largest range in %" B_PRIu32 "-%"
714 status_t status = fGroups[bestGroup].Allocate(transaction, bestStart,
731 BlockAllocator::Allocate(Transaction& transaction, Inode* inode, function in class:BlockAllocator
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp510 Allocate(size_t size) function in class:MallocBuffer
557 encodingBuffer.Allocate(READ_BUFFER_SIZE * 4);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp118 PhysicalMemoryAllocator::Allocate(size_t size, void **logicalAddress, function in class:PhysicalMemoryAllocator
H A DStack.cpp281 return fAllocator->Allocate(size, logicalAddress, physicalAddress);
/haiku/src/system/kernel/
H A Dguarded_heap.cpp99 class Allocate : public GuardedHeapTraceEntry { class in namespace:GuardedHeapTracing
101 Allocate(guarded_heap* heap, void* pageBase, uint32 flags) function in class:GuardedHeapTracing::Allocate
216 T(Allocate(area.heap,
H A Dheap.cpp214 class Allocate : public AbstractTraceEntry { class in namespace:KernelHeapTracing
216 Allocate(addr_t address, size_t size) function in class:KernelHeapTracing::Allocate
1573 T(Allocate((addr_t)address, size));
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp522 CachedNode::Allocate(Transaction& transaction, bplustree_node** _node, function in class:BFS::CachedNode
1255 status = cachedDuplicate.Allocate(transaction,
1319 status = cachedDuplicate.Allocate(transaction, &newDuplicate,
1343 status = cachedDuplicate.Allocate(transaction, &fragment, &offset);
1750 status_t status = cachedNewRoot.Allocate(transaction, &root,
1766 status_t status = cachedOther.Allocate(transaction, &other,
H A DBPlusTree.h229 status_t Allocate(Transaction& transaction,
H A DInode.cpp1700 status_t status = fVolume->Allocate(transaction, this, length, run,
1812 status_t status = fVolume->Allocate(transaction, this, blocksRequested,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h150 inline Node* Allocate(const Key& key, const Value& value) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp493 status_t error = allocatedBlock.Allocate();
H A DFile.cpp628 status_t error = allocatedBlock.Allocate(BlockIndex());
679 status_t error = allocatedBlock.Allocate(BlockIndex());
H A DBlockAllocator.cpp164 BlockAllocator::Allocate(uint64 baseHint, uint64 count, function in class:BlockAllocator
169 PRINT("BlockAllocator::Allocate(%" B_PRIu64 ", %" B_PRIu64 ")\n", baseHint,
431 // Allocate as many of the requested blocks as we can.
551 // Allocate as many of the requested blocks as we can, starting at the base
H A DDirectory.cpp1362 status_t error = allocatedBlock.Allocate(fDirectory->BlockIndex());
1415 status_t error = allocatedBlock.Allocate(fDirectory->BlockIndex());
/haiku/src/servers/print/
H A DPrintServerApp.cpp203 Resource* resource = fResourceManager.Allocate(transport.String(),
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp83 class Allocate : public MemoryManagerTraceEntry { class in struct:MemoryManager::Tracing
85 Allocate(ObjectCache* cache, uint32 flags) function in class:MemoryManager::Tracing::Allocate
523 MemoryManager::Allocate(ObjectCache* cache, uint32 flags, void*& _pages) function in class:MemoryManager
527 T(Allocate(cache, flags));
531 TRACE("MemoryManager::Allocate(%p, %#" B_PRIx32 "): chunkSize: %"
559 TRACE("MemoryManager::Allocate() done: %p (meta chunk: %d, chunk %d)\n",
616 // Allocate as an area.
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h200 inline Node* Allocate(const Key& key, const Value& value) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp250 void* Allocate();
1471 block_cache::Allocate() function in class:block_cache
1516 block->current_data = Allocate();
2071 block->original_data = cache->Allocate();
2089 block->parent_data = cache->Allocate();
3675 block->compare = cache->Allocate();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp215 status_t Allocate(size_t size) function in struct:FUSEVolume::AttrDirCookie
317 status_t Allocate(size_t size) function in struct:FUSEVolume::AttrCookie
2427 status_t error = cookie->Allocate(listSize);
2537 error = cookie->Allocate(attrSize);

Completed in 160 milliseconds

12