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

/linux-master/fs/netfs/
H A Dbuffered_read.c123 if (cres->ops && cres->ops->expand_readahead)
124 cres->ops->expand_readahead(cres, _start, _len, i_size);
138 if (rreq->netfs_ops->expand_readahead)
139 rreq->netfs_ops->expand_readahead(rreq);
/linux-master/include/linux/
H A Dnetfs.h305 void (*expand_readahead)(struct netfs_io_request *rreq); member in struct:netfs_request_ops
354 void (*expand_readahead)(struct netfs_cache_resources *cres, member in struct:netfs_cache_ops
/linux-master/fs/ceph/
H A Daddr.c495 .expand_readahead = ceph_netfs_expand_readahead,

Completed in 128 milliseconds