HomeSort by: relevance | last modified time | path
    Searched refs:nfsl_open (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/common/
nfsclstate.h 202 struct nfsclopen *nfsl_open; member in struct:nfscllockowner
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 711 (void)nfsrpc_rellockown(nmp, lp, lp->nfsl_open->nfso_fh,
712 lp->nfsl_open->nfso_fhlen, tcred, p);
3762 if (dorpc && (lp->nfsl_open->nfso_posixlock ||
3793 if (!lp->nfsl_open->nfso_posixlock &&
3915 nfscl_reqstart(nd, NFSPROC_LOCKU, nmp, lp->nfsl_open->nfso_fh,
3916 lp->nfsl_open->nfso_fhlen, NULL, NULL);
3949 nfscl_initiate_recovery(lp->nfsl_open->nfso_own->nfsow_clp);
3983 *tl++ = txdr_unsigned(lp->nfsl_open->nfso_own->nfsow_seqid);
3987 *tl++ = lp->nfsl_open->nfso_stateid.seqid;
3988 *tl++ = lp->nfsl_open->nfso_stateid.other[0]
    [all...]
nfs_clstate.c 1075 nlp->nfsl_open = NULL;
1078 nlp->nfsl_open = op;
1386 clp = lp->nfsl_open->nfso_own->nfsow_clp;
1760 if (lfhp->nfslfh_len == lp->nfsl_open->nfso_fhlen &&
1761 !NFSBCMP(lfhp->nfslfh_fh, lp->nfsl_open->nfso_fh,
1779 mylfhp->nfslfh_len = lp->nfsl_open->nfso_fhlen;
1780 NFSBCOPY(lp->nfsl_open->nfso_fh, mylfhp->nfslfh_fh,

Completed in 109 milliseconds