Searched refs:extra_gfp (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent_io.h363 gfp_t extra_gfp);
H A Dextent_io.c675 * @extra_gfp: the extra GFP flags for the allocation.
682 gfp_t extra_gfp)
684 const gfp_t gfp = GFP_NOFS | extra_gfp;
708 static int alloc_eb_folio_array(struct extent_buffer *eb, gfp_t extra_gfp) argument
714 ret = btrfs_alloc_page_array(num_pages, page_array, extra_gfp);
681 btrfs_alloc_page_array(unsigned int nr_pages, struct page **page_array, gfp_t extra_gfp) argument

Completed in 119 milliseconds