Searched refs:readahead_expand (Results 1 – 7 of 7) sorted by relevance
| /linux/mm/ |
| H A D | readahead.c | 763 void readahead_expand(struct readahead_control *ractl, in readahead_expand() function 838 EXPORT_SYMBOL(readahead_expand);
|
| /linux/fs/netfs/ |
| H A D | buffered_read.c | 48 readahead_expand(ractl, rreq->start, rreq->len); in netfs_rreq_expand()
|
| /linux/fs/squashfs/ |
| H A D | file.c | 588 readahead_expand(ractl, start, (len | mask) + 1); in squashfs_readahead()
|
| /linux/include/linux/ |
| H A D | pagemap.h | 1386 void readahead_expand(struct readahead_control *ractl,
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 237 readahead_expand(rac, new_start, new_len); in orangefs_readahead()
|
| /linux/fs/erofs/ |
| H A D | zdata.c | 1854 readahead_expand(rac, headoffset, cur - headoffset); in z_erofs_pcluster_readmore()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 983 readahead_expand(ractl, ra_pos, em_end - ra_pos); in btrfs_readahead_expand()
|