• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/fs/nfsclient/

Lines Matching refs:n_fhp

352 	nfhp = np->n_fhp;
387 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh,
388 np->n_fhp->nfh_len, mode, op,
395 np->n_v4->n4_fhlen, np->n_fhp->nfh_fh,
396 np->n_fhp->nfh_len, mode, op,
1219 nfhp = VTONFS(vp)->n_fhp;
1350 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1351 nfhp->nfh_len = np->n_fhp->nfh_len;
1352 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
1382 np->n_fhp->nfh_len, M_NFSFH, M_WAITOK);
1383 nfhp->nfh_len = np->n_fhp->nfh_len;
1384 NFSBCOPY(np->n_fhp->nfh_fh, nfhp->nfh_fh, nfhp->nfh_len);
1499 nfhp = np->n_fhp;
1660 nfhp = np->n_fhp;
2182 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0);
2312 np->n_fhp->nfh_fh, np->n_fhp->nfh_len,
2381 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2382 np->n_fhp->nfh_len, 0);
2469 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2470 np->n_fhp->nfh_len, 0);
2489 (void) nfsm_fhtom(nd, np->n_fhp->nfh_fh,
2490 np->n_fhp->nfh_len, 0);
2506 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh,
2507 VTONFS(tdvp)->n_fhp->nfh_len, 0);
2517 (void) nfsm_fhtom(nd, VTONFS(tdvp)->n_fhp->nfh_fh,
2518 VTONFS(tdvp)->n_fhp->nfh_len, 0);
2603 (void) nfsm_fhtom(nd, VTONFS(dvp)->n_fhp->nfh_fh,
2604 VTONFS(dvp)->n_fhp->nfh_len, 0);
2725 fhp = VTONFS(dvp)->n_fhp;
3645 dnp->n_fhp->nfh_fh, dnp->n_fhp->nfh_len)) {
3964 nfhp = VTONFS(vp)->n_fhp;
4033 NFSBCOPY(np->n_fhp->nfh_fh, &own[NFSV4CL_LOCKNAMELEN],
4034 np->n_fhp->nfh_len);
4035 (void)nfsm_strtom(nd, own, NFSV4CL_LOCKNAMELEN + np->n_fhp->nfh_len);
5661 error = nfscl_getstateid(vp, np->n_fhp->nfh_fh, np->n_fhp->nfh_len,
5670 layp = nfscl_getlayout(nmp->nm_clp, np->n_fhp->nfh_fh,
5671 np->n_fhp->nfh_len, off, &rflp, &recalled);
5688 error = nfsrpc_getlayout(nmp, vp, np->n_fhp, iolaymode,
5965 fhp = np->n_fhp;
7402 nfsm_fhtom(nd, np->n_fhp->nfh_fh, np->n_fhp->nfh_len, 0);