Home | History | Annotate | Download | only in client

Lines Matching refs:nfso_stateid

440 		op->nfso_stateid.seqid = *tl++;
441 op->nfso_stateid.other[0] = *tl++;
442 op->nfso_stateid.other[1] = *tl++;
443 op->nfso_stateid.other[2] = *tl;
591 *tl++ = op->nfso_stateid.seqid;
592 *tl++ = op->nfso_stateid.other[0];
593 *tl++ = op->nfso_stateid.other[1];
594 *tl++ = op->nfso_stateid.other[2];
604 op->nfso_stateid.seqid = *tl++;
605 op->nfso_stateid.other[0] = *tl++;
606 op->nfso_stateid.other[1] = *tl++;
607 op->nfso_stateid.other[2] = *tl;
755 *tl++ = op->nfso_stateid.seqid;
756 *tl++ = op->nfso_stateid.other[0];
757 *tl++ = op->nfso_stateid.other[1];
758 *tl = op->nfso_stateid.other[2];
793 *tl++ = op->nfso_stateid.seqid;
794 *tl++ = op->nfso_stateid.other[0];
795 *tl++ = op->nfso_stateid.other[1];
796 *tl++ = op->nfso_stateid.other[2];
804 op->nfso_stateid.seqid = *tl++;
805 op->nfso_stateid.other[0] = *tl++;
806 op->nfso_stateid.other[1] = *tl++;
807 op->nfso_stateid.other[2] = *tl;
2137 op->nfso_stateid = stateid;
3987 *tl++ = lp->nfsl_open->nfso_stateid.seqid;
3988 *tl++ = lp->nfsl_open->nfso_stateid.other[0];
3989 *tl++ = lp->nfsl_open->nfso_stateid.other[1];
3990 *tl++ = lp->nfsl_open->nfso_stateid.other[2];