Lines Matching refs:n_fhp
282 nfhp = np->n_fhp;
309 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh,
310 np->n_fhp->nfh_len, mode, op,
1090 nfhp = VTONFS(vp)->n_fhp;
1214 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1215 nfhp->nfh_len = np->n_fhp->nfh_len;
1216 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
1246 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1247 nfhp->nfh_len = np->n_fhp->nfh_len;
1248 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
1363 nfhp = np->n_fhp;
1517 nfhp = np->n_fhp;
2030 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0);
2160 np->n_fhp->nfh_fh, np->n_fhp->nfh_len,
2229 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2230 np->n_fhp->nfh_len, 0);
2317 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2318 np->n_fhp->nfh_len, 0);
2337 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2338 np->n_fhp->nfh_len, 0);
2354 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh,
2355 VTONFS(tdvp)->n_fhp->nfh_len, 0);
2365 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh,
2366 VTONFS(tdvp)->n_fhp->nfh_len, 0);
2451 (void) nfsm_fhtom(nd, VTONFS(dvp)->n_fhp->nfh_fh,
2452 VTONFS(dvp)->n_fhp->nfh_len, 0);
2573 fhp = VTONFS(dvp)->n_fhp;
3474 dnp->n_fhp->nfh_fh, dnp->n_fhp->nfh_len)) {
3792 nfhp = VTONFS(vp)->n_fhp;
3859 NFSBCOPY(np->n_fhp->nfh_fh, &own[NFSV4CL_LOCKNAMELEN],
3860 np->n_fhp->nfh_len);
3861 (void)nfsm_strtom(nd, own, NFSV4CL_LOCKNAMELEN + np->n_fhp->nfh_len);
5474 error = nfscl_getstateid(vp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len,
5483 layp = nfscl_getlayout(nmp->nm_clp, np->n_fhp->nfh_fh,
5484 np->n_fhp->nfh_len, off, &rflp, &recalled);
5501 error = nfsrpc_getlayout(nmp, vp, np->n_fhp, iolaymode,
5647 fhp = np->n_fhp;