Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/netfs/
A Dbuffered_read.c108 if (cres->ops && cres->ops->expand_readahead) in netfs_cache_expand_readahead()
109 cres->ops->expand_readahead(cres, _start, _len, i_size); in netfs_cache_expand_readahead()
123 if (rreq->netfs_ops->expand_readahead) in netfs_rreq_expand()
124 rreq->netfs_ops->expand_readahead(rreq); in netfs_rreq_expand()
/linux-6.3-rc2/include/linux/
A Dnetfs.h213 void (*expand_readahead)(struct netfs_io_request *rreq); member
255 void (*expand_readahead)(struct netfs_cache_resources *cres, member
/linux-6.3-rc2/Documentation/filesystems/
A Dnetfs_library.rst218 may be altered by the ->expand_readahead() op.
299 void (*expand_readahead)(struct netfs_io_request *rreq);
334 * ``expand_readahead()``
487 void (*expand_readahead)(struct netfs_cache_resources *cres,
527 * ``expand_readahead()``
/linux-6.3-rc2/fs/ceph/
A Daddr.c414 .expand_readahead = ceph_netfs_expand_readahead,

Completed in 9 milliseconds