Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dnfscache.c79 rp->c_type = RC_NOCACHE; in nfsd_cache_init()
101 if (rp->c_state == RC_DONE && rp->c_type == RC_REPLBUFF) in nfsd_cache_shutdown()
232 if (rp->c_type == RC_REPLBUFF) { in nfsd_cache_lookup()
236 rp->c_type = RC_NOCACHE; in nfsd_cache_lookup()
256 switch (rp->c_type) { in nfsd_cache_lookup()
267 printk(KERN_WARNING "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup()
329 rp->c_type = cachetype; in nfsd_cache_update()
/linux-2.4.37.9/include/linux/nfsd/
Dcache.h26 c_type, /* status, buffer */ member