Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_subs.c950 struct nfs_filehandle *nfhp, in nfsrv_namei() argument
966 error = nfsrv_fhtovp(nfhp, nd, &dp, nxp, nxop); in nfsrv_namei()
2208 nfsrv_fhtoexport(struct nfs_filehandle *nfhp) in nfsrv_fhtoexport() argument
2210 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; in nfsrv_fhtoexport()
2296 struct nfs_filehandle *nfhp, in nfsrv_fhtovp() argument
2302 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; in nfsrv_fhtovp()
2324 if (nfhp->nfh_len > NFSV3_MAX_FH_SIZE) { in nfsrv_fhtovp()
2327 if (nfhp->nfh_len < (int)sizeof(struct nfs_exphandle)) { in nfsrv_fhtovp()
2335 *nxp = nfsrv_fhtoexport(nfhp); in nfsrv_fhtovp()
2393 fidp = nfhp->nfh_fhp + sizeof(*nxh); in nfsrv_fhtovp()
[all …]