Lines Matching refs:fgf_t
692 typedef unsigned int __bitwise fgf_t; typedef
694 #define FGP_ACCESSED ((__force fgf_t)0x00000001)
695 #define FGP_LOCK ((__force fgf_t)0x00000002)
696 #define FGP_CREAT ((__force fgf_t)0x00000004)
697 #define FGP_WRITE ((__force fgf_t)0x00000008)
698 #define FGP_NOFS ((__force fgf_t)0x00000010)
699 #define FGP_NOWAIT ((__force fgf_t)0x00000020)
700 #define FGP_FOR_MMAP ((__force fgf_t)0x00000040)
701 #define FGP_STABLE ((__force fgf_t)0x00000080)
702 #define FGP_DONTCACHE ((__force fgf_t)0x00000100)
728 static inline fgf_t fgf_set_order(size_t size) in fgf_set_order()
734 return (__force fgf_t)(order << 26); in fgf_set_order()
739 fgf_t fgp_flags, gfp_t gfp);
741 fgf_t fgp_flags, gfp_t gfp);
815 pgoff_t offset, fgf_t fgp_flags) in find_get_page_flags()