Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfscache.c129 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc()
138 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) { in nfsd_reply_cache_free_locked()
445 if (rp->c_type == RC_REPLBUFF) { in nfsd_cache_lookup()
450 rp->c_type = RC_NOCACHE; in nfsd_cache_lookup()
473 switch (rp->c_type) { in nfsd_cache_lookup()
486 printk(KERN_WARNING "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup()
559 rp->c_type = cachetype; in nfsd_cache_update()
Dcache.h24 c_type, /* status, buffer */ member