Lines Matching refs:gfp
65 gfp_t gfp) in __fscache_maybe_release_page() argument
70 _enter("%p,%p,%x", cookie, page, gfp); in __fscache_maybe_release_page()
125 if (!(gfp & __GFP_WAIT) || !(gfp & __GFP_FS)) { in __fscache_maybe_release_page()
135 gfp &= ~__GFP_WAIT; in __fscache_maybe_release_page()
403 gfp_t gfp) in __fscache_read_or_alloc_page() argument
473 ret = object->cache->ops->allocate_page(op, page, gfp); in __fscache_read_or_alloc_page()
479 ret = object->cache->ops->read_or_alloc_page(op, page, gfp); in __fscache_read_or_alloc_page()
538 gfp_t gfp) in __fscache_read_or_alloc_pages() argument
605 op, pages, nr_pages, gfp); in __fscache_read_or_alloc_pages()
610 op, pages, nr_pages, gfp); in __fscache_read_or_alloc_pages()
655 gfp_t gfp) in __fscache_alloc_page() argument
710 ret = object->cache->ops->allocate_page(op, page, gfp); in __fscache_alloc_page()
924 gfp_t gfp) in __fscache_write_page() argument
953 ret = radix_tree_maybe_preload(gfp & ~__GFP_HIGHMEM); in __fscache_write_page()