Home
last modified time | relevance | path

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

/linux/mm/
H A Dreadahead.c763 void readahead_expand(struct readahead_control *ractl, in readahead_expand() function
838 EXPORT_SYMBOL(readahead_expand);
/linux/fs/netfs/
H A Dbuffered_read.c48 readahead_expand(ractl, rreq->start, rreq->len); in netfs_rreq_expand()
/linux/fs/squashfs/
H A Dfile.c588 readahead_expand(ractl, start, (len | mask) + 1); in squashfs_readahead()
/linux/include/linux/
H A Dpagemap.h1386 void readahead_expand(struct readahead_control *ractl,
/linux/fs/orangefs/
H A Dinode.c237 readahead_expand(rac, new_start, new_len); in orangefs_readahead()
/linux/fs/erofs/
H A Dzdata.c1854 readahead_expand(rac, headoffset, cur - headoffset); in z_erofs_pcluster_readmore()
/linux/fs/btrfs/
H A Dextent_io.c983 readahead_expand(ractl, ra_pos, em_end - ra_pos); in btrfs_readahead_expand()