Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/nfs/
H A Dnfs_serv.c717 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh); in nfsrv_lookup()
2266 error = nfsrv_vptofh(nx, nd->nd_vers, NULL, vp, ctx, &nfh); in nfsrv_create()
2530 error = nfsrv_vptofh(nx, NFS_VER3, NULL, vp, ctx, &nfh); in nfsrv_mknod()
3695 error = nfsrv_vptofh(nx, NFS_VER3, NULL, vp, ctx, &nfh); in nfsrv_symlink()
3941 error = nfsrv_vptofh(nx, nd->nd_vers, NULL, vp, ctx, &nfh); in nfsrv_mkdir()
4647 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh)) { in nfsrv_readdirplus()
H A Dnfs.h1133 int nfsrv_vptofh(struct nfs_export *, int, struct nfs_filehandle *,
H A Dnfs_subs.c2462 nfsrv_vptofh( in nfsrv_vptofh() function