Searched refs:Delegation (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDelegation.h20 class Delegation : public NFS4Object, class in inherits:NFS4Object,DoublyLinkedListLinkImpl
21 public DoublyLinkedListLinkImpl<Delegation> {
23 Delegation(const OpenDelegationData& data, Inode* inode,
44 Delegation::SetData(const OpenDelegationData& data)
51 Delegation::GetInode()
58 Delegation::Type()
H A DDelegation.cpp10 #include "Delegation.h"
16 Delegation::Delegation(const OpenDelegationData& data, Inode* inode, function in class:Delegation
29 Delegation::GiveUp(bool truncate)
41 Delegation::ReturnDelegation()
H A DFileSystem.h12 #include "Delegation.h"
51 DoublyLinkedList<Delegation>& DelegationsLock();
53 void AddDelegation(Delegation* delegation);
54 void RemoveDelegation(Delegation* delegation);
55 Delegation* GetDelegation(const FileHandle& handle);
90 DoublyLinkedList<Delegation> fDelegationList;
91 AVLTreeMap<FileHandle, Delegation*> fHandleToDelegation;
H A DOpenState.h34 Delegation* fDelegation;
H A DWorkQueue.h17 #include "Delegation.h"
27 Delegation* fDelegation;
H A DNFS4Server.cpp332 Delegation* delegation = NULL;
374 Delegation* delegation = NULL;
409 DoublyLinkedList<Delegation>& list = fs->DelegationsLock();
410 DoublyLinkedList<Delegation>::Iterator iterator = list.GetIterator();
412 Delegation* current = iterator.Next();
H A DInode.h18 class Delegation;
43 void SetDelegation(Delegation* delegation);
155 Delegation* fDelegation;
H A DFileSystem.cpp412 DoublyLinkedList<Delegation>&
432 FileSystem::AddDelegation(Delegation* delegation)
448 FileSystem::RemoveDelegation(Delegation* delegation)
461 Delegation*
468 AVLTreeMap<FileHandle, Delegation*>::Iterator it;
H A DInodeRegular.cpp177 Delegation* delegation
178 = new(std::nothrow) Delegation(data, this, fOpenState->fClientID);
271 Delegation* delegation
272 = new(std::nothrow) Delegation(data, this, state->fClientID, true);
H A Dkernel_interface.cpp808 Delegation* delegation
809 = new(std::nothrow) Delegation(data, child,
H A DInode.cpp892 Inode::SetDelegation(Delegation* delegation)

Completed in 65 milliseconds