Home
last modified time | relevance | path

Searched refs:nfhp (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_subs.c983 struct nfs_filehandle *nfhp, in nfsrv_namei() argument
999 error = nfsrv_fhtovp(nfhp, nd, &dp, nxp, nxop); in nfsrv_namei()
2232 nfsrv_fhtoexport(struct nfs_filehandle *nfhp) in nfsrv_fhtoexport() argument
2234 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; in nfsrv_fhtoexport()
2320 struct nfs_filehandle *nfhp, in nfsrv_fhtovp() argument
2326 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; in nfsrv_fhtovp()
2348 if (nfhp->nfh_len > NFSV3_MAX_FH_SIZE) { in nfsrv_fhtovp()
2351 if (nfhp->nfh_len < (int)sizeof(struct nfs_exphandle)) { in nfsrv_fhtovp()
2359 *nxp = nfsrv_fhtoexport(nfhp); in nfsrv_fhtovp()
2417 fidp = nfhp->nfh_fhp + sizeof(*nxh); in nfsrv_fhtovp()
[all …]