Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dreadahead.c777 void readahead_expand(struct readahead_control *ractl, in readahead_expand() function
841 EXPORT_SYMBOL(readahead_expand);
/Linux-v6.6/fs/netfs/
Dbuffered_read.c141 readahead_expand(ractl, rreq->start, rreq->len); in netfs_rreq_expand()
/Linux-v6.6/fs/squashfs/
Dfile.c550 readahead_expand(ractl, start, (len | mask) + 1); in squashfs_readahead()
/Linux-v6.6/include/linux/
Dpagemap.h1271 void readahead_expand(struct readahead_control *ractl,
/Linux-v6.6/fs/orangefs/
Dinode.c261 readahead_expand(rac, new_start, new_len); in orangefs_readahead()
/Linux-v6.6/fs/erofs/
Dzdata.c1795 readahead_expand(rac, headoffset, cur - headoffset); in z_erofs_pcluster_readmore()