Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetfs.h188 void (*expand_readahead)(struct netfs_read_request *rreq); member
222 void (*expand_readahead)(struct netfs_cache_resources *cres, member
/linux/fs/netfs/
A Dread_helper.c811 if (cres->ops && cres->ops->expand_readahead) in netfs_cache_expand_readahead()
812 cres->ops->expand_readahead(cres, _start, _len, i_size); in netfs_cache_expand_readahead()
826 if (rreq->netfs_ops->expand_readahead) in netfs_rreq_expand()
827 rreq->netfs_ops->expand_readahead(rreq); in netfs_rreq_expand()
/linux/Documentation/filesystems/
A Dnetfs_library.rst170 may be altered by the ->expand_readahead() op.
251 void (*expand_readahead)(struct netfs_read_request *rreq);
287 * ``expand_readahead()``
443 void (*expand_readahead)(struct netfs_cache_resources *cres,
478 * ``expand_readahead()``
/linux/fs/ceph/
A Daddr.c313 .expand_readahead = ceph_netfs_expand_readahead,

Completed in 16 milliseconds