Lines Matching refs:stateidp

1141     nfsv4stateid_t *stateidp, struct ucred *cred, NFSPROC_T *p,  in nfsrpc_setattrrpc()  argument
1152 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_setattrrpc()
1401 nfsv4stateid_t *stateidp, NFSPROC_T *p, struct nfsvattr *nap, in nfsrpc_readrpc() argument
1428 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_readrpc()
1573 int *must_commit, struct ucred *cred, nfsv4stateid_t *stateidp, in nfsrpc_writerpc() argument
1605 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_writerpc()
4449 struct acl *aclp, nfsv4stateid_t *stateidp, void *stuff) in nfsrpc_setaclrpc() argument
4459 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_setaclrpc()
4709 nfsv4stateid_t *stateidp, int *retonclosep, struct nfsclflayouthead *flhp, in nfsrpc_layoutget() argument
4734 *tl++ = txdr_unsigned(stateidp->seqid); in nfsrpc_layoutget()
4735 NFSCL_DEBUG(4, "layget seq=%d\n", (int)stateidp->seqid); in nfsrpc_layoutget()
4736 *tl++ = stateidp->other[0]; in nfsrpc_layoutget()
4737 *tl++ = stateidp->other[1]; in nfsrpc_layoutget()
4738 *tl++ = stateidp->other[2]; in nfsrpc_layoutget()
4751 stateidp->seqid = fxdr_unsigned(uint32_t, *tl++); in nfsrpc_layoutget()
4753 (int)stateidp->seqid); in nfsrpc_layoutget()
4754 stateidp->other[0] = *tl++; in nfsrpc_layoutget()
4755 stateidp->other[1] = *tl++; in nfsrpc_layoutget()
4756 stateidp->other[2] = *tl++; in nfsrpc_layoutget()
5024 uint64_t off, uint64_t len, uint64_t lastbyte, nfsv4stateid_t *stateidp, in nfsrpc_layoutcommit() argument
5044 *tl++ = txdr_unsigned(stateidp->seqid); in nfsrpc_layoutcommit()
5045 *tl++ = stateidp->other[0]; in nfsrpc_layoutcommit()
5046 *tl++ = stateidp->other[1]; in nfsrpc_layoutcommit()
5047 *tl++ = stateidp->other[2]; in nfsrpc_layoutcommit()
5084 uint64_t len, nfsv4stateid_t *stateidp, int layoutcnt, uint32_t *layp, in nfsrpc_layoutreturn() argument
5108 NFSCL_DEBUG(4, "layoutret stseq=%d\n", (int)stateidp->seqid); in nfsrpc_layoutreturn()
5109 *tl++ = txdr_unsigned(stateidp->seqid); in nfsrpc_layoutreturn()
5110 *tl++ = stateidp->other[0]; in nfsrpc_layoutreturn()
5111 *tl++ = stateidp->other[1]; in nfsrpc_layoutreturn()
5112 *tl++ = stateidp->other[2]; in nfsrpc_layoutreturn()
5132 stateidp->seqid = fxdr_unsigned(uint32_t, *tl++); in nfsrpc_layoutreturn()
5133 stateidp->other[0] = *tl++; in nfsrpc_layoutreturn()
5134 stateidp->other[1] = *tl++; in nfsrpc_layoutreturn()
5135 stateidp->other[2] = *tl; in nfsrpc_layoutreturn()
5151 int iomode, uint32_t *notifybitsp, nfsv4stateid_t *stateidp, uint64_t off, in nfsrpc_getlayout() argument
5178 stateid.other[0] = stateidp->other[0]; in nfsrpc_getlayout()
5179 stateid.other[1] = stateidp->other[1]; in nfsrpc_getlayout()
5180 stateid.other[2] = stateidp->other[2]; in nfsrpc_getlayout()
5605 int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, in nfscl_doflayoutio() argument
5655 error = nfsrpc_readds(vp, uiop, stateidp, eofp, *dspp, in nfscl_doflayoutio()
5659 stateidp, *dspp, io_off, xfer, fhp, commit_thru_mds, in nfscl_doflayoutio()
5681 nfsrpc_readds(vnode_t vp, struct uio *uiop, nfsv4stateid_t *stateidp, int *eofp, in nfsrpc_readds() argument
5695 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSEQIDZERO); in nfsrpc_readds()
5726 nfsv4stateid_t *stateidp, struct nfsclds *dsp, uint64_t io_off, int len, in nfsrpc_writeds() argument
5741 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSEQIDZERO); in nfsrpc_writeds()