Lines Matching refs:cres
48 struct netfs_cache_resources *cres = &rreq->cache_resources;
56 cres->ops->read(cres, subreq->start, &iter, read_hole,
171 struct netfs_cache_resources *cres = &rreq->cache_resources;
203 ret = cres->ops->prepare_write(cres, &subreq->start, &subreq->len,
218 cres->ops->write(cres, subreq->start, &iter,
490 struct netfs_cache_resources *cres = &rreq->cache_resources;
492 if (cres->ops)
493 return cres->ops->prepare_read(subreq, i_size);