Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetfs.h167 void (*expand_readahead)(struct netfs_read_request *rreq); member
201 void (*expand_readahead)(struct netfs_cache_resources *cres, member
/Linux-v5.15/fs/netfs/
Dread_helper.c818 if (cres->ops && cres->ops->expand_readahead) in netfs_cache_expand_readahead()
819 cres->ops->expand_readahead(cres, _start, _len, i_size); in netfs_cache_expand_readahead()
833 if (rreq->netfs_ops->expand_readahead) in netfs_rreq_expand()
834 rreq->netfs_ops->expand_readahead(rreq); in netfs_rreq_expand()
/Linux-v5.15/Documentation/filesystems/
Dnetfs_library.rst170 may be altered by the ->expand_readahead() op.
251 void (*expand_readahead)(struct netfs_read_request *rreq);
287 * ``expand_readahead()``
442 void (*expand_readahead)(struct netfs_cache_resources *cres,
474 * ``expand_readahead()``
/Linux-v5.15/fs/ceph/
Daddr.c313 .expand_readahead = ceph_netfs_expand_readahead,