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

/xnu-2422.115.4/bsd/nfs/
H A Dnfsrvcache.h99 u_char rc_state; /* Current state of request */ member in struct:nfsrvcache
H A Dnfs_srvcache.c253 if (rp->rc_state == RC_UNUSED)
255 if (rp->rc_state == RC_INPROG) {
281 rp->rc_state = RC_INPROG;
329 rp->rc_state = RC_INPROG;
387 if (rp->rc_state == RC_DONE) {
399 rp->rc_state = RC_DONE;

Completed in 20 milliseconds