Searched refs:readahead_expand (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/mm/ |
| D | readahead.c | 791 void readahead_expand(struct readahead_control *ractl, in readahead_expand() function 850 EXPORT_SYMBOL(readahead_expand);
|
| /Linux-v6.1/fs/netfs/ |
| D | buffered_read.c | 137 readahead_expand(ractl, rreq->start, rreq->len); in netfs_rreq_expand()
|
| /Linux-v6.1/fs/squashfs/ |
| D | file.c | 550 readahead_expand(ractl, start, (len | mask) + 1); in squashfs_readahead()
|
| /Linux-v6.1/include/linux/ |
| D | pagemap.h | 1191 void readahead_expand(struct readahead_control *ractl,
|
| /Linux-v6.1/fs/orangefs/ |
| D | inode.c | 268 readahead_expand(rac, new_start, new_len); in orangefs_readahead()
|
| /Linux-v6.1/fs/erofs/ |
| D | zdata.c | 1575 readahead_expand(rac, newstart, cur - newstart); in z_erofs_pcluster_readmore()
|