HomeSort by: relevance | last modified time | path
    Searched defs:donelocally (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clstate.c 941 int error = 0, ret, donelocally = 0; local in function:nfscl_getbytelock
1024 donelocally = 1;
1029 if (!donelocally) {
1074 if (donelocally) {
1090 ret = nfscl_updatelock(lp, &nlop, &otherlop, donelocally);
1092 donelocally = 1;
1093 if (donelocally) {
4019 int error, newone, donelocally; local in function:nfscl_relock
4025 lp->nfsl_openowner, &nlp, &newone, &donelocally);
4026 if (error || donelocally)
    [all...]
nfs_clrpcops.c 3678 int error = 0, newone = 0, expireret = 0, retrycnt, donelocally; local in function:nfsrpc_advlock
3784 NULL, 0, id, flags, NULL, NULL, &lp, &newone, &donelocally);
3785 if (error || donelocally) {

Completed in 96 milliseconds