Lines Matching refs:stateidp

517     int fords, struct ucred *cred, NFSPROC_T *p, nfsv4stateid_t *stateidp,  in nfscl_getstateid()  argument
538 stateidp->seqid = 0; in nfscl_getstateid()
539 stateidp->other[0] = 0; in nfscl_getstateid()
540 stateidp->other[1] = 0; in nfscl_getstateid()
541 stateidp->other[2] = 0; in nfscl_getstateid()
560 stateidp->seqid = 0; in nfscl_getstateid()
561 stateidp->other[0] = in nfscl_getstateid()
563 stateidp->other[1] = in nfscl_getstateid()
565 stateidp->other[2] = in nfscl_getstateid()
598 stateidp->seqid = 0; in nfscl_getstateid()
600 stateidp->seqid = in nfscl_getstateid()
602 stateidp->other[0] = dp->nfsdl_stateid.other[0]; in nfscl_getstateid()
603 stateidp->other[1] = dp->nfsdl_stateid.other[1]; in nfscl_getstateid()
604 stateidp->other[2] = dp->nfsdl_stateid.other[2]; in nfscl_getstateid()
638 stateidp->seqid = 0; in nfscl_getstateid()
640 stateidp->seqid = lp->nfsl_stateid.seqid; in nfscl_getstateid()
641 stateidp->other[0] = in nfscl_getstateid()
643 stateidp->other[1] = in nfscl_getstateid()
645 stateidp->other[2] = in nfscl_getstateid()
692 stateidp->seqid = 0; in nfscl_getstateid()
694 stateidp->seqid = op->nfso_stateid.seqid; in nfscl_getstateid()
695 stateidp->other[0] = op->nfso_stateid.other[0]; in nfscl_getstateid()
696 stateidp->other[1] = op->nfso_stateid.other[1]; in nfscl_getstateid()
697 stateidp->other[2] = op->nfso_stateid.other[2]; in nfscl_getstateid()
5283 nfsv4stateid_t *stateidp, int layouttype, int retonclose, in nfscl_layout() argument
5324 lyp->nfsly_stateid.seqid = stateidp->seqid; in nfscl_layout()
5325 lyp->nfsly_stateid.other[0] = stateidp->other[0]; in nfscl_layout()
5326 lyp->nfsly_stateid.other[1] = stateidp->other[1]; in nfscl_layout()
5327 lyp->nfsly_stateid.other[2] = stateidp->other[2]; in nfscl_layout()
5352 if (stateidp->seqid > lyp->nfsly_stateid.seqid) in nfscl_layout()
5353 lyp->nfsly_stateid.seqid = stateidp->seqid; in nfscl_layout()
5366 } else if (stateidp->seqid > lyp->nfsly_stateid.seqid) in nfscl_layout()
5367 lyp->nfsly_stateid.seqid = stateidp->seqid; in nfscl_layout()