Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dbuffered_read.c19 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()
/linux/include/linux/
H A Dnetfs.h295 void (*expand_readahead)(struct netfs_io_request *rreq); member
349 void (*expand_readahead)(struct netfs_cache_resources *cres, member
/linux/Documentation/filesystems/
H A Dnetfs_library.rst548 may be altered by the ->expand_readahead() op.
750 void (*expand_readahead)(struct netfs_io_request *rreq);
779 * ``expand_readahead()``
954 void (*expand_readahead)(struct netfs_cache_resources *cres,
980 * ``expand_readahead()``