Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dvmalloc.c2997 bool nofail = false; in vm_area_alloc_pages() local
3008 /* bulk allocator doesn't support nofail req. officially */ in vm_area_alloc_pages()
3049 * Higher order nofail allocations are really expensive and in vm_area_alloc_pages()
3054 nofail = true; in vm_area_alloc_pages()
3067 if (!nofail) in vm_area_alloc_pages()
3106 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_area_node() local
3184 if (nofail && (ret < 0)) in __vmalloc_area_node()
3186 } while (nofail && (ret < 0)); in __vmalloc_area_node()
3284 bool nofail = gfp_mask & __GFP_NOFAIL; in __vmalloc_node_range() local
3287 real_size, (nofail) in __vmalloc_node_range()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dextents_status.c456 static inline struct pending_reservation *__alloc_pending(bool nofail) in __alloc_pending() argument
458 if (!nofail) in __alloc_pending()
482 static inline struct extent_status *__es_alloc_extent(bool nofail) in __es_alloc_extent() argument
484 if (!nofail) in __es_alloc_extent()
H A Dextents.c309 int nofail) in ext4_force_split_extent_at()
315 if (nofail) in ext4_force_split_extent_at()
307 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, ext4_lblk_t lblk, int nofail) ext4_force_split_extent_at() argument
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents_status.c452 static inline struct pending_reservation *__alloc_pending(bool nofail) in __alloc_pending() argument
454 if (!nofail) in __alloc_pending()
478 static inline struct extent_status *__es_alloc_extent(bool nofail) in __es_alloc_extent() argument
480 if (!nofail) in __es_alloc_extent()
H A Dextents.c329 int nofail) in ext4_force_split_extent_at()
335 if (nofail) in ext4_force_split_extent_at()
327 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, struct ext4_ext_path **ppath, ext4_lblk_t lblk, int nofail) ext4_force_split_extent_at() argument
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dosd_client.h504 bool nofail);
/kernel/linux/linux-6.6/kernel/
H A Dcpu.c948 bool nofail) in __cpuhp_invoke_callback_range()
960 if (nofail) { in __cpuhp_invoke_callback_range()
944 __cpuhp_invoke_callback_range(bool bringup, unsigned int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target, bool nofail) __cpuhp_invoke_callback_range() argument
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h2810 gfp_t flags, bool nofail, struct f2fs_sb_info *sbi) in f2fs_kmem_cache_alloc()
2812 if (nofail) in f2fs_kmem_cache_alloc()
2809 f2fs_kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags, bool nofail, struct f2fs_sb_info *sbi) f2fs_kmem_cache_alloc() argument
/kernel/linux/linux-5.10/net/ceph/
H A Dosd_client.c4584 bool nofail) in ceph_osdc_start_request()
4582 ceph_osdc_start_request(struct ceph_osd_client *osdc, struct ceph_osd_request *req, bool nofail) ceph_osdc_start_request() argument

Completed in 45 milliseconds