Searched refs:nfsrv_fhtovp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c287 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
418 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
505 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
726 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
846 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
1211 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
1491 error = nfsrv_fhtovp(&nd->nd_fh, nd, &vp, &nx, &nxo);
3146 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
3931 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
4151 error = nfsrv_fhtovp(
[all...]
H A Dnfs.h1141 int nfsrv_fhtovp(struct nfs_filehandle *, struct nfsrv_descript *, vnode_t *,
H A Dnfs_syscalls.c520 error = nfsrv_fhtovp(&nfh, NULL, &vp, &nx, &nxo);
H A Dnfs_subs.c1644 error = nfsrv_fhtovp(nfhp, nd, &dp, nxp, nxop);
2654 * nfsrv_fhtovp() - convert FH to vnode and export info
2657 nfsrv_fhtovp( function

Completed in 95 milliseconds