Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/testing/radix-tree/linux/
Dgfp.h12 #define __GFP_FS 0x80u macro
24 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
/Linux-v4.19/include/linux/sched/
Dmm.h159 flags &= ~(__GFP_IO | __GFP_FS); in current_gfp_context()
161 flags &= ~__GFP_FS; in current_gfp_context()
/Linux-v4.19/include/linux/
Dgfp.h192 #define __GFP_FS ((__force gfp_t)___GFP_FS) macro
290 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
295 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
/Linux-v4.19/Documentation/core-api/
Dgfp_mask-from-fs-io.rst17 The traditional way to avoid this deadlock problem is to clear __GFP_FS
33 scope will inherently drop __GFP_FS respectively __GFP_IO from the given
/Linux-v4.19/fs/xfs/
Dkmem.h42 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.c1297 mapping_set_gfp_mask(inode->i_mapping, (gfp_mask & ~(__GFP_FS))); in xfs_setup_inode()
/Linux-v4.19/mm/
Dinternal.h25 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
31 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
Dvmpressure.c259 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS))) in vmpressure()
Dvmscan.c1147 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()
3195 if (!(gfp_mask & __GFP_FS)) { in throttle_direct_reclaim()
Doom_kill.c1085 if (oc->gfp_mask && !(oc->gfp_mask & __GFP_FS)) in out_of_memory()
Dpage_alloc.c179 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); in pm_restrict_gfp_mask()
184 if ((gfp_allowed_mask & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS)) in pm_suspended_storage()
3717 if (!(gfp_mask & __GFP_FS)) in __need_fs_reclaim()
Dcompaction.c845 if (!(cc->gfp_mask & __GFP_FS) && page_mapping(page)) in isolate_migratepages_block()
/Linux-v4.19/include/trace/events/
Dmmflags.h34 {(unsigned long)__GFP_FS, "__GFP_FS"}, \
/Linux-v4.19/drivers/staging/erofs/
Ddata.c55 mapping_gfp_constraint(mapping, ~__GFP_FS) | __GFP_NOFAIL); in erofs_get_meta_page()
/Linux-v4.19/fs/nilfs2/
Dinode.c346 mapping_gfp_constraint(inode->i_mapping, ~__GFP_FS)); in nilfs_new_inode()
516 mapping_gfp_constraint(inode->i_mapping, ~__GFP_FS)); in __nilfs_read_inode()
/Linux-v4.19/drivers/staging/android/
Dashmem.c445 if (!(sc->gfp_mask & __GFP_FS)) in ashmem_shrink_scan()
/Linux-v4.19/drivers/md/
Ddm-bufio.c1549 if (!(gfp & __GFP_FS)) { in __try_evict_buffer()
1605 if (sc->gfp_mask & __GFP_FS) in dm_bufio_shrink_scan()
/Linux-v4.19/drivers/block/
Dloop.c727 lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_change_fd()
957 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS)); in loop_set_fd()
/Linux-v4.19/fs/ceph/
Daddr.c1488 ~__GFP_FS)); in ceph_filemap_fault()
1637 ~__GFP_FS)); in ceph_fill_inline_data()
/Linux-v4.19/fs/fscache/
Dpage.c132 if (!(gfp & __GFP_DIRECT_RECLAIM) || !(gfp & __GFP_FS)) { in __fscache_maybe_release_page()
/Linux-v4.19/fs/
Dsuper.c74 if (!(sc->gfp_mask & __GFP_FS)) in super_cache_scan()
/Linux-v4.19/fs/btrfs/
Dcompression.c451 ~__GFP_FS)); in add_ra_bio_pages()
/Linux-v4.19/fs/ubifs/
Dfile.c739 gfp_t ra_gfp_mask = readahead_gfp_mask(mapping) & ~__GFP_FS; in ubifs_do_bulk_read()
/Linux-v4.19/fs/jbd2/
Dtransaction.c303 if ((gfp_mask & __GFP_FS) == 0) in start_this_handle()

12