Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.h368 bool nofail);
H A Dextent_io.c593 bool nofail) in btrfs_alloc_page_array() argument
595 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() argument
625 ret = btrfs_alloc_page_array(num_pages, page_array, nofail); in alloc_eb_folio_array()
/linux/fs/ext4/
H A Dextents_status.c485 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()
/linux/mm/
H A Dvmalloc.c3679 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()
H A Dpage_alloc.c4144 * 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()
/linux/kernel/
H A Dcpu.c960 bool nofail) in __cpuhp_invoke_callback_range() argument
972 if (nofail) { in __cpuhp_invoke_callback_range()
/linux/fs/bcachefs/
H A Dbtree_update_interior.c1339 bool nofail) in bch2_btree_set_root() argument
1351 if (nofail) { in bch2_btree_set_root()
/linux/fs/f2fs/
H A Df2fs.h2958 gfp_t flags, bool nofail, struct f2fs_sb_info *sbi) in f2fs_kmem_cache_alloc() argument
2960 if (nofail) in f2fs_kmem_cache_alloc()