Lines Matching defs:nlyp
7120 struct nfslayout *lyp, *nlyp;
7131 TAILQ_FOREACH_SAFE(lyp, &lhyp->list, lay_list, nlyp) {
7159 TAILQ_FOREACH_SAFE(lyp, &loclyp, lay_list, nlyp) {
7432 struct nfslayout *lyp, *nlyp;
7458 TAILQ_FOREACH(nlyp, &lhyp->list, lay_list) {
7459 if (NFSBCMP(&nlyp->lay_fh, fhp, sizeof(*fhp)) == 0 &&
7460 nlyp->lay_clientid.qval == nd->nd_clientid.qval)
7463 if (nlyp != NULL) {
7465 nlyp->lay_flags |= (lyp->lay_flags & (NFSLAY_READ | NFSLAY_RW));
7466 NFSBCOPY(nlyp->lay_xdr, layp, nlyp->lay_layoutlen);
7467 *layoutlenp = nlyp->lay_layoutlen;
7468 if (++nlyp->lay_stateid.seqid == 0)
7469 nlyp->lay_stateid.seqid = 1;
7470 stateidp->seqid = nlyp->lay_stateid.seqid;
7471 stateidp->other[0] = nlyp->lay_stateid.other[0];
7472 stateidp->other[1] = nlyp->lay_stateid.other[1];
7473 stateidp->other[2] = nlyp->lay_stateid.other[2];
7551 struct nfslayout *lyp, *nlyp;
7557 TAILQ_FOREACH_SAFE(lyp, &lhyp->list, lay_list, nlyp) {
7618 struct nfslayout *lyp, *nlyp;
7635 TAILQ_FOREACH_SAFE(lyp, &nfsrv_recalllisthead, lay_list, nlyp)
7647 struct nfslayout *lyp, *nlyp;
7653 TAILQ_FOREACH_SAFE(lyp, &lhyp->list, lay_list, nlyp) {
7678 struct nfslayout *lyp, *nlyp;
7682 TAILQ_FOREACH_SAFE(lyp, &lhyp->list, lay_list, nlyp) {
7696 struct nfslayout *lyp, *nlyp;
7702 TAILQ_FOREACH_SAFE(lyp, &lhyp->list, lay_list, nlyp)
8329 struct nfslayout *lyp, *nlyp;
8382 TAILQ_FOREACH_SAFE(lyp, &lhyp->list, lay_list, nlyp) {
8465 TAILQ_FOREACH_SAFE(lyp, &thl, lay_list, nlyp)