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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c3157 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; local
3163 fsid = ntohl(nxh->nxh_fsid);
3164 expid = ntohl(nxh->nxh_expid);
3187 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp; local
3203 v = ntohl(nxh->nxh_version);
3212 v = ntohs(nxh->nxh_flags);
3272 fidp = nfhp->nfh_fhp + sizeof(*nxh);
3273 error = VFS_FHTOVP(mp, nxh->nxh_fidlen, fidp, vpp, NULL);

Completed in 25 milliseconds