Home
last modified time | relevance | path

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

/mirbsd/src/sys/nfs/
Dnfs_srvcache.c190 if (rp->rc_state == RC_UNUSED)
192 if (rp->rc_state == RC_INPROG) {
207 rp->rc_state = RC_INPROG;
242 rp->rc_state = RC_INPROG;
288 rp->rc_state = RC_DONE;
Dnfsrvcache.h58 u_char rc_state; /* Current state of request */ member