Home
last modified time | relevance | path

Searched refs:folio_batch (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/include/linux/
Dpagevec.h94 struct folio_batch { struct
101 static_assert(sizeof(struct pagevec) == sizeof(struct folio_batch)); argument
103 offsetof(struct folio_batch, folios));
111 static inline void folio_batch_init(struct folio_batch *fbatch) in folio_batch_init()
117 static inline unsigned int folio_batch_count(struct folio_batch *fbatch) in folio_batch_count()
122 static inline unsigned int fbatch_space(struct folio_batch *fbatch) in fbatch_space()
137 static inline unsigned folio_batch_add(struct folio_batch *fbatch, in folio_batch_add()
144 static inline void folio_batch_release(struct folio_batch *fbatch) in folio_batch_release()
149 void folio_batch_remove_exceptionals(struct folio_batch *fbatch);
Dpagemap.h19 struct folio_batch;
1116 struct folio_batch *fbatch);
/linux-5.19.10/mm/
Dtruncate.c61 struct folio_batch *fbatch, pgoff_t *indices) in truncate_folio_batch_exceptionals()
335 struct folio_batch fbatch; in truncate_inode_pages_range()
506 struct folio_batch fbatch; in invalidate_mapping_pagevec()
632 struct folio_batch fbatch; in invalidate_inode_pages2_range()
Dinternal.h16 struct folio_batch;
108 pgoff_t end, struct folio_batch *fbatch, pgoff_t *indices);
110 pgoff_t end, struct folio_batch *fbatch, pgoff_t *indices);
Dfilemap.c278 struct folio_batch *fbatch) in page_cache_delete_batch()
319 struct folio_batch *fbatch) in delete_from_page_cache_batch()
2079 pgoff_t end, struct folio_batch *fbatch, pgoff_t *indices) in find_get_entries()
2116 pgoff_t end, struct folio_batch *fbatch, pgoff_t *indices) in find_lock_entries()
2377 pgoff_t index, pgoff_t max, struct folio_batch *fbatch) in filemap_get_read_batch()
2519 struct folio_batch *fbatch) in filemap_create_folio()
2575 struct folio_batch *fbatch) in filemap_get_pages()
2661 struct folio_batch fbatch; in filemap_read()
Dswap.c1077 void folio_batch_remove_exceptionals(struct folio_batch *fbatch) in folio_batch_remove_exceptionals()
Dshmem.c919 struct folio_batch fbatch; in shmem_undo_range()
1161 pgoff_t start, struct folio_batch *fbatch, in shmem_find_swap_entries()
1203 struct folio_batch *fbatch, pgoff_t *indices) in shmem_unuse_swap_entries()
1238 struct folio_batch fbatch; in shmem_unuse_inode()