Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c2448 struct nfs_filehandle *nfhp, in nfsrv_namei() argument
2464 error = nfsrv_fhtovp(nfhp, nd, &dp, nxp, nxop); in nfsrv_namei()
3696 nfsrv_fhtoexport(struct nfs_filehandle *nfhp) in nfsrv_fhtoexport() argument
3698 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; in nfsrv_fhtoexport()
3784 struct nfs_filehandle *nfhp, in nfsrv_fhtovp() argument
3790 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; in nfsrv_fhtovp()
3812 if (nfhp->nfh_len > NFSV3_MAX_FH_SIZE) { in nfsrv_fhtovp()
3815 if (nfhp->nfh_len < (int)sizeof(struct nfs_exphandle)) { in nfsrv_fhtovp()
3823 *nxp = nfsrv_fhtoexport(nfhp); in nfsrv_fhtovp()
3881 fidp = nfhp->nfh_fhp + sizeof(*nxh); in nfsrv_fhtovp()
[all …]