Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dnfscache.c508 struct kvec *resv = &rqstp->rq_res.head[0], *cachv; in nfsd_cache_update() local
536 cachv = &rp->c_replvec; in nfsd_cache_update()
538 cachv->iov_base = kmalloc(bufsize, GFP_KERNEL); in nfsd_cache_update()
539 if (!cachv->iov_base) { in nfsd_cache_update()
543 cachv->iov_len = bufsize; in nfsd_cache_update()
544 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()