Home
last modified time | relevance | path

Searched refs:__GFP_FS (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.10/tools/testing/radix-tree/linux/
Dgfp.h12 #define __GFP_FS 0x80u macro
24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
/Linux-v5.10/include/linux/sched/
Dmm.h164 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()
166 flags &= ~__GFP_FS; in current_gfp_context()
/Linux-v5.10/include/linux/
Dgfp.h199 #define __GFP_FS ((__force gfp_t)___GFP_FS) macro
299 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
304 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
/Linux-v5.10/fs/xfs/
Dkmem.h38 lflags &= ~__GFP_FS; in kmem_flags_convert()
Dxfs_qm.c509 if ((sc->gfp_mask & (__GFP_FS|__GFP_DIRECT_RECLAIM)) != (__GFP_FS|__GFP_DIRECT_RECLAIM)) in xfs_qm_shrink_scan()
Dxfs_iops.c1360 mapping_set_gfp_mask(inode->i_mapping, (gfp_mask & ~(__GFP_FS))); in xfs_setup_inode()
/Linux-v5.10/Documentation/core-api/
Dgfp_mask-from-fs-io.rst19 The traditional way to avoid this deadlock problem is to clear __GFP_FS
35 scope will inherently drop __GFP_FS respectively __GFP_IO from the given
/Linux-v5.10/mm/
Dinternal.h21 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
27 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
Dvmpressure.c256 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
Dvmscan.c1115 may_enter_fs = (sc->gfp_mask & __GFP_FS) || in shrink_page_list()
1818 if ((sc->gfp_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in too_many_isolated()
3214 if (!(gfp_mask & __GFP_FS)) { in throttle_direct_reclaim()
Doom_kill.c1079 if (oc->gfp_mask && !(oc->gfp_mask & __GFP_FS) && !is_memcg_oom(oc)) in out_of_memory()
Dpage_alloc.c263 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); in pm_restrict_gfp_mask()
268 if ((gfp_allowed_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in pm_suspended_storage()
4280 if (!(gfp_mask & __GFP_FS)) in __need_fs_reclaim()
/Linux-v5.10/net/ceph/
Dceph_common.c205 if ((flags & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) { in ceph_kvmalloc()
207 } else if ((flags & (__GFP_IO | __GFP_FS)) == __GFP_IO) { in ceph_kvmalloc()
/Linux-v5.10/include/trace/events/
Dmmflags.h34 {(unsigned long)__GFP_FS, "__GFP_FS"}, \
/Linux-v5.10/fs/erofs/
Ddata.c41 mapping_gfp_constraint(mapping, ~__GFP_FS)); in erofs_get_meta_page()
/Linux-v5.10/fs/nilfs2/
Dinode.c338 mapping_gfp_constraint(inode->i_mapping, ~__GFP_FS)); in nilfs_new_inode()
509 mapping_gfp_constraint(inode->i_mapping, ~__GFP_FS)); in __nilfs_read_inode()
/Linux-v5.10/drivers/staging/android/
Dashmem.c482 if (!(sc->gfp_mask & __GFP_FS)) in ashmem_shrink_scan()
/Linux-v5.10/fs/ceph/
Daddr.c1524 ~__GFP_FS)); in ceph_filemap_fault()
1688 ~__GFP_FS)); in ceph_fill_inline_data()
/Linux-v5.10/drivers/block/
Dloop.c746 lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_change_fd()
1147 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_configure()
/Linux-v5.10/fs/fscache/
Dpage.c128 if (!(gfp & __GFP_DIRECT_RECLAIM) || !(gfp & __GFP_FS)) { in __fscache_maybe_release_page()
/Linux-v5.10/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c775 gfp |= __GFP_RECLAIM | __GFP_FS; in alloc_private_pages()
/Linux-v5.10/fs/ubifs/
Dfile.c727 gfp_t ra_gfp_mask = readahead_gfp_mask(mapping) & ~__GFP_FS; in ubifs_do_bulk_read()
/Linux-v5.10/fs/btrfs/
Dcompression.c538 ~__GFP_FS)); in add_ra_bio_pages()
/Linux-v5.10/fs/
Dsuper.c77 if (!(sc->gfp_mask & __GFP_FS)) in super_cache_scan()
/Linux-v5.10/fs/jbd2/
Dtransaction.c357 if ((gfp_mask & __GFP_FS) == 0) in start_this_handle()

12