Home
last modified time | relevance | path

Searched refs:donelocally (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/fs/nfsclient/
HDnfs_clstate.c939 int error = 0, ret, donelocally = 0; in nfscl_getbytelock() local
1022 donelocally = 1; in nfscl_getbytelock()
1027 if (!donelocally) { in nfscl_getbytelock()
1072 if (donelocally) { in nfscl_getbytelock()
1088 ret = nfscl_updatelock(lp, &nlop, &otherlop, donelocally); in nfscl_getbytelock()
1090 donelocally = 1; in nfscl_getbytelock()
1091 if (donelocally) { in nfscl_getbytelock()
4017 int error, newone, donelocally; in nfscl_relock() local
4023 lp->nfsl_openowner, &nlp, &newone, &donelocally); in nfscl_relock()
4024 if (error || donelocally) in nfscl_relock()
HDnfs_clrpcops.c3620 int error = 0, newone = 0, expireret = 0, retrycnt, donelocally; in nfsrpc_advlock() local
3726 NULL, 0, id, flags, NULL, NULL, &lp, &newone, &donelocally); in nfsrpc_advlock()
3727 if (error || donelocally) { in nfsrpc_advlock()