Searched refs:__GFP_IO (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/linux/
H A Dgfp_types.h181 * %__GFP_IO can start physical IO.
244 #define __GFP_IO ((__force gfp_t)___GFP_IO) macro
363 #define GFP_KERNEL (__GFP_RECLAIM | __GFP_IO | __GFP_FS)
367 #define GFP_NOFS (__GFP_RECLAIM | __GFP_IO)
368 #define GFP_USER (__GFP_RECLAIM | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
H A Dgfp.h361 return (gfp & (__GFP_IO | __GFP_FS)) == (__GFP_IO | __GFP_FS);
370 return IS_ENABLED(CONFIG_COMPACTION) && (gfp_mask & __GFP_IO);
/linux-master/fs/nilfs2/
H A Dmdt.h65 #define NILFS_MDT_GFP (__GFP_RECLAIM | __GFP_IO | __GFP_HIGHMEM)
/linux-master/mm/
H A Dvmpressure.c268 if (!(gfp & (__GFP_HIGHMEM | __GFP_MOVABLE | __GFP_IO | __GFP_FS)))
H A Dmempool.c404 gfp_temp = gfp_mask & ~(__GFP_DIRECT_RECLAIM|__GFP_IO);
H A Dinternal.h24 #define GFP_RECLAIM_MASK (__GFP_RECLAIM|__GFP_HIGH|__GFP_IO|__GFP_FS|\
30 #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_RECLAIM|__GFP_IO|__GFP_FS))
H A Dvmalloc.c3674 if ((gfp_mask & (__GFP_FS | __GFP_IO)) == __GFP_IO)
3676 else if ((gfp_mask & (__GFP_FS | __GFP_IO)) == 0)
3686 if ((gfp_mask & (__GFP_FS | __GFP_IO)) == __GFP_IO)
3688 else if ((gfp_mask & (__GFP_FS | __GFP_IO)) == 0)
H A Dvmscan.c996 if (!folio_test_swapcache(folio) || !(gfp_mask & __GFP_IO))
999 * We can "enter_fs" for swap-cache with only __GFP_IO
1101 * have __GFP_FS (or __GFP_IO if it's simply going to swap,
1109 * __GFP_IO|__GFP_FS for this reason); but more thought
1199 if (!(sc->gfp_mask & __GFP_IO))
4302 if (!(sc->gfp_mask & __GFP_IO) &&
4474 * 2. If !__GFP_IO, file first since clean pagecache is more likely to
4485 else if (!(sc->gfp_mask & __GFP_IO))
H A Dswapfile.c3659 if (!(gfp & __GFP_IO))
H A Dshmem.c1588 gfp_t allowflags = __GFP_IO | __GFP_FS | __GFP_RECLAIM;
H A Dmemory.c3065 return mapping_gfp_mask(vm_file->f_mapping) | __GFP_FS | __GFP_IO;
/linux-master/include/linux/sched/
H A Dmm.h251 flags &= ~(__GFP_IO | __GFP_FS);
340 * All further allocations will implicitly drop __GFP_IO flag and so
/linux-master/include/trace/events/
H A Dmmflags.h34 gfpflag_string(__GFP_IO), \
/linux-master/drivers/block/
H A Dloop.c608 lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS));
1076 mapping_set_gfp_mask(mapping, lo->old_gfp_mask & ~(__GFP_IO|__GFP_FS));
/linux-master/kernel/power/
H A Dmain.c49 gfp_allowed_mask &= ~(__GFP_IO | __GFP_FS);
/linux-master/block/
H A Dbio.c178 return (gfp & ~(__GFP_DIRECT_RECLAIM | __GFP_IO)) |
/linux-master/fs/f2fs/
H A Dcompress.c1881 cpage = alloc_page(__GFP_NOWARN | __GFP_IO);
/linux-master/drivers/md/bcache/
H A Dbtree.c683 if (sc->gfp_mask & __GFP_IO)

Completed in 325 milliseconds