Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dreadahead.c791 void readahead_expand(struct readahead_control *ractl, in readahead_expand() function
850 EXPORT_SYMBOL(readahead_expand);
/Linux-v6.1/fs/netfs/
Dbuffered_read.c137 readahead_expand(ractl, rreq->start, rreq->len); in netfs_rreq_expand()
/Linux-v6.1/fs/squashfs/
Dfile.c550 readahead_expand(ractl, start, (len | mask) + 1); in squashfs_readahead()
/Linux-v6.1/include/linux/
Dpagemap.h1191 void readahead_expand(struct readahead_control *ractl,
/Linux-v6.1/fs/orangefs/
Dinode.c268 readahead_expand(rac, new_start, new_len); in orangefs_readahead()
/Linux-v6.1/fs/erofs/
Dzdata.c1575 readahead_expand(rac, newstart, cur - newstart); in z_erofs_pcluster_readmore()