Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfscache.c102 rp->c_type = RC_NOCACHE; in nfsd_reply_cache_alloc()
123 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) { in nfsd_reply_cache_free_locked()
463 switch (rp->c_type) { in nfsd_cache_lookup()
476 WARN_ONCE(1, "nfsd: bad repcache type %d\n", rp->c_type); in nfsd_cache_lookup()
554 rp->c_type = cachetype; in nfsd_cache_update()
Dcache.h37 c_type, /* status, buffer */ member