Searched refs:pagevec_lookup_tag (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
A D | pagevec.h | 42 static inline unsigned pagevec_lookup_tag(struct pagevec *pvec, in pagevec_lookup_tag() function
|
/linux/fs/nilfs2/ |
A D | page.c | 250 if (!pagevec_lookup_tag(&pvec, smap, &index, PAGECACHE_TAG_DIRTY)) in nilfs_copy_dirty_pages() 366 while (pagevec_lookup_tag(&pvec, mapping, &index, in nilfs_clear_dirty_pages()
|
A D | segment.c | 744 while (pagevec_lookup_tag(&pvec, mapping, &index, in nilfs_lookup_dirty_node_buffers()
|
A D | btree.c | 2151 while (pagevec_lookup_tag(&pvec, btcache, &index, in nilfs_btree_lookup_dirty_buffers()
|
/linux/fs/f2fs/ |
A D | node.c | 1515 while ((nr_pages = pagevec_lookup_tag(&pvec, NODE_MAPPING(sbi), &index, in last_fsync_dnode() 1738 while ((nr_pages = pagevec_lookup_tag(&pvec, NODE_MAPPING(sbi), &index, in f2fs_fsync_node_pages() 1883 while ((nr_pages = pagevec_lookup_tag(&pvec, in f2fs_flush_inline_data() 1936 while (!done && (nr_pages = pagevec_lookup_tag(&pvec, in f2fs_sync_node_pages()
|
A D | checkpoint.c | 387 while ((nr_pages = pagevec_lookup_tag(&pvec, mapping, &index, in f2fs_sync_meta_pages()
|
/linux/fs/ceph/ |
A D | addr.c | 1091 (nr = pagevec_lookup_tag(&pvec, mapping, &index, in ceph_writepages_start()
|
Completed in 26 milliseconds