Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.h390 bool nofail);
H A Dextent_io.c667 bool nofail) in btrfs_alloc_page_array() argument
669 const gfp_t gfp = nofail ? (GFP_NOFS | __GFP_NOFAIL) : GFP_NOFS; in btrfs_alloc_page_array()
693 static int alloc_eb_folio_array(struct extent_buffer *eb, bool nofail) in alloc_eb_folio_array() argument
699 ret = btrfs_alloc_page_array(num_pages, page_array, nofail); in alloc_eb_folio_array()
/linux/mm/
H A Dvmalloc.c3834 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_area_node() local
3847 nofail = false; in __vmalloc_area_node()
3912 if (nofail && (ret < 0)) in __vmalloc_area_node()
3914 } while (nofail && (ret < 0)); in __vmalloc_area_node()
4028 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_node_range_noprof() local
4031 size, (nofail) ? ". Retrying." : ""); in __vmalloc_node_range_noprof()
4032 if (nofail) { in __vmalloc_node_range_noprof()
H A Dpage_alloc.c4692 bool nofail = gfp_mask & __GFP_NOFAIL; in __alloc_pages_slowpath() local
4707 if (unlikely(nofail)) { in __alloc_pages_slowpath()
4943 if (unlikely(nofail)) { in __alloc_pages_slowpath()
/linux/fs/ext4/
H A Dextents.c334 int nofail) in ext4_force_split_extent_at() argument
338 if (nofail) in ext4_force_split_extent_at()