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.c670 bool nofail) in btrfs_alloc_page_array() argument
672 const gfp_t gfp = nofail ? (GFP_NOFS | __GFP_NOFAIL) : GFP_NOFS; in btrfs_alloc_page_array()
696 static int alloc_eb_folio_array(struct extent_buffer *eb, bool nofail) in alloc_eb_folio_array() argument
702 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()
H A Dextents.c333 int nofail) in ext4_force_split_extent_at() argument
338 if (nofail) in ext4_force_split_extent_at()
/linux/mm/
H A Dvmalloc.c3683 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_area_node() local
3768 if (nofail && (ret < 0)) in __vmalloc_area_node()
3770 } while (nofail && (ret < 0)); in __vmalloc_area_node()
3861 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_node_range_noprof() local
3864 size, (nofail) ? ". Retrying." : ""); in __vmalloc_node_range_noprof()
3865 if (nofail) { in __vmalloc_node_range_noprof()
H A Dpage_alloc.c4636 bool nofail = gfp_mask & __GFP_NOFAIL; in __alloc_pages_slowpath() local
4649 if (unlikely(nofail)) { in __alloc_pages_slowpath()
4899 if (unlikely(nofail)) { 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/f2fs/
H A Df2fs.h3021 gfp_t flags, bool nofail, struct f2fs_sb_info *sbi) in f2fs_kmem_cache_alloc() argument
3023 if (nofail) in f2fs_kmem_cache_alloc()