Searched refs:expand_readahead (Results 1 – 4 of 4) sorted by relevance
19 if (cres->ops && cres->ops->expand_readahead) in netfs_cache_expand_readahead()20 cres->ops->expand_readahead(cres, _start, _len, i_size); in netfs_cache_expand_readahead()34 if (rreq->netfs_ops->expand_readahead) in netfs_rreq_expand()35 rreq->netfs_ops->expand_readahead(rreq); in netfs_rreq_expand()
301 void (*expand_readahead)(struct netfs_io_request *rreq); member356 void (*expand_readahead)(struct netfs_cache_resources *cres, member
218 may be altered by the ->expand_readahead() op.298 void (*expand_readahead)(struct netfs_io_request *rreq);319 * ``expand_readahead()``472 void (*expand_readahead)(struct netfs_cache_resources *cres,512 * ``expand_readahead()``
519 .expand_readahead = ceph_netfs_expand_readahead,