Lines Matching defs:stateid

312 	nfsv4stateid_t stateid;
327 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
328 NFSBCOPY((caddr_t)tl,(caddr_t)stateid.other,NFSX_STATEIDOTHER);
380 nd->nd_repstat = nfsrv_checksetattr(vp, nd, &stateid,
646 nfsv4stateid_t stateid;
726 &stateid, exp, nd, p);
809 nfsv4stateid_t stateid;
905 &stateid, exp, nd, p);
2190 nfsv4stateid_t stateid;
2321 &stateid, exp, nd, p);
2328 *tl++ = txdr_unsigned(stateid.seqid);
2329 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
2344 *tl++ = stateid.other[0];
2345 *tl = stateid.other[1];
2372 nfsv4stateid_t stateid;
2439 &stateid, exp, nd, p);
2485 nfsv4stateid_t stateid;
2555 &stateid, exp, nd, p);
2562 *tl++ = txdr_unsigned(stateid.seqid);
2563 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
2589 nfsv4stateid_t stateid, delegstateid;
2768 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2769 NFSBCOPY((caddr_t)tl,(caddr_t)stateid.other,NFSX_STATEIDOTHER);
2781 &stateid, stp, NULL, nd, p, nd->nd_repstat);
2837 nfsvno_open(nd, &named, clientid, &stateid, stp,
2866 nd->nd_repstat = nfsrv_opencheck(clientid, &stateid,
2911 nd->nd_repstat = nfsrv_openctrl(nd, vp, &stp, clientid, &stateid,
2928 *tl++ = txdr_unsigned(stateid.seqid);
2929 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
3027 nfsv4stateid_t stateid;
3052 nd->nd_repstat = nfsrv_openupdate(vp, stp, clientid, &stateid, nd, p);
3056 *tl++ = txdr_unsigned(stateid.seqid);
3057 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
3112 nfsv4stateid_t stateid;
3116 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
3117 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other, NFSX_STATEIDOTHER);
3118 clientid.lval[0] = stateid.other[0];
3119 clientid.lval[1] = stateid.other[1];
3131 nd->nd_repstat = nfsrv_delegupdate(nd, clientid, &stateid, vp,
3166 nfsv4stateid_t stateid;
3196 nd->nd_repstat = nfsrv_openupdate(vp, stp, clientid, &stateid, nd, p);
3199 *tl++ = txdr_unsigned(stateid.seqid);
3200 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
3219 nfsv4stateid_t stateid;
3282 nd->nd_repstat = nfsrv_openupdate(vp, stp, clientid, &stateid,
3286 *tl++ = txdr_unsigned(stateid.seqid);
3287 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
4063 * nfsv4 free stateid service
4070 nfsv4stateid_t stateid;
4078 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
4079 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER);
4080 nd->nd_repstat = nfsrv_freestateid(nd, &stateid, p);