Searched refs:GetRequest (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp80 if (!allocator || allocator->GetRequest() == NULL
85 //PRINT(("RequestPort::SendRequest(%lu)\n", allocator->GetRequest()->GetType()));
87 if (!is_userland_request(allocator->GetRequest()->GetType())) {
89 "userland request\n", allocator->GetRequest()->GetType()));
93 if (!is_kernel_request(allocator->GetRequest()->GetType())) {
95 "kernel request\n", allocator->GetRequest()->GetType()));
99 RETURN_ERROR(fPort.Send(allocator->GetRequest(),
145 *request = node->allocator.GetRequest();
194 && request == fCurrentAllocatorNode->allocator.GetRequest()) {
H A DRequestAllocator.cpp162 // GetRequest
164 RequestAllocator::GetRequest() const function in class:RequestAllocator
/haiku/headers/private/userlandfs/private/
H A DRequestAllocator.h35 Request* GetRequest() const;
84 *request = new(allocator.GetRequest()) SpecificRequest;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.h27 KernelRequest* GetRequest() const { return fRequest; } function in class:UserlandFS::RequestThreadContext
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp201 KernelRequest* request = context->GetRequest();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp4396 allocator->GetRequest());

Completed in 88 milliseconds