Home
last modified time | relevance | path

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

/netbsd-src/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.h69 #define rc_reply rc_un.ru_repmb
63 #define rc_reply global() macro
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdcache.c417 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_getudp()
491 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrvd_updatecache()
530 rp->rc_reply = m; in nfsrvd_updatecache()
705 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_gettcp()
800 mbuf_freem(rp->rc_reply); in nfsrc_freecache()
/netbsd-src/sys/fs/nfs/common/
H A Dnfsrvcache.h77 #define rc_reply rc_un.repmb macro