Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Dutils.c17 struct page *erofs_allocpage(struct list_head *pool, gfp_t gfp) in erofs_allocpage() function
Dinternal.h541 extern struct page *erofs_allocpage(struct list_head *pool, gfp_t gfp);
Dunzip_vle.c554 struct page *page = erofs_allocpage(pagepool, gfp); in __stagingpage_alloc()