Searched refs:nofail (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ext4/
H A Dextents_status.c452 static inline struct pending_reservation *__alloc_pending(bool nofail) argument
454 if (!nofail)
478 static inline struct extent_status *__es_alloc_extent(bool nofail) argument
480 if (!nofail)
H A Dextents.c329 int nofail)
335 if (nofail)
327 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, ext4_lblk_t lblk, int nofail) argument
/linux-master/mm/
H A Dvmalloc.c3495 bool nofail = false; local
3506 /* bulk allocator doesn't support nofail req. officially */
3547 * Higher order nofail allocations are really expensive and
3552 nofail = true;
3565 if (!nofail)
3604 bool nofail = gfp_mask & __GFP_NOFAIL; local
3682 if (nofail && (ret < 0))
3684 } while (nofail && (ret < 0));
3782 bool nofail = gfp_mask & __GFP_NOFAIL; local
3785 real_size, (nofail)
[all...]
/linux-master/kernel/
H A Dcpu.c947 bool nofail)
959 if (nofail) {
943 __cpuhp_invoke_callback_range(bool bringup, unsigned int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target, bool nofail) argument
/linux-master/fs/f2fs/
H A Df2fs.h2824 gfp_t flags, bool nofail, struct f2fs_sb_info *sbi)
2826 if (nofail)
2823 f2fs_kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags, bool nofail, struct f2fs_sb_info *sbi) argument
/linux-master/fs/bcachefs/
H A Dbtree_update_interior.c1311 bool nofail)
1323 if (nofail) {
1307 bch2_btree_set_root(struct btree_update *as, struct btree_trans *trans, struct btree_path *path, struct btree *b, bool nofail) argument

Completed in 262 milliseconds