Searched refs:HandleErrors (Results 1 – 8 of 8) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/nfs4/ |
H A D | NFS4Inode.cpp | 43 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 D | RootInode.cpp | 79 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 D | OpenState.cpp | 131 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 D | NFS4Object.h | 21 bool HandleErrors(uint32& attempt, uint32 nfs4Error,
|
H A D | Delegation.cpp | 58 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, in ReturnDelegation()
|
H A D | NFS4Object.cpp | 30 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 D | InodeDir.cpp | 168 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in ReadDirUp()
|
H A D | Inode.cpp | 82 if (inode->HandleErrors(attempt, reply.NFS4Error(), serv)) in CreateInode()
|