Searched refs:nfsrv_vptofh (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.81.2/bsd/nfs/ |
| H A D | nfs_serv.c | 717 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 D | nfs.h | 1133 int nfsrv_vptofh(struct nfs_export *, int, struct nfs_filehandle *,
|
| H A D | nfs_subs.c | 2462 nfsrv_vptofh( in nfsrv_vptofh() function
|