Searched refs:readahead_expand (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/mm/ |
H A D | readahead.c | 781 void readahead_expand(struct readahead_control *ractl, in readahead_expand() function 845 EXPORT_SYMBOL(readahead_expand);
|
/openbmc/linux/fs/netfs/ |
H A D | buffered_read.c | 141 readahead_expand(ractl, rreq->start, rreq->len); in netfs_rreq_expand()
|
/openbmc/linux/fs/squashfs/ |
H A D | file.c | 551 readahead_expand(ractl, start, (len | mask) + 1); in squashfs_readahead()
|
/openbmc/linux/include/linux/ |
H A D | pagemap.h | 1303 void readahead_expand(struct readahead_control *ractl,
|
/openbmc/linux/fs/orangefs/ |
H A D | inode.c | 261 readahead_expand(rac, new_start, new_len); in orangefs_readahead()
|
/openbmc/linux/fs/erofs/ |
H A D | zdata.c | 1797 readahead_expand(rac, headoffset, cur - headoffset); in z_erofs_pcluster_readmore()
|