Home | History | Annotate | Download | only in client

Lines Matching defs:fhp

1028 nfsrpc_getattrnovp(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, int syscred,
1036 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, fhp, fhlen, NULL, NULL);
2566 struct nfsfh *fhp;
2573 fhp = VTONFS(dvp)->n_fhp;
2591 (void) nfsm_fhtom(nd, fhp->nfh_fh, fhp->nfh_len, 0);
4708 nfsrpc_layoutget(struct nfsmount *nmp, uint8_t *fhp, int fhlen, int iomode,
4723 nfscl_reqstart(nd, NFSPROC_LAYOUTGET, nmp, fhp, fhlen, NULL, NULL);
5612 struct nfsfh *fhp;
5634 fhp = flp->nfsfl_fh[stripe_pos];
5643 fhp = flp->nfsfl_fh[stripe_index];
5645 fhp = flp->nfsfl_fh[0];
5647 fhp = np->n_fhp;
5656 io_off, xfer, fhp, cred, p);
5659 stateidp, *dspp, io_off, xfer, fhp, commit_thru_mds,
5682 struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp,
5693 nfscl_reqstart(nd, NFSPROC_READDS, nmp, fhp->nfh_fh, fhp->nfh_len,
5726 struct nfsfh *fhp, int commit_thru_mds, struct ucred *cred, NFSPROC_T *p)
5738 nfscl_reqstart(nd, NFSPROC_WRITEDS, nmp, fhp->nfh_fh, fhp->nfh_len,
5891 struct nfsfh *fhp, struct ucred *cred, NFSPROC_T *p, void *stuff)
5899 nfscl_reqstart(nd, NFSPROC_COMMITDS, nmp, fhp->nfh_fh, fhp->nfh_len,