Lines Matching refs:fgf_t
565 typedef unsigned int __bitwise fgf_t; typedef
567 #define FGP_ACCESSED ((__force fgf_t)0x00000001)
568 #define FGP_LOCK ((__force fgf_t)0x00000002)
569 #define FGP_CREAT ((__force fgf_t)0x00000004)
570 #define FGP_WRITE ((__force fgf_t)0x00000008)
571 #define FGP_NOFS ((__force fgf_t)0x00000010)
572 #define FGP_NOWAIT ((__force fgf_t)0x00000020)
573 #define FGP_FOR_MMAP ((__force fgf_t)0x00000040)
574 #define FGP_STABLE ((__force fgf_t)0x00000080)
590 static inline fgf_t fgf_set_order(size_t size) in fgf_set_order()
596 return (__force fgf_t)((shift - PAGE_SHIFT) << 26); in fgf_set_order()
601 fgf_t fgp_flags, gfp_t gfp);
603 fgf_t fgp_flags, gfp_t gfp);
677 pgoff_t offset, fgf_t fgp_flags) in find_get_page_flags()