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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c284 nfsm_chain_get_fh_ptr(error, nmreq, NFS_VER3, nfh.nfh_fhp, nfh.nfh_len);
416 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
484 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
607 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, dnfh.nfh_fhp, dnfh.nfh_len);
658 nfsm_chain_add_fh(error, &nmrep, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
705 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
835 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
1178 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
1382 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nd->nd_fh.nfh_fhp, nd->nd_fh.nfh_len);
1816 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nf
[all...]
H A Dnfs_subs.c2478 nx->nx_fh.nfh_fhp = (u_char*)&nx->nx_fh.nfh_xh;
2636 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp;
2664 struct nfs_exphandle *nxh = (struct nfs_exphandle*)nfhp->nfh_fhp;
2743 fidp = nfhp->nfh_fhp + sizeof(*nxh);
2796 nfhp->nfh_fhp = (u_char*)&nfhp->nfh_xh;
2847 nxh1 = (struct nfs_exphandle *)fh1->nfh_fhp;
2848 nxh2 = (struct nfs_exphandle *)fh2->nfh_fhp;
H A Dnfs_syscalls.c454 nfh.nfh_fhp = (u_char*)&nfh.nfh_xh;
516 nfh.nfh_fhp = (u_char*)&nfh.nfh_xh;
H A Dnfs.h396 unsigned char *nfh_fhp; /* pointer to file handle */ member in struct:nfs_filehandle

Completed in 94 milliseconds