__GFP_BITS_MASK   142 include/linux/gfp.h #define GFP_BOOT_MASK (__GFP_BITS_MASK & ~(__GFP_WAIT|__GFP_IO|__GFP_FS))
__GFP_BITS_MASK   148 include/linux/gfp.h #define GFP_SLAB_BUG_MASK (__GFP_DMA32|__GFP_HIGHMEM|~__GFP_BITS_MASK)
__GFP_BITS_MASK    69 include/linux/pagemap.h 	return (__force gfp_t)mapping->flags & __GFP_BITS_MASK;
__GFP_BITS_MASK    78 include/linux/pagemap.h 	m->flags = (m->flags & ~(__force unsigned long)__GFP_BITS_MASK) |