Lines Matching refs:ReplyInterpreter

106 ReplyInterpreter::ReplyInterpreter(RPC::Reply* reply)  in ReplyInterpreter()  function in ReplyInterpreter
119 ReplyInterpreter::~ReplyInterpreter() in ~ReplyInterpreter()
126 ReplyInterpreter::_ParseHeader() in _ParseHeader()
137 ReplyInterpreter::Access(uint32* supported, uint32* allowed) in Access()
158 ReplyInterpreter::Close() in Close()
176 ReplyInterpreter::Commit() in Commit()
191 ReplyInterpreter::Create(uint64* before, uint64* after, bool& atomic) in Create()
224 ReplyInterpreter::GetAttr(AttrValue** attrs, uint32* count) in GetAttr()
237 ReplyInterpreter::GetFH(FileHandle* fh) in GetFH()
262 ReplyInterpreter::Link(uint64* before, uint64* after, bool& atomic) in Link()
279 ReplyInterpreter::Lock(LockInfo* linfo) in Lock()
297 ReplyInterpreter::LockT(uint64* pos, uint64* len, LockType* type) in LockT()
317 ReplyInterpreter::LockU(LockInfo* linfo) in LockU()
335 ReplyInterpreter::Open(uint32* id, uint32* seq, bool* confirm, in Open()
413 ReplyInterpreter::OpenConfirm(uint32* stateSeq) in OpenConfirm()
431 ReplyInterpreter::Read(void* buffer, uint32* size, bool* eof) in Read()
448 ReplyInterpreter::ReadDir(uint64* cookie, uint64* cookieVerf, in ReadDir()
514 ReplyInterpreter::ReadLink(void* buffer, uint32* size, uint32 maxSize) in ReadLink()
530 ReplyInterpreter::Remove(uint64* before, uint64* after, bool& atomic) in Remove()
547 ReplyInterpreter::Rename(uint64* fromBefore, uint64* fromAfter, in Rename()
569 ReplyInterpreter::SetAttr() in SetAttr()
586 ReplyInterpreter::SetClientID(uint64* clientid, uint64* verifier) in SetClientID()
602 ReplyInterpreter::Write(uint32* size) in Write()
619 ReplyInterpreter::_GetPath(XDR::ReadStream& stream) in _GetPath()
647 ReplyInterpreter::_DecodeAttrs(XDR::ReadStream& str, AttrValue** attrs, in _DecodeAttrs()
889 ReplyInterpreter::_OperationError(Opcode op) in _OperationError()
921 ReplyInterpreter::_NFS4ErrorToHaiku(uint32 x) in _NFS4ErrorToHaiku()