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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c301 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
424 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
511 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
735 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
854 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
1237 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
1517 error = nfsrv_fhtovp(&nd->nd_fh, nd, &vp, &nx, &nxo);
3146 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
3933 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
4156 error = nfsrv_fhtovp(
[all...]
H A Dnfs.h1375 int nfsrv_fhtovp(struct nfs_filehandle *, struct nfsrv_descript *, vnode_t *,
H A Dnfs_syscalls.c554 error = nfsrv_fhtovp(&nfh, NULL, &vp, &nx, &nxo);
H A Dnfs_subs.c2069 error = nfsrv_fhtovp(nfhp, nd, &dp, nxp, nxop);
3177 * nfsrv_fhtovp() - convert FH to vnode and export info
3180 nfsrv_fhtovp( function

Completed in 71 milliseconds