Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_srvcache.c245 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0; in nfsrv_getcache()
247 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_getcache()
337 rp->rc_xid = nd->nd_retxid; in nfsrv_getcache()
360 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash); in nfsrv_getcache()
387 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != 0; in nfsrv_updatecache()
389 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_updatecache()
H A Dnfs_socket.c209 nfsm_chain_add_32(error, &nmrep, nd->nd_retxid); in nfsrv_rephead()
744 nfsm_chain_get_32(error, nmreq, nd->nd_retxid); // XID in nfsrv_getreq()
H A Dnfs.h1222 u_int32_t nd_retxid; /* Reply xid */ member