Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfscache.c116 kfree(rp->c_replvec.iov_base); in nfsd_cacherep_free()
139 if (rp->c_type == RC_REPLBUFF && rp->c_replvec.iov_base) in nfsd_cacherep_unlink_locked()
140 nfsd_stats_drc_mem_usage_sub(nn, rp->c_replvec.iov_len); in nfsd_cacherep_unlink_locked()
574 if (!nfsd_cache_append(rqstp, &rp->c_replvec)) in nfsd_cache_lookup()
641 cachv = &rp->c_replvec; in nfsd_cache_update()
H A Dcache.h46 #define c_replvec c_u.u_vec macro