Home
last modified time | relevance | path

Searched refs:HandleErrors (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.cpp43 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in GetChangeInfo()
81 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in CommitWrites()
110 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in Access()
157 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in LookUp()
233 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in Link()
267 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in ReadLink()
310 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in GetStat()
345 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in WriteStat()
403 bool retry = from->HandleErrors(attempt, reply.NFS4Error(), server); in RenameNode()
405 retry |= to->HandleErrors(attempt, reply.NFS4Error(), server); in RenameNode()
[all …]
H A DRootInode.cpp79 if (HandleErrors(attempt, reply.NFS4Error(), server)) in _UpdateInfo()
170 if (HandleErrors(attempt, reply.NFS4Error(), server)) in ProbeMigration()
199 if (HandleErrors(attempt, reply.NFS4Error(), server)) in GetLocations()
H A DOpenState.cpp131 if (HandleErrors(attempt, reply.NFS4Error(), server)) in _ReleaseLockOwner()
194 && HandleErrors(attempt, reply.NFS4Error(), server, NULL, NULL, in _ReclaimOpen()
263 && HandleErrors(attempt, reply.NFS4Error(), server, NULL, NULL, in _ReclaimLocks()
321 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, this, in Close()
H A DNFS4Object.h21 bool HandleErrors(uint32& attempt, uint32 nfs4Error,
H A DDelegation.cpp58 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, in ReturnDelegation()
H A DNFS4Object.cpp30 NFS4Object::HandleErrors(uint32& attempt, uint32 nfs4Error, RPC::Server* server, in HandleErrors() function in NFS4Object
220 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, state)) in ConfirmOpen()
H A DInodeDir.cpp168 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in ReadDirUp()
H A DInode.cpp82 if (inode->HandleErrors(attempt, reply.NFS4Error(), serv)) in CreateInode()