Searched refs:RequestAllocator (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/userlandfs/private/
H A DRequestAllocator.h19 // RequestAllocator
20 class RequestAllocator { class in namespace:UserlandFSUtil
22 RequestAllocator(Port* port);
23 ~RequestAllocator();
78 AllocateRequest(RequestAllocator& allocator, SpecificRequest** request)
90 using UserlandFSUtil::RequestAllocator;
H A DRequest.h16 class RequestAllocator;
36 friend class RequestAllocator;
H A DRequestPort.h7 #include "RequestAllocator.h"
27 status_t SendRequest(RequestAllocator* allocator);
28 status_t SendRequest(RequestAllocator* allocator,
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp15 #include "RequestAllocator.h"
19 RequestAllocator::RequestAllocator(Port* port) function in class:RequestAllocator
34 RequestAllocator::~RequestAllocator()
41 RequestAllocator::Init(Port* port)
54 RequestAllocator::Uninit()
80 RequestAllocator::Error() const
87 RequestAllocator::FinishDeferredInit()
98 PRINT(("RequestAllocator
[all...]
H A DRequestPort.cpp19 RequestAllocator allocator;
75 RequestPort::SendRequest(RequestAllocator* allocator)
105 RequestPort::SendRequest(RequestAllocator* allocator,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp275 RequestAllocator allocator(fPort->GetPort());
303 RequestAllocator allocator(fPort->GetPort());
328 RequestAllocator allocator(fPort->GetPort());
354 RequestAllocator allocator(fPort->GetPort());
381 RequestAllocator allocator(fPort->GetPort());
414 RequestAllocator allocator(fPort->GetPort());
441 RequestAllocator allocator(fPort->GetPort());
487 RequestAllocator allocator(fPort->GetPort());
519 RequestAllocator allocator(fPort->GetPort());
547 RequestAllocator allocato
[all...]
H A Dkernel_emu.cpp142 RequestAllocator allocator(port->GetPort());
188 RequestAllocator allocator(port->GetPort());
226 RequestAllocator allocator(port->GetPort());
272 RequestAllocator allocator(port->GetPort());
308 RequestAllocator allocator(port->GetPort());
343 RequestAllocator allocator(port->GetPort());
379 RequestAllocator allocator(port->GetPort());
417 RequestAllocator allocator(port->GetPort());
479 RequestAllocator allocator(port->GetPort());
514 RequestAllocator allocato
[all...]
H A DUserlandRequestHandler.h93 class RequestAllocator;
209 status_t _SendReply(RequestAllocator& allocator,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp236 RequestAllocator allocator(fPort->GetPort());
270 RequestAllocator allocator(fPort->GetPort());
333 RequestAllocator allocator(fPort->GetPort());
360 RequestAllocator allocator(fPort->GetPort());
382 RequestAllocator allocator(fPort->GetPort());
405 RequestAllocator allocator(fPort->GetPort());
431 RequestAllocator allocator(fPort->GetPort());
456 RequestAllocator allocator(fPort->GetPort());
479 RequestAllocator allocator(fPort->GetPort());
500 RequestAllocator allocato
[all...]
H A DVolume.cpp33 #include "RequestAllocator.h"
897 RequestAllocator allocator(port->GetPort());
958 RequestAllocator allocator(port->GetPort());
1023 RequestAllocator allocator(port->GetPort());
1070 RequestAllocator allocator(port->GetPort());
1161 RequestAllocator allocator(port->GetPort());
1218 RequestAllocator allocator(port->GetPort());
1280 RequestAllocator allocator(port->GetPort());
1417 RequestAllocator allocator(port->GetPort());
1479 RequestAllocator allocato
[all...]
H A DVolume.h19 class RequestAllocator;
28 using UserlandFSUtil::RequestAllocator;
268 RequestAllocator* allocator,
H A DFileSystem.cpp23 #include "RequestAllocator.h"
406 RequestAllocator allocator(port->GetPort());
726 RequestAllocator allocator(port->GetPort());

Completed in 99 milliseconds