Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dreadahead.c741 void readahead_expand(struct readahead_control *ractl, in readahead_expand() function
816 EXPORT_SYMBOL(readahead_expand);
/linux-6.15/fs/squashfs/
H A Dfile.c581 readahead_expand(ractl, start, (len | mask) + 1); in squashfs_readahead()
/linux-6.15/fs/netfs/
H A Dbuffered_read.c48 readahead_expand(ractl, rreq->start, rreq->len); in netfs_rreq_expand()
/linux-6.15/include/linux/
H A Dpagemap.h1351 void readahead_expand(struct readahead_control *ractl,
/linux-6.15/fs/orangefs/
H A Dinode.c237 readahead_expand(rac, new_start, new_len); in orangefs_readahead()
/linux-6.15/fs/erofs/
H A Dzdata.c1801 readahead_expand(rac, headoffset, cur - headoffset); in z_erofs_pcluster_readmore()