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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c298 nfsm_chain_get_fh_ptr(error, nmreq, NFS_VER3, nfh.nfh_fhp, nfh.nfh_len);
422 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
490 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
613 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, dnfh.nfh_fhp, dnfh.nfh_len);
667 nfsm_chain_add_fh(error, &nmrep, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
714 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
843 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
1204 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
1408 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nd->nd_fh.nfh_fhp, nd->nd_fh.nfh_len);
1838 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nf
[all...]
H A Dnfs_subs.c2990 nx->nx_fh.nfh_fhp = (u_char*)&nx->nx_fh.nfh_xh;
3157 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp;
3187 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp;
3272 fidp = nfhp->nfh_fhp + sizeof(*nxh);
3326 nfhp->nfh_fhp = (u_char*)&nfhp->nfh_xh;
3377 nxh1 = (struct nfs_exphandle *)fh1->nfh_fhp;
3378 nxh2 = (struct nfs_exphandle *)fh2->nfh_fhp;
H A Dnfs_syscalls.c488 nfh.nfh_fhp = (u_char*)&nfh.nfh_xh;
550 nfh.nfh_fhp = (u_char*)&nfh.nfh_xh;
H A Dnfs.h408 unsigned char *nfh_fhp; /* pointer to file handle */ member in struct:nfs_filehandle

Completed in 47 milliseconds