Searched full:__gfp_fs (Results 1 – 22 of 22) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | gfp_types.h | 183 * %__GFP_FS can call down to the low-level FS. Clearing the flag avoids the 249 #define __GFP_FS ((__force gfp_t)___GFP_FS) 370 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS) 375 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL) 256 #define __GFP_FS ((__force gfp_t)___GFP_FS) global() macro
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_shrinker.c | 143 bool can_backup = !!(sc->gfp_mask & __GFP_FS); in xe_shrinker_count() 216 bool can_backup = !!(sc->gfp_mask & __GFP_FS); in xe_shrinker_scan()
|
| /linux/fs/nfs/ |
| H A D | fscache.h | 105 if (current_is_kswapd() || !(gfp & __GFP_FS)) in nfs_fscache_release_folio()
|
| H A D | internal.h | 700 /* For workers __GFP_NORETRY only with __GFP_IO or __GFP_FS */ in nfs_io_gfp_mask()
|
| H A D | localio.c | 302 mapping_set_gfp_mask(m, (gfp_mask & ~(__GFP_FS))); in nfs_local_mapping_set_gfp_nofs_context()
|
| /linux/kernel/power/ |
| H A D | main.c | 57 WARN_ON((saved_gfp_mask & ~(__GFP_IO | __GFP_FS)) != gfp_allowed_mask); in pm_restrict_gfp_mask() 62 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS); in pm_restrict_gfp_mask()
|
| /linux/fs/netfs/ |
| H A D | misc.c | 326 if (current_is_kswapd() || !(gfp & __GFP_FS)) in netfs_release_folio()
|
| /linux/fs/btrfs/ |
| H A D | verity.c | 737 folio = filemap_alloc_folio(mapping_gfp_constraint(inode->i_mapping, ~__GFP_FS), in btrfs_read_merkle_tree_page()
|
| H A D | fs.h | 988 return mapping_gfp_constraint(mapping, ~__GFP_FS); in btrfs_alloc_write_mask()
|
| H A D | compression.c | 396 constraint_gfp = ~__GFP_FS; in add_ra_bio_folios()
|
| H A D | free-space-cache.c | 128 ~(__GFP_FS | __GFP_HIGHMEM))); in __lookup_free_space_inode()
|
| /linux/fs/xfs/ |
| H A D | xfs_qm.c | 500 if ((sc->gfp_mask & (__GFP_FS|__GFP_DIRECT_RECLAIM)) != (__GFP_FS|__GFP_DIRECT_RECLAIM)) in xfs_qm_shrink_scan()
|
| H A D | xfs_iops.c | 1464 mapping_set_gfp_mask(inode->i_mapping, (gfp_mask & ~(__GFP_FS))); in xfs_setup_inode()
|
| /linux/fs/gfs2/ |
| H A D | quota.c | 179 if (!(sc->gfp_mask & __GFP_FS)) in gfs2_qd_shrink_scan()
|
| /linux/tools/perf/ |
| H A D | builtin-kmem.c | 668 { "__GFP_FS", "F" },
|
| /linux/drivers/block/ |
| H A D | loop.c | 523 lo->old_gfp_mask & ~(__GFP_IO | __GFP_FS)); in loop_assign_backing_file()
|
| /linux/fs/ext4/ |
| H A D | super.c | 255 ~__GFP_FS) | __GFP_MOVABLE; in ext4_sb_bread() 264 ~__GFP_FS); in ext4_sb_bread_unmovable() 273 ~__GFP_FS) | __GFP_MOVABLE | __GFP_NOFAIL; in ext4_sb_bread_nofail()
|
| H A D | inode.c | 4044 mapping_gfp_constraint(mapping, ~__GFP_FS)); in ext4_load_tail_bh()
|
| /linux/fs/ |
| H A D | super.c | 210 if (!(sc->gfp_mask & __GFP_FS)) in super_cache_scan()
|
| H A D | buffer.c | 1392 gfp |= mapping_gfp_constraint(bdev->bd_mapping, ~__GFP_FS); in __bread_gfp()
|
| H A D | namei.c | 6547 bool nofs = !mapping_gfp_constraint(mapping, __GFP_FS); in page_symlink()
|
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 589 if (gfp_flags & __GFP_FS) in ff_layout_alloc_lseg()
|