Lines Matching defs:stateid
314 nfsv4stateid_t stateid;
329 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
330 NFSBCOPY((caddr_t)tl,(caddr_t)stateid.other,NFSX_STATEIDOTHER);
382 nd->nd_repstat = nfsrv_checksetattr(vp, nd, &stateid,
648 nfsv4stateid_t stateid;
728 &stateid, exp, nd, p);
810 nfsv4stateid_t stateid;
906 &stateid, exp, nd, p);
2191 nfsv4stateid_t stateid;
2322 &stateid, exp, nd, p);
2329 *tl++ = txdr_unsigned(stateid.seqid);
2330 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
2345 *tl++ = stateid.other[0];
2346 *tl = stateid.other[1];
2373 nfsv4stateid_t stateid;
2440 &stateid, exp, nd, p);
2486 nfsv4stateid_t stateid;
2556 &stateid, exp, nd, p);
2563 *tl++ = txdr_unsigned(stateid.seqid);
2564 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
2590 nfsv4stateid_t stateid, delegstateid;
2769 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2770 NFSBCOPY((caddr_t)tl,(caddr_t)stateid.other,NFSX_STATEIDOTHER);
2782 &stateid, stp, NULL, nd, p, nd->nd_repstat);
2838 nfsvno_open(nd, &named, clientid, &stateid, stp,
2867 nd->nd_repstat = nfsrv_opencheck(clientid, &stateid,
2912 nd->nd_repstat = nfsrv_openctrl(nd, vp, &stp, clientid, &stateid,
2929 *tl++ = txdr_unsigned(stateid.seqid);
2930 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
3028 nfsv4stateid_t stateid;
3053 nd->nd_repstat = nfsrv_openupdate(vp, stp, clientid, &stateid, nd, p);
3057 *tl++ = txdr_unsigned(stateid.seqid);
3058 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
3113 nfsv4stateid_t stateid;
3117 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
3118 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other, NFSX_STATEIDOTHER);
3119 clientid.lval[0] = stateid.other[0];
3120 clientid.lval[1] = stateid.other[1];
3132 nd->nd_repstat = nfsrv_delegupdate(nd, clientid, &stateid, vp,
3167 nfsv4stateid_t stateid;
3197 nd->nd_repstat = nfsrv_openupdate(vp, stp, clientid, &stateid, nd, p);
3200 *tl++ = txdr_unsigned(stateid.seqid);
3201 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
3220 nfsv4stateid_t stateid;
3283 nd->nd_repstat = nfsrv_openupdate(vp, stp, clientid, &stateid,
3287 *tl++ = txdr_unsigned(stateid.seqid);
3288 NFSBCOPY((caddr_t)stateid.other,(caddr_t)tl,NFSX_STATEIDOTHER);
4064 * nfsv4 free stateid service
4071 nfsv4stateid_t stateid;
4079 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
4080 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER);
4081 nd->nd_repstat = nfsrv_freestateid(nd, &stateid, p);