Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dio_write.c108 static struct page *__bio_alloc_page_pool(struct bch_fs *c, bool *using_mempool) in __bio_alloc_page_pool() argument
112 if (likely(!*using_mempool)) { in __bio_alloc_page_pool()
116 *using_mempool = true; in __bio_alloc_page_pool()
131 bool using_mempool = false; in bch2_bio_alloc_pages_pool() local
134 struct page *page = __bio_alloc_page_pool(c, &using_mempool); in bch2_bio_alloc_pages_pool()
141 if (using_mempool) in bch2_bio_alloc_pages_pool()