Searched refs:nofail (Results 1 – 8 of 8) sorted by relevance
368 bool nofail);
593 bool nofail) in btrfs_alloc_page_array() argument595 const gfp_t gfp = nofail ? (GFP_NOFS | __GFP_NOFAIL) : GFP_NOFS; in btrfs_alloc_page_array()619 static int alloc_eb_folio_array(struct extent_buffer *eb, bool nofail) in alloc_eb_folio_array() argument625 ret = btrfs_alloc_page_array(num_pages, page_array, nofail); in alloc_eb_folio_array()
485 static inline struct pending_reservation *__alloc_pending(bool nofail) in __alloc_pending() argument 487 if (!nofail) in __alloc_pending() 511 static inline struct extent_status *__es_alloc_extent(bool nofail) in __es_alloc_extent() argument 513 if (!nofail) in __es_alloc_extent()
3679 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_area_node() local 3713 * High-order nofail allocations are really expensive and in __vmalloc_area_node() 3764 if (nofail && (ret < 0)) in __vmalloc_area_node() 3766 } while (nofail && (ret < 0)); in __vmalloc_area_node() 3857 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_node_range_noprof() local 3860 size, (nofail) ? ". Retrying." : ""); in __vmalloc_node_range_noprof() 3861 if (nofail) { in __vmalloc_node_range_noprof()
4144 * facto nofail and invoke OOM killer to move on while in should_compact_retry() 4601 bool nofail = gfp_mask & __GFP_NOFAIL; in __alloc_pages_slowpath() local 4614 if (unlikely(nofail)) { in __alloc_pages_slowpath() 4864 if (unlikely(nofail)) { in __alloc_pages_slowpath() 4867 * we disregard these unreasonable nofail requests and still in __alloc_pages_slowpath()
960 bool nofail) in __cpuhp_invoke_callback_range() argument 972 if (nofail) { in __cpuhp_invoke_callback_range()
1339 bool nofail) in bch2_btree_set_root() argument 1351 if (nofail) { in bch2_btree_set_root()
2958 gfp_t flags, bool nofail, struct f2fs_sb_info *sbi) in f2fs_kmem_cache_alloc() argument 2960 if (nofail) in f2fs_kmem_cache_alloc()