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

/external/kernel-headers/original/linux/
H A Dgfp.h38 #define __GFP_FS ((__force gfp_t)0x80u) /* Can call down to low-level FS? */ macro
54 #define GFP_LEVEL_MASK (__GFP_WAIT|__GFP_HIGH|__GFP_IO|__GFP_FS| \
65 #define GFP_KERNEL (__GFP_WAIT | __GFP_IO | __GFP_FS)
66 #define GFP_USER (__GFP_WAIT | __GFP_IO | __GFP_FS | __GFP_HARDWALL)
67 #define GFP_HIGHUSER (__GFP_WAIT | __GFP_IO | __GFP_FS | __GFP_HARDWALL | \

Completed in 26 milliseconds