Searched refs:nfsrv_vptofh (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_serv.c648 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh);
2068 error = nfsrv_vptofh(nx, nd->nd_vers, NULL, vp, ctx, &nfh);
2311 error = nfsrv_vptofh(nx, NFS_VER3, NULL, vp, ctx, &nfh);
3415 error = nfsrv_vptofh(nx, NFS_VER3, NULL, vp, ctx, &nfh);
3640 error = nfsrv_vptofh(nx, nd->nd_vers, NULL, vp, ctx, &nfh);
4281 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh))
H A Dnfs.h1419 int nfsrv_vptofh(struct nfs_export *, int, struct nfs_filehandle *,
H A Dnfs_subs.c3405 * nfsrv_vptofh() - convert vnode to file handle for given export
3413 nfsrv_vptofh( function

Completed in 38 milliseconds