Lines Matching defs:stateidp
520 int fords, struct ucred *cred, NFSPROC_T *p, nfsv4stateid_t *stateidp,
541 stateidp->seqid = 0;
542 stateidp->other[0] = 0;
543 stateidp->other[1] = 0;
544 stateidp->other[2] = 0;
563 stateidp->seqid = 0;
564 stateidp->other[0] =
566 stateidp->other[1] =
568 stateidp->other[2] =
601 stateidp->seqid = 0;
603 stateidp->seqid =
605 stateidp->other[0] = dp->nfsdl_stateid.other[0];
606 stateidp->other[1] = dp->nfsdl_stateid.other[1];
607 stateidp->other[2] = dp->nfsdl_stateid.other[2];
641 stateidp->seqid = 0;
643 stateidp->seqid = lp->nfsl_stateid.seqid;
644 stateidp->other[0] =
646 stateidp->other[1] =
648 stateidp->other[2] =
695 stateidp->seqid = 0;
697 stateidp->seqid = op->nfso_stateid.seqid;
698 stateidp->other[0] = op->nfso_stateid.other[0];
699 stateidp->other[1] = op->nfso_stateid.other[1];
700 stateidp->other[2] = op->nfso_stateid.other[2];
5206 nfsv4stateid_t *stateidp, int layouttype, int retonclose,
5247 lyp->nfsly_stateid.seqid = stateidp->seqid;
5248 lyp->nfsly_stateid.other[0] = stateidp->other[0];
5249 lyp->nfsly_stateid.other[1] = stateidp->other[1];
5250 lyp->nfsly_stateid.other[2] = stateidp->other[2];
5275 if (stateidp->seqid > lyp->nfsly_stateid.seqid)
5276 lyp->nfsly_stateid.seqid = stateidp->seqid;
5289 } else if (stateidp->seqid > lyp->nfsly_stateid.seqid)
5290 lyp->nfsly_stateid.seqid = stateidp->seqid;