Lines Matching defs:cres
17 struct netfs_cache_resources *cres = &rreq->cache_resources;
19 if (cres->ops && cres->ops->expand_readahead)
20 cres->ops->expand_readahead(cres, _start, _len, i_size);
134 struct netfs_cache_resources *cres = &rreq->cache_resources;
137 if (!cres->ops)
139 source = cres->ops->prepare_read(subreq, i_size);
152 struct netfs_cache_resources *cres = &rreq->cache_resources;
155 cres->ops->read(cres, subreq->start, &subreq->io_iter, NETFS_READ_HOLE_IGNORE,