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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2053 struct nfs_filehandle *nfhp,
2069 error = nfsrv_fhtovp(nfhp, nd, &dp, nxp, nxop);
3155 nfsrv_fhtoexport(struct nfs_filehandle *nfhp) argument
3157 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp;
3181 struct nfs_filehandle *nfhp,
3187 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp;
3208 if (nfhp->nfh_len > NFSV3_MAX_FH_SIZE)
3210 if (nfhp->nfh_len < (int)sizeof(struct nfs_exphandle))
3216 *nxp = nfsrv_fhtoexport(nfhp);
3272 fidp = nfhp
2049 nfsrv_namei( struct nfsrv_descript *nd, vfs_context_t ctx, struct nameidata *nip, struct nfs_filehandle *nfhp, vnode_t *retdirp, struct nfs_export **nxp, struct nfs_export_options **nxop) argument
3180 nfsrv_fhtovp( struct nfs_filehandle *nfhp, struct nfsrv_descript *nd, vnode_t *vpp, struct nfs_export **nxp, struct nfs_export_options **nxop) argument
3315 nfsrv_vptofh( struct nfs_export *nx, int nfsvers, struct nfs_filehandle *dnfhp, vnode_t vp, vfs_context_t ctx, struct nfs_filehandle *nfhp) argument
[all...]

Completed in 24 milliseconds