Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
HDnfs_srvcache.c191 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != NULL; in nfsrv_getcache()
193 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_getcache()
238 NFS_DPF(RC, ("M%03x", nd->nd_retxid & 0xfff)); in nfsrv_getcache()
267 rp->rc_xid = nd->nd_retxid; in nfsrv_getcache()
280 LIST_INSERT_HEAD(NFSRCHASH(nd->nd_retxid), rp, rc_hash); in nfsrv_getcache()
304 for (rp = NFSRCHASH(nd->nd_retxid)->lh_first; rp != NULL; in nfsrv_updatecache()
306 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_updatecache()
359 NFS_DPF(RC, ("L%03x", nd->nd_retxid & 0xfff)); in nfsrv_updatecache()
HDnfs_serv.c1330 NFS_DPF(WG, ("Q%03x", nfsd->nd_retxid & 0xfff)); in nfsrv_writegather()
1380 NFS_DPF(WG, ("P%03x", nfsd->nd_retxid & 0xfff)); in nfsrv_writegather()
1459 NFS_DPF(WG, ("R%03x", nfsd->nd_retxid & 0xfff)); in nfsrv_writegather()
1520 NFS_DPF(WG, ("X%03x", nfsd->nd_retxid & 0xfff)); in nfsrv_writegather()
1551 nfsd->nd_retxid & 0xfff, owp->nd_retxid & 0xfff)); in nfsrvw_coalesce()
HDnfs.h551 u_int32_t nd_retxid; /* Reply xid */ member
HDnfs_socket.c1612 *tl++ = txdr_unsigned(nd->nd_retxid); in nfs_rephead()
2304 nd->nd_retxid = fxdr_unsigned(u_int32_t, *tl++); in nfs_getreq()