Searched refs:_Allocate (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.h32 status_t _Allocate(Transaction& transaction,
H A DInodeAllocator.cpp54 return _Allocate(transaction, preferredBlockGroup, S_ISDIR(mode), id);
99 InodeAllocator::_Allocate(Transaction& transaction, uint32 preferredBlockGroup, function in class:InodeAllocator
123 ERROR("InodeAllocator::_Allocate() device is full\n");
135 ERROR("InodeAllocator::_Allocate() GetBlockGroup() failed\n");
150 TRACE("InodeAllocator::_Allocate() freeInodes %" B_PRId32 "\n",
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h41 status_t _Allocate(uint64 base, uint64 searchEnd,
H A DBlockAllocator.cpp179 status_t error = _Allocate(baseHint, fTotalBlocks, count, transaction,
187 error = _Allocate(0, baseHint, count, transaction, &_allocatedBase,
206 status_t error = _Allocate(base, fTotalBlocks, count, transaction, NULL,
259 BlockAllocator::_Allocate(uint64 base, uint64 searchEnd, uint64 count, function in class:BlockAllocator
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h99 inline Node* _Allocate(const Key& key, const Value& value);
378 Node* userNode = _Allocate(key, value);
404 Node* userNode = _Allocate(key, value);
470 // _Allocate
473 _AVL_TREE_MAP_CLASS_NAME::_Allocate(const Key& key, const Value& value) function in class:_AVL_TREE_MAP_CLASS_NAME
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h154 status_t _Allocate(uint64& found, uint64 start,
H A DExtentAllocator.cpp610 ExtentAllocator::_Allocate(uint64& found, uint64 start, uint64 size, function in class:ExtentAllocator
613 TRACE("ExtentAllocator::_Allocate() start %" B_PRIu64 " size %" B_PRIu64
632 TRACE("ExtentAllocator::_Allocate() found %" B_PRIu64 "\n", start);
663 status = _Allocate(found, start, fVolume->BlockSize(),
697 return _Allocate(found, start, size, BTRFS_EXTENT_FLAG_DATA);
/haiku/src/kits/support/
H A DString.cpp2313 newData = _Allocate(length);
2336 BString::_Allocate(int32 length) function in class:BString
2399 char* newData = _Allocate(length);
2600 char* newData = _Allocate(newLength);
2687 char* newData = _Allocate(newLength);
/haiku/headers/os/support/
H A DString.h381 static char* _Allocate(int32 length);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp510 _Allocate(fCurrent, block->current_data);
511 _Allocate(fParent, block->parent_data);
512 _Allocate(fOriginal, block->original_data);
595 void _Allocate(uint8*& target, void* source) function in class:BlockTracing::BlockData

Completed in 124 milliseconds