Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dextent_io.h366 bool nofail);
Dextent_io.c627 bool nofail) in btrfs_alloc_page_array() argument
629 const gfp_t gfp = nofail ? (GFP_NOFS | __GFP_NOFAIL) : GFP_NOFS; in btrfs_alloc_page_array()
653 static int alloc_eb_folio_array(struct extent_buffer *eb, bool nofail) in alloc_eb_folio_array() argument
659 ret = btrfs_alloc_page_array(num_pages, page_array, nofail); in alloc_eb_folio_array()
/linux-6.12.1/fs/ext4/
Dextents_status.c454 static inline struct pending_reservation *__alloc_pending(bool nofail) in __alloc_pending() argument
456 if (!nofail) in __alloc_pending()
480 static inline struct extent_status *__es_alloc_extent(bool nofail) in __es_alloc_extent() argument
482 if (!nofail) in __es_alloc_extent()
Dextents.c334 int nofail) in ext4_force_split_extent_at() argument
339 if (nofail) in ext4_force_split_extent_at()
/linux-6.12.1/mm/
Dvmalloc.c3605 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_area_node() local
3692 if (nofail && (ret < 0)) in __vmalloc_area_node()
3694 } while (nofail && (ret < 0)); in __vmalloc_area_node()
3792 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_node_range_noprof() local
3795 real_size, (nofail) ? ". Retrying." : ""); in __vmalloc_node_range_noprof()
3796 if (nofail) { in __vmalloc_node_range_noprof()
Dpage_alloc.c4209 bool nofail = gfp_mask & __GFP_NOFAIL; in __alloc_pages_slowpath() local
4222 if (unlikely(nofail)) { in __alloc_pages_slowpath()
4458 if (unlikely(nofail)) { in __alloc_pages_slowpath()
/linux-6.12.1/kernel/
Dcpu.c957 bool nofail) in __cpuhp_invoke_callback_range() argument
969 if (nofail) { in __cpuhp_invoke_callback_range()
/linux-6.12.1/fs/bcachefs/
Dbtree_update_interior.c1314 bool nofail) in bch2_btree_set_root() argument
1326 if (nofail) { in bch2_btree_set_root()
/linux-6.12.1/fs/f2fs/
Df2fs.h2855 gfp_t flags, bool nofail, struct f2fs_sb_info *sbi) in f2fs_kmem_cache_alloc() argument
2857 if (nofail) in f2fs_kmem_cache_alloc()