Lines Matching refs:nr_pages
875 unsigned nr_pages) in f2fs_mpage_readpages() argument
895 for (page_idx = 0; nr_pages; page_idx++, nr_pages--) { in f2fs_mpage_readpages()
907 last_block = block_in_file + nr_pages; in f2fs_mpage_readpages()
976 min_t(int, nr_pages, BIO_MAX_PAGES)); in f2fs_mpage_readpages()
1031 struct list_head *pages, unsigned nr_pages) in f2fs_read_data_pages() argument
1036 trace_f2fs_readpages(inode, page, nr_pages); in f2fs_read_data_pages()
1042 return f2fs_mpage_readpages(mapping, pages, NULL, nr_pages); in f2fs_read_data_pages()
1214 int nr_pages; in f2fs_write_cache_pages() local
1252 nr_pages = pagevec_lookup_tag(&pvec, mapping, &index, tag, in f2fs_write_cache_pages()
1254 if (nr_pages == 0) in f2fs_write_cache_pages()
1257 for (i = 0; i < nr_pages; i++) { in f2fs_write_cache_pages()