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

  /src/sys/fs/nfs/client/
nfs_clstate.c 3942 int error = 0, newone; local in function:nfscl_moveopen
3962 newone = 0;
3964 lop->nfso_fh, lop->nfso_fhlen, &newone);
3970 if (newone)
3973 if (newone)
4019 int error, newone, donelocally; local in function:nfscl_relock
4025 lp->nfsl_openowner, &nlp, &newone, &donelocally);
4034 nfhp->nfh_len, nlp, newone, 0, off,
4111 int fhlen, struct nfscllockowner *nlp, int newone, int reclaim,
4118 error = nfsrpc_lock(nd, nmp, vp, fhp, fhlen, nlp, newone,
    [all...]
nfs_clrpcops.c 270 int ret, newone, error, expireret = 0, retrycnt; local in function:nfsrpc_open
298 cred, p, NULL, &op, &newone, &ret, 1);
354 nfscl_openrelease(op, error, newone);
1844 int error = 0, newone, expireret = 0, retrycnt, unlocked; local in function:nfsrpc_create
1855 NFSV4OPEN_ACCESSREAD), 0, cred, p, &owp, NULL, &newone,
1875 nfscl_ownerrelease(owp, error, newone, unlocked);
1959 int error = 0, deleg, newone, ret, acesize, limitby; local in function:nfsrpc_createv4
2134 cred, p, NULL, &op, &newone, NULL, 0);
2178 nfscl_openrelease(op, error, newone);
3678 int error = 0, newone = 0, expireret = 0, retrycnt, donelocally local in function:nfsrpc_advlock
    [all...]

Completed in 18 milliseconds