Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfscache.c101 rp->c_state = RC_UNUSED; in nfsd_reply_cache_alloc()
127 if (rp->c_state != RC_UNUSED) { in nfsd_reply_cache_free_locked()
238 if (rp->c_state == RC_INPROG) in prune_bucket()
434 rp->c_state = RC_INPROG; in nfsd_cache_lookup()
453 if (rp->c_state == RC_INPROG) in nfsd_cache_lookup()
555 rp->c_state = RC_DONE; in nfsd_cache_update()
Dcache.h36 unsigned char c_state, /* unused, inprog, done */ member