Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_srvcache.c280 error = mbuf_copym(rp->rc_reply, 0, MBUF_COPYALL, MBUF_WAITOK, mrepp); in nfsrv_getcache()
328 mbuf_freem(rp->rc_reply); in nfsrv_getcache()
405 mbuf_freem(rp->rc_reply); in nfsrv_updatecache()
420 error = mbuf_copym(repmbuf, 0, MBUF_COPYALL, MBUF_WAITOK, &rp->rc_reply); in nfsrv_updatecache()
H A Dnfsrvcache.h103 #define rc_reply rc_un.ru_repmb macro