__GFP_FS 109 include/linux/gfp.h #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS) __GFP_FS 110 include/linux/gfp.h #define GFP_TEMPORARY (__GFP_WAIT | __GFP_IO | __GFP_FS | \ __GFP_FS 112 include/linux/gfp.h #define GFP_USER (__GFP_WAIT | __GFP_IO | __GFP_FS | __GFP_HARDWALL) __GFP_FS 113 include/linux/gfp.h #define GFP_HIGHUSER (__GFP_WAIT | __GFP_IO | __GFP_FS | __GFP_HARDWALL | \ __GFP_FS 115 include/linux/gfp.h #define GFP_HIGHUSER_MOVABLE (__GFP_WAIT | __GFP_IO | __GFP_FS | \ __GFP_FS 118 include/linux/gfp.h #define GFP_IOFS (__GFP_IO | __GFP_FS) __GFP_FS 137 include/linux/gfp.h #define GFP_RECLAIM_MASK (__GFP_WAIT|__GFP_HIGH|__GFP_IO|__GFP_FS|\ __GFP_FS 142 include/linux/gfp.h #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_WAIT|__GFP_IO|__GFP_FS)) __GFP_FS 90 include/linux/oom.h return (gfp_mask & __GFP_FS) && !(gfp_mask & __GFP_NORETRY); __GFP_FS 1960 include/linux/sched.h flags &= ~(__GFP_IO | __GFP_FS);