Searched refs:donelocally (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 1115 int error = 0, ret, donelocally = 0; in nfscl_getbytelock() local 1202 donelocally = 1; in nfscl_getbytelock() 1207 if (!donelocally) { in nfscl_getbytelock() 1252 if (donelocally) { in nfscl_getbytelock() 1268 ret = nfscl_updatelock(lp, &nlop, &otherlop, donelocally); in nfscl_getbytelock() 1270 donelocally = 1; in nfscl_getbytelock() 1271 if (donelocally) { in nfscl_getbytelock() 4536 int error, newone, donelocally; in nfscl_relock() local 4549 lp->nfsl_openowner, &nlp, &newone, &donelocally); in nfscl_relock() 4550 if (error || donelocally) in nfscl_relock()
|
| H A D | nfs_clrpcops.c | 4584 int error = 0, newone = 0, expireret = 0, retrycnt, donelocally; in nfsrpc_advlock() local 4690 NULL, 0, id, flags, NULL, NULL, &lp, &newone, &donelocally); in nfsrpc_advlock() 4691 if (error || donelocally) { in nfsrpc_advlock()
|