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 544 static inline struct page *__stagingpage_alloc(struct list_head *pagepool, in __stagingpage_alloc() argument 547 struct page *page = erofs_allocpage(pagepool, gfp, true); in __stagingpage_alloc() 569 struct list_head *pagepool) in z_erofs_do_read_page() argument 627 cache_strategy, pagepool); in z_erofs_do_read_page() 662 __stagingpage_alloc(pagepool, GFP_NOFS); in z_erofs_do_read_page() 758 struct list_head *pagepool) in z_erofs_decompress_pcluster() argument 816 if (z_erofs_put_stagingpage(pagepool, page)) in z_erofs_decompress_pcluster() 906 }, pagepool); in z_erofs_decompress_pcluster() 917 (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 80 victim = erofs_allocpage(pagepool, GFP_KERNEL, false); in z_erofs_lz4_prepare_destpages() 224 struct list_head *pagepool) in z_erofs_decompress_generic() argument 260 ret = alg->prepare_destpages(rq, pagepool); in z_erofs_decompress_generic() 295 struct list_head *pagepool) in z_erofs_shifted_transform() argument 334 struct list_head *pagepool) in z_erofs_decompress() argument 337 return z_erofs_shifted_transform(rq, pagepool); in z_erofs_decompress() 338 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 | 4343 struct page *pagepool[16]; in extent_readpages() local 4352 for (nr = 0; nr < ARRAY_SIZE(pagepool) && !list_empty(pages);) { in extent_readpages() 4363 pagepool[nr++] = page; in extent_readpages() 4368 u64 contig_start = page_offset(pagepool[0]); in extent_readpages() 4372 contiguous_readpages(tree, pagepool, nr, contig_start, in extent_readpages()
|