Home
last modified time | relevance | path

Searched refs:dnfh (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_serv.c659 struct nfs_filehandle dnfh, nfh = {}; in nfsrv_lookup() local
674 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, dnfh.nfh_fhp, dnfh.nfh_len); in nfsrv_lookup()
683 error = nfsrv_namei(nd, ctx, &ni, &dnfh, &dirp, &nx, &nxo); in nfsrv_lookup()
717 error = nfsrv_vptofh(nx, nd->nd_vers, (isdotdot ? &dnfh : NULL), vp, ctx, &nfh); in nfsrv_lookup()
3387 struct nfs_filehandle nfh, dnfh; in nfsrv_link() local
3399 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, dnfh.nfh_fhp, dnfh.nfh_len); in nfsrv_link()
3429 error = nfsrv_namei(nd, ctx, &ni, &dnfh, &dirp, &nx, &nxo); in nfsrv_link()
4461 struct nfs_filehandle dnfh, nfh; in nfsrv_readdirplus() local
4485 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, dnfh.nfh_fhp, dnfh.nfh_len); in nfsrv_readdirplus()
4504 error = nfsrv_fhtovp(&dnfh, nd, &vp, &nx, &nxo); in nfsrv_readdirplus()
[all …]