Home
last modified time | relevance | path

Searched refs:DelegationRecallArgs (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DWorkQueue.h26 struct DelegationRecallArgs { struct
56 void JobRecall(DelegationRecallArgs* args);
H A DNFS4Server.cpp348 DelegationRecallArgs* args = new(std::nothrow) DelegationRecallArgs; in CallbackRecall()
414 DelegationRecallArgs* args = new(std::nothrow) DelegationRecallArgs; in RecallAll()
H A DWorkQueue.cpp130 JobRecall(reinterpret_cast<DelegationRecallArgs*>(args)); in DequeueJob()
142 WorkQueue::JobRecall(DelegationRecallArgs* args) in JobRecall()
H A DOpenState.cpp212 DelegationRecallArgs* args = new(std::nothrow) DelegationRecallArgs; in _ReclaimOpen()