Searched refs:_OperationError (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h117 status_t _OperationError(Opcode op);
162 return _OperationError(OpDelegReturn);
169 return _OperationError(OpLookUp);
176 return _OperationError(OpLookUpUp);
183 return _OperationError(OpOpenAttrDir);
190 return _OperationError(OpNverify);
197 return _OperationError(OpPutFH);
204 return _OperationError(OpPutRootFH);
211 return _OperationError(OpRenew);
218 return _OperationError(OpSaveF
[all...]
H A DReplyInterpreter.cpp141 status_t res = _OperationError(OpAccess);
162 status_t res = _OperationError(OpClose);
180 status_t res = _OperationError(OpCommit);
195 status_t res = _OperationError(OpCreate);
228 status_t res = _OperationError(OpGetAttr);
241 status_t res = _OperationError(OpGetFH);
266 status_t res = _OperationError(OpLink);
283 status_t res = _OperationError(OpLock);
301 status_t res = _OperationError(OpLockT);
321 status_t res = _OperationError(OpLock
889 ReplyInterpreter::_OperationError(Opcode op) function in class:ReplyInterpreter
[all...]

Completed in 45 milliseconds