Searched refs:__page_cache_alloc (Results 1 – 1 of 1) sorted by relevance
211 extern struct page *__page_cache_alloc(gfp_t gfp);213 static inline struct page *__page_cache_alloc(gfp_t gfp) in __page_cache_alloc() function221 return __page_cache_alloc(mapping_gfp_mask(x)); in page_cache_alloc()