Home
last modified time | relevance | path

Searched refs:readahead_expand (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/mm/
H A Dreadahead.c781 void readahead_expand(struct readahead_control *ractl, in readahead_expand() function
845 EXPORT_SYMBOL(readahead_expand);
/openbmc/linux/fs/netfs/
H A Dbuffered_read.c141 readahead_expand(ractl, rreq->start, rreq->len); in netfs_rreq_expand()
/openbmc/linux/fs/squashfs/
H A Dfile.c551 readahead_expand(ractl, start, (len | mask) + 1); in squashfs_readahead()
/openbmc/linux/include/linux/
H A Dpagemap.h1303 void readahead_expand(struct readahead_control *ractl,
/openbmc/linux/fs/orangefs/
H A Dinode.c261 readahead_expand(rac, new_start, new_len); in orangefs_readahead()
/openbmc/linux/fs/erofs/
H A Dzdata.c1797 readahead_expand(rac, headoffset, cur - headoffset); in z_erofs_pcluster_readmore()