Lines Matching defs:fhp
120 struct nfsfh *fhp;
1329 nfsrpc_getattrnovp(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, int syscred,
1337 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, fhp, fhlen, NULL, NULL, 0, 0,
3227 struct nfsfh *fhp;
3234 fhp = VTONFS(dvp)->n_fhp;
3252 (void)nfsm_fhtom(nmp, nd, fhp->nfh_fh, fhp->nfh_len, 0);
5145 u_char *cp, *cp2, *fhp;
5193 fhp = malloc(len + 1, M_TEMP, M_WAITOK);
5194 nd->nd_repstat = nfsrv_mtostr(nd, fhp, len);
5198 NFSBCOPY(fhp, nmp->nm_fh, len);
5203 free(fhp, M_TEMP);
5582 nfsrpc_layoutget(struct nfsmount *nmp, uint8_t *fhp, int fhlen, int iomode,
5590 nfscl_reqstart(nd, NFSPROC_LAYOUTGET, nmp, fhp, fhlen, NULL, NULL, 0,
6679 struct nfsfh *fhp;
6706 fhp = flp->nfsfl_fh[stripe_pos];
6715 fhp = flp->nfsfl_fh[stripe_index];
6717 fhp = flp->nfsfl_fh[0];
6719 fhp = np->n_fhp;
6735 *dspp, fhp, NFS_VER4, minorvers, cred, p);
6750 io_off, xfer, fhp, 0, NFS_VER4, minorvers, cred, p);
6753 stateidp, *dspp, io_off, xfer, fhp, commit_thru_mds,
6784 struct nfsfh *fhp;
6797 fhp = flp->nfsfl_ffm[mirror].fh[dp->nfsdi_versindex];
6800 mirror, dp->nfsdi_versindex, fhp->nfh_len, stateidp->seqid);
6843 *dspp, fhp, dp->nfsdi_vers,
6848 *dspp, fhp, dp->nfsdi_vers,
6874 off, xfer, fhp, 1, dp->nfsdi_vers,
6886 fhp, 0, 1, dp->nfsdi_vers,
6916 xfer, fhp, m,
6924 xfer, fhp, m,
6956 struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, int flex,
6969 nfscl_reqstart(nd, NFSPROC_READDS, nmp, fhp->nfh_fh,
6970 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers,
6979 nfscl_reqstart(nd, NFSPROC_READ, nmp, fhp->nfh_fh,
6980 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers,
7032 struct nfsfh *fhp, int commit_thru_mds, int flex, int vers, int minorvers,
7047 nfscl_reqstart(nd, NFSPROC_WRITEDS, nmp, fhp->nfh_fh,
7048 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers,
7058 nfscl_reqstart(nd, NFSPROC_WRITE, nmp, fhp->nfh_fh,
7059 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers,
7173 struct nfsfh *fhp, struct mbuf *m, int vers, int minorvers,
7186 nfscl_reqstart(nd, NFSPROC_WRITEDS, nmp, fhp->nfh_fh,
7187 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers,
7195 nfscl_reqstart(nd, NFSPROC_WRITE, nmp, fhp->nfh_fh,
7196 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers,
7286 drpc->fhp, drpc->m, drpc->vers, drpc->minorvers, drpc->cred,
7299 struct nfsfh *fhp, struct mbuf *m, int vers, int minorvers,
7313 drpc->fhp = fhp;
7327 stateidp, dsp, off, len, fhp, m, vers, minorvers, cred, p);
7404 struct nfsfh *fhp, int vers, int minorvers, struct ucred *cred,
7416 nfscl_reqstart(nd, NFSPROC_COMMITDS, nmp, fhp->nfh_fh,
7417 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers,
7421 nfscl_reqstart(nd, NFSPROC_COMMIT, nmp, fhp->nfh_fh,
7422 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers,
7476 drpc->dsp, drpc->fhp, drpc->vers, drpc->minorvers, drpc->cred,
7488 struct nfsfh *fhp, int vers, int minorvers,
7499 drpc->fhp = fhp;
7511 error = nfsrpc_commitds(vp, offset, cnt, dsp, fhp, vers,
7560 struct nfsclds *dsp, struct nfsfh *fhp, int vers, int minorvers,
7581 nfscl_reqstart(nd, NFSPROC_IOADVISEDS, nmp, fhp->nfh_fh,
7582 fhp->nfh_len, NULL, &dsp->nfsclds_sess, vers, minorvers, NULL);
7618 drpc->advise, drpc->dsp, drpc->fhp, drpc->vers, drpc->minorvers,
7630 struct nfsclds *dsp, struct nfsfh *fhp, int vers, int minorvers,
7642 drpc->fhp = fhp;
7654 error = nfsrpc_adviseds(vp, offset, cnt, advise, dsp, fhp, vers,