Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_srvcache.c279 error = mbuf_copym(rp->rc_reply, 0, MBUF_COPYALL, MBUF_WAITOK, mrepp); in nfsrv_getcache()
327 mbuf_freem(rp->rc_reply); in nfsrv_getcache()
404 mbuf_freem(rp->rc_reply); in nfsrv_updatecache()
419 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