Lines Matching refs:attempt
23 uint32 attempt = 0; in GetChangeInfo() local
43 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in GetChangeInfo()
66 uint32 attempt = 0; in CommitWrites() local
81 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in CommitWrites()
95 uint32 attempt = 0; in Access() local
110 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in Access()
126 uint32 attempt = 0; in LookUp() local
157 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in LookUp()
216 uint32 attempt = 0; in Link() local
233 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in Link()
252 uint32 attempt = 0; in ReadLink() local
267 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in ReadLink()
287 uint32 attempt = 0; in GetStat() local
310 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in GetStat()
325 uint32 attempt = 0; in WriteStat() local
345 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in WriteStat()
371 uint32 attempt = 0; in RenameNode() local
403 bool retry = from->HandleErrors(attempt, reply.NFS4Error(), server); in RenameNode()
405 retry |= to->HandleErrors(attempt, reply.NFS4Error(), server); in RenameNode()
457 uint32 attempt = 0; in CreateFile() local
504 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, state, in CreateFile()
555 uint32 attempt = 0; in OpenFile() local
621 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, state, in OpenFile()
664 uint32 attempt = 0; in OpenAttr() local
691 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, state, in OpenAttr()
728 uint32 attempt = 0; in ReadFile() local
743 if (HandleErrors(attempt, reply.NFS4Error(), serv, cookie, state)) in ReadFile()
764 uint32 attempt = 0; in WriteFile() local
781 if (HandleErrors(attempt, reply.NFS4Error(), serv, cookie, state)) in WriteFile()
804 uint32 attempt = 0; in CreateObject() local
844 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in CreateObject()
884 uint32 attempt = 0; in RemoveObject() local
915 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in RemoveObject()
965 uint32 attempt = 0; in ReadDirOnce() local
992 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in ReadDirOnce()
1037 uint32 attempt = 0; in OpenAttrDir() local
1053 if (HandleErrors(attempt, reply.NFS4Error(), serv)) in OpenAttrDir()
1075 uint32 attempt = 0; in TestLock() local
1090 if (HandleErrors(attempt, reply.NFS4Error(), serv, cookie)) in TestLock()
1115 uint32 attempt = 0; in AcquireLock() local
1144 if (HandleErrors(attempt, reply.NFS4Error(), serv, cookie, NULL, in AcquireLock()
1165 uint32 attempt = 0; in ReleaseLock() local
1186 if (HandleErrors(attempt, reply.NFS4Error(), serv, cookie)) in ReleaseLock()