Searched refs:pagepool (Results 1 – 4 of 4) sorted by relevance
/fs/erofs/ |
D | zdata.c | 167 struct list_head *pagepool) in preload_compressed_pages() argument 546 static inline struct page *__stagingpage_alloc(struct list_head *pagepool, in __stagingpage_alloc() argument 549 struct page *page = erofs_allocpage(pagepool, gfp, true); in __stagingpage_alloc() 571 struct list_head *pagepool) in z_erofs_do_read_page() argument 629 cache_strategy, pagepool); in z_erofs_do_read_page() 661 __stagingpage_alloc(pagepool, GFP_NOFS); in z_erofs_do_read_page() 757 struct list_head *pagepool) in z_erofs_decompress_pcluster() argument 815 if (z_erofs_put_stagingpage(pagepool, page)) in z_erofs_decompress_pcluster() 905 }, pagepool); in z_erofs_decompress_pcluster() 916 (void)z_erofs_put_stagingpage(pagepool, page); in z_erofs_decompress_pcluster() [all …]
|
D | decompressor.c | 26 struct list_head *pagepool); 32 struct list_head *pagepool) in z_erofs_lz4_prepare_destpages() argument 76 victim = erofs_allocpage(pagepool, GFP_KERNEL, false); in z_erofs_lz4_prepare_destpages() 220 struct list_head *pagepool) in z_erofs_decompress_generic() argument 256 ret = alg->prepare_destpages(rq, pagepool); in z_erofs_decompress_generic() 291 struct list_head *pagepool) in z_erofs_shifted_transform() argument 332 struct list_head *pagepool) in z_erofs_decompress() argument 335 return z_erofs_shifted_transform(rq, pagepool); in z_erofs_decompress() 336 return z_erofs_decompress_generic(rq, pagepool); in z_erofs_decompress()
|
D | compress.h | 42 static inline bool z_erofs_put_stagingpage(struct list_head *pagepool, in z_erofs_put_stagingpage() argument 52 list_add(&page->lru, pagepool); in z_erofs_put_stagingpage() 57 struct list_head *pagepool);
|
/fs/btrfs/ |
D | extent_io.c | 4283 struct page *pagepool[16]; in extent_readpages() local 4292 for (nr = 0; nr < ARRAY_SIZE(pagepool) && !list_empty(pages);) { in extent_readpages() 4303 pagepool[nr++] = page; in extent_readpages() 4308 u64 contig_start = page_offset(pagepool[0]); in extent_readpages() 4312 contiguous_readpages(tree, pagepool, nr, contig_start, in extent_readpages()
|