Home
last modified time | relevance | path

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

/netbsd/sys/nfs/
H A Dnfs_srvcache.c146 m_freem(rp->rc_reply); in cleanentry()
270 *repp = m_copym(rp->rc_reply, 0, M_COPYALL, in nfsrv_getcache()
365 rp->rc_reply = m_copym(repmbuf, in nfsrv_updatecache()
367 m_claimm(rp->rc_reply, &nfsd_cache_mowner); in nfsrv_updatecache()
H A Dnfsrvcache.h63 #define rc_reply rc_un.ru_repmb macro
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdcache.c417 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_getudp()
492 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrvd_updatecache()
531 rp->rc_reply = m; in nfsrvd_updatecache()
706 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_gettcp()
801 mbuf_freem(rp->rc_reply); in nfsrc_freecache()
/netbsd/sys/fs/nfs/common/
H A Dnfsrvcache.h77 #define rc_reply rc_un.repmb macro