Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_serv.c1513 (((o)->nd_eoff >= (n)->nd_off) && nfsrv_fhmatch(&(o)->nd_fh, &(n)->nd_fh))
1566 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nd->nd_fh.nfh_fhp, nd->nd_fh.nfh_len); in nfsrv_writegather()
1624 wpp = NWDELAYHASH(slp, nd->nd_fh.nfh_fid); in nfsrv_writegather()
1627 while (wp && !nfsrv_fhmatch(&nd->nd_fh, &wp->nd_fh)) { in nfsrv_writegather()
1632 nfsrv_fhmatch(&nd->nd_fh, &wp->nd_fh)) { in nfsrv_writegather()
1680 error = nfsrv_fhtovp(&nd->nd_fh, nd, &vp, &nx, &nxo); in nfsrv_writegather()
H A Dnfs.h1214 struct nfs_filehandle nd_fh; /* File handle */ member