Searched refs:expand_readahead (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/linux/
H A Dnetfs.h295 void (*expand_readahead)(struct netfs_io_request *rreq); member in struct:netfs_request_ops
350 void (*expand_readahead)(struct netfs_cache_resources *cres, member in struct:netfs_cache_ops
/linux-master/fs/smb/client/
H A Dfile.c345 .expand_readahead = cifs_expand_readahead,
/linux-master/fs/netfs/
H A Dbuffered_read.c139 if (cres->ops && cres->ops->expand_readahead)
140 cres->ops->expand_readahead(cres, _start, _len, i_size);
154 if (rreq->netfs_ops->expand_readahead)
155 rreq->netfs_ops->expand_readahead(rreq);
/linux-master/fs/ceph/
H A Daddr.c495 .expand_readahead = ceph_netfs_expand_readahead,

Completed in 188 milliseconds