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