Symbol: AllocateBlocks
src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp
1074
return AllocateBlocks(transaction, group, 0, 1, 1, run);
src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp
1133
return AllocateBlocks(transaction, group, start, numBlocks, minimum, run);
src/add-ons/kernel/file_systems/bfs/BlockAllocator.h
46
status_t AllocateBlocks(Transaction& transaction,
src/add-ons/kernel/file_systems/bfs/kernel_interface.cpp
815
while (allocator.AllocateBlocks(transaction, 8, 0, 64, 1, run)
src/add-ons/kernel/file_systems/ext2/BlockAllocator.cpp
803
return AllocateBlocks(transaction, minimum, minimum + 8, group, start,
src/add-ons/kernel/file_systems/ext2/BlockAllocator.h
30
status_t AllocateBlocks(Transaction& transaction,
src/add-ons/kernel/file_systems/ext2/DataStream.cpp
381
status_t status = fVolume->AllocateBlocks(transaction, 1, fWaiting,
src/add-ons/kernel/file_systems/ext2/ExtentStream.cpp
170
status_t status = fVolume->AllocateBlocks(transaction, 1,
src/add-ons/kernel/file_systems/ext2/ExtentStream.cpp
245
status_t status = fVolume->AllocateBlocks(transaction, 1, 1,
src/add-ons/kernel/file_systems/ext2/ExtentStream.cpp
285
status_t status = fVolume->AllocateBlocks(transaction, 1, 1,
src/add-ons/kernel/file_systems/ext2/ExtentStream.cpp
330
status_t status = fVolume->AllocateBlocks(transaction, 1, 1,
src/add-ons/kernel/file_systems/ext2/Volume.cpp
631
status_t status = fBlockAllocator->AllocateBlocks(transaction, minimum,
src/add-ons/kernel/file_systems/ext2/Volume.h
121
status_t AllocateBlocks(Transaction& transaction,
src/add-ons/kernel/file_systems/ext2/kernel_interface.cpp
504
while (volume->AllocateBlocks(transaction, 1, 2048, group, start,