HomeSort by: relevance | last modified time | path
    Searched refs:rc_reply (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/nfs/
nfsrvcache.h 69 #define rc_reply rc_un.ru_repmb macro
81 #define RC_REPLY 1
nfs_srvcache.c 146 m_freem(rp->rc_reply);
267 ret = RC_REPLY;
270 *repp = m_copym(rp->rc_reply, 0, M_COPYALL,
272 ret = RC_REPLY;
365 rp->rc_reply = m_copym(repmbuf,
367 m_claimm(rp->rc_reply, &nfsd_cache_mowner);
  /src/sys/fs/nfs/common/
nfsrvcache.h 77 #define rc_reply rc_un.repmb macro
98 #define RC_REPLY 1
  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 411 ret = RC_REPLY;
417 nd->nd_mreq = m_copym(rp->rc_reply, 0,
419 ret = RC_REPLY;
491 nd->nd_mreq = m_copym(rp->rc_reply, 0,
530 rp->rc_reply = m;
695 ret = RC_REPLY;
704 ret = RC_REPLY;
705 nd->nd_mreq = m_copym(rp->rc_reply, 0,
800 mbuf_freem(rp->rc_reply);

Completed in 15 milliseconds