Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_srvcache.c244 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0; in nfsrv_getcache()
246 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_getcache()
336 rp->rc_xid = nd->nd_retxid; in nfsrv_getcache()
359 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash); in nfsrv_getcache()
386 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0; in nfsrv_updatecache()
388 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_updatecache()
H A Dnfs_socket.c176 nfsm_chain_add_32(error, &nmrep, nd->nd_retxid); in nfsrv_rephead()
710 nfsm_chain_get_32(error, nmreq, nd->nd_retxid); // XID in nfsrv_getreq()
H A Dnfs.h1076 u_int32_t nd_retxid; /* Reply xid */ member