Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfscache.c130 rp->c_state = RC_UNUSED; in nfsd_reply_cache_alloc()
244 if (rp->c_state == RC_INPROG) in prune_bucket()
438 rp->c_state = RC_INPROG; in nfsd_cache_lookup()
468 if (rp->c_state == RC_INPROG) in nfsd_cache_lookup()
565 rp->c_state = RC_DONE; in nfsd_cache_update()
Dcache.h24 unsigned char c_state, /* unused, inprog, done */ member