Lines Matching defs:fhlen
378 nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen,
394 nfscl_reqstart(nd, NFSPROC_OPEN, nmp, nfhp, fhlen, NULL, NULL);
544 ret = nfsrpc_openrpc(nmp, vp, nfhp, fhlen, newfhp,
780 nfsrpc_openconfirm(vnode_t vp, u_int8_t *nfhp, int fhlen,
791 nfscl_reqstart(nd, NFSPROC_OPENCONFIRM, nmp, nfhp, fhlen, NULL, NULL);
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);
3960 u_int8_t *nfhp, int fhlen, struct nfscllockowner *lp, int newone,
3968 nfscl_reqstart(nd, NFSPROC_LOCK, nmp, nfhp, fhlen, NULL, NULL);
3995 NFSBCOPY(nfhp, &own[NFSV4CL_LOCKNAMELEN], fhlen);
3996 (void)nfsm_strtom(nd, own, NFSV4CL_LOCKNAMELEN + fhlen);
4266 uint8_t *fh, int fhlen, struct ucred *cred, NFSPROC_T *p)
4285 NFSBCOPY(fh, &own[NFSV4CL_LOCKNAMELEN], fhlen);
4286 (void)nfsm_strtom(nd, own, NFSV4CL_LOCKNAMELEN + fhlen);
4708 nfsrpc_layoutget(struct nfsmount *nmp, uint8_t *fhp, int fhlen, int iomode,
4723 nfscl_reqstart(nd, NFSPROC_LAYOUTGET, nmp, fhp, fhlen, NULL, NULL);
5024 nfsrpc_layoutcommit(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim,
5034 nfscl_reqstart(nd, NFSPROC_LAYOUTCOMMIT, nmp, fh, fhlen, NULL, NULL);
5083 nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim,
5093 nfscl_reqstart(nd, NFSPROC_LAYOUTRETURN, nmp, fh, fhlen, NULL, NULL);