Searched refs:is_readahead (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dmpage.c142 bool is_readahead; member in struct:mpage_readpage_args
183 if (args->is_readahead) {
374 .is_readahead = true,
/linux-master/fs/f2fs/
H A Ddata.c2050 bool is_readahead)
2125 is_readahead ? REQ_RAHEAD : 0, page->index,
2155 bool is_readahead, bool for_write)
2278 is_readahead ? REQ_RAHEAD : 0,
2045 f2fs_read_single_page(struct inode *inode, struct page *page, unsigned nr_pages, struct f2fs_map_blocks *map, struct bio **bio_ret, sector_t *last_block_in_bio, bool is_readahead) argument
2153 f2fs_read_multi_pages(struct compress_ctx *cc, struct bio **bio_ret, unsigned nr_pages, sector_t *last_block_in_bio, bool is_readahead, bool for_write) argument
H A Df2fs.h4296 bool is_readahead, bool for_write);

Completed in 135 milliseconds