Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/nfs/
H A Dnfs_serv.c727 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh); in nfsrv_lookup()
2276 error = nfsrv_vptofh(nx, nd->nd_vers, NULL, vp, ctx, &nfh); in nfsrv_create()
2540 error = nfsrv_vptofh(nx, NFS_VER3, NULL, vp, ctx, &nfh); in nfsrv_mknod()
3705 error = nfsrv_vptofh(nx, NFS_VER3, NULL, vp, ctx, &nfh); in nfsrv_symlink()
3951 error = nfsrv_vptofh(nx, nd->nd_vers, NULL, vp, ctx, &nfh); in nfsrv_mkdir()
4673 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh)) { in nfsrv_readdirplus()
H A Dnfs.h1137 int nfsrv_vptofh(struct nfs_export *, int, struct nfs_filehandle *,
H A Dnfs_subs.c2438 nfsrv_vptofh( in nfsrv_vptofh() function