Searched refs:NFS4Error (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DOpenState.cpp131 if (HandleErrors(attempt, reply.NFS4Error(), server))
191 sequence += IncrementSequence(reply.NFS4Error());
193 if (reply.NFS4Error() != NFS4ERR_STALE_CLIENTID
194 && HandleErrors(attempt, reply.NFS4Error(), server, NULL, NULL,
259 sequence += IncrementSequence(reply.NFS4Error());
261 if (reply.NFS4Error() != NFS4ERR_STALE_CLIENTID
262 && reply.NFS4Error() != NFS4ERR_STALE_STATEID
263 && HandleErrors(attempt, reply.NFS4Error(), server, NULL, NULL,
311 sequence += IncrementSequence(reply.NFS4Error());
316 if (reply.NFS4Error()
[all...]
H A DDelegation.cpp58 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL,
H A DNFS4Inode.cpp43 if (HandleErrors(attempt, reply.NFS4Error(), serv))
81 if (HandleErrors(attempt, reply.NFS4Error(), serv))
110 if (HandleErrors(attempt, reply.NFS4Error(), serv))
157 if (HandleErrors(attempt, reply.NFS4Error(), serv))
233 if (HandleErrors(attempt, reply.NFS4Error(), serv))
267 if (HandleErrors(attempt, reply.NFS4Error(), serv))
310 if (HandleErrors(attempt, reply.NFS4Error(), serv))
345 if (HandleErrors(attempt, reply.NFS4Error(), serv))
403 bool retry = from->HandleErrors(attempt, reply.NFS4Error(), server);
404 if (IsFileHandleInvalid(reply.NFS4Error()))
[all...]
H A DRootInode.cpp79 if (HandleErrors(attempt, reply.NFS4Error(), server))
167 if (reply.NFS4Error() == NFS4ERR_MOVED)
170 if (HandleErrors(attempt, reply.NFS4Error(), server))
199 if (HandleErrors(attempt, reply.NFS4Error(), server))
H A DNFS4Object.cpp218 *sequence += IncrementSequence(reply.NFS4Error());
220 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, state))
H A DReplyInterpreter.h70 inline uint32 NFS4Error();
153 ReplyInterpreter::NFS4Error() function in class:ReplyInterpreter
H A DNFS4Server.cpp253 switch (request.Reply().NFS4Error()) {
H A DInodeDir.cpp168 if (HandleErrors(attempt, reply.NFS4Error(), serv))
H A DInode.cpp82 if (inode->HandleErrors(attempt, reply.NFS4Error(), serv))
H A DReplyInterpreter.cpp302 if (res != B_WOULD_BLOCK || NFS4Error() != NFS4ERR_DENIED)

Completed in 103 milliseconds