Searched refs:c_state (Results 1 – 4 of 4) sorted by relevance
78 rp->c_state = RC_UNUSED; in nfsd_cache_init()101 if (rp->c_state == RC_DONE && rp->c_type == RC_REPLBUFF) in nfsd_cache_shutdown()183 if (rp->c_state != RC_UNUSED && in nfsd_cache_lookup()198 if (rp->c_state != RC_INPROG) in nfsd_cache_lookup()221 rp->c_state = RC_INPROG; in nfsd_cache_lookup()247 if (rp->c_state == RC_INPROG || age < RC_DELAY) in nfsd_cache_lookup()268 rp->c_state = RC_UNUSED; in nfsd_cache_lookup()305 rp->c_state = RC_UNUSED; in nfsd_cache_update()319 rp->c_state = RC_UNUSED; in nfsd_cache_update()330 rp->c_state = RC_DONE; in nfsd_cache_update()
25 unsigned char c_state, /* unused, inprog, done */ member
158 void cfm_state_change(struct s_smc *smc, int c_state);2379 void cfm_state_change(struct s_smc *smc, int c_state) in cfm_state_change() argument2384 switch (c_state) { in cfm_state_change()2413 PRINTK(KERN_INFO "cfm_state_change: unknown %d\n", c_state); in cfm_state_change()
1258 tp->tm.c_state |= CARR_ON;