Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/nfs/
H A Dnfs_srvcache.c193 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_getcache()
279 rp->rc_proc = nd->nd_procnum; in nfsrv_getcache()
306 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_updatecache()
H A Dnfsrvcache.h59 u_int32_t rc_proc; /* rpc proc number */ member