Home
last modified time | relevance | path

Searched refs:is_readahead (Results 1 – 3 of 3) sorted by path

/linux/fs/f2fs/
H A Ddata.c2050 bool is_readahead) in f2fs_read_single_page() argument
2125 is_readahead ? REQ_RAHEAD : 0, page->index, in f2fs_read_single_page()
2155 bool is_readahead, bool for_write) in f2fs_read_multi_pages() argument
2278 is_readahead ? REQ_RAHEAD : 0, in f2fs_read_multi_pages()
H A Df2fs.h4296 bool is_readahead, bool for_write);
/linux/fs/
H A Dmpage.c142 bool is_readahead; member
183 if (args->is_readahead) { in do_mpage_readpage()
374 .is_readahead = true, in mpage_readahead()