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

  /src/sys/fs/nfs/client/
nfs_clstate.c 1894 struct nfscllayout *lyp, *nlyp; local in function:nfscl_recover
1916 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp)
1917 nfscl_freelayout(lyp);
2454 struct nfscllayout *lyp, *nlyp; local in function:nfscl_renewthread
2631 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) {
2632 if ((lyp->nfsly_flags & NFSLY_RECALL) != 0) {
2636 if (lyp->nfsly_lock.nfslock_usecnt > 0 ||
2637 (lyp->nfsly_lock.nfslock_lock &
2639 lyp->nfsly_lock.nfslock_lock |=
2641 (void)nfsmsleep(&lyp->nfsly_lock
3163 struct nfscllayout *lyp; local in function:nfscl_docb
4692 struct nfscllayout *lyp, *tlyp; local in function:nfscl_layout
4792 struct nfscllayout *lyp; local in function:nfscl_getlayout
4839 struct nfscllayout *lyp; local in function:nfscl_retoncloselayout
4921 struct nfscllayout *lyp; local in function:nfscl_findlayout
5185 struct nfscllayout *lyp; local in function:nfscl_layoutcommit
    [all...]
nfs_clrpcops.c 5155 struct nfscllayout *lyp; local in function:nfsrpc_getlayout
5164 * If lyp is returned non-NULL, there will be a refcnt (shared lock)
5168 lyp = nfscl_getlayout(nmp->nm_clp, nfhp->nfh_fh, nfhp->nfh_len,
5171 if (lyp == NULL || flp == NULL) {
5177 if (lyp == NULL) {
5188 stateid.seqid = lyp->nfsly_stateid.seqid;
5189 stateid.other[0] = lyp->nfsly_stateid.other[0];
5190 stateid.other[1] = lyp->nfsly_stateid.other[1];
5191 stateid.other[2] = lyp->nfsly_stateid.other[2];
5220 nfhp->nfh_len, &stateid, retonclose, &flh, &lyp,
    [all...]

Completed in 18 milliseconds