Home
last modified time | relevance | path

Searched refs:fgf_t (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dpagemap.h597 typedef unsigned int __bitwise fgf_t; typedef
599 #define FGP_ACCESSED ((__force fgf_t)0x00000001)
600 #define FGP_LOCK ((__force fgf_t)0x00000002)
601 #define FGP_CREAT ((__force fgf_t)0x00000004)
602 #define FGP_WRITE ((__force fgf_t)0x00000008)
603 #define FGP_NOFS ((__force fgf_t)0x00000010)
604 #define FGP_NOWAIT ((__force fgf_t)0x00000020)
605 #define FGP_FOR_MMAP ((__force fgf_t)0x00000040)
606 #define FGP_STABLE ((__force fgf_t)0x00000080)
622 static inline fgf_t fgf_set_order(size_t size) in fgf_set_order()
[all …]
/openbmc/linux/mm/
H A Dfolio-compat.c95 fgf_t fgp_flags, gfp_t gfp) in pagecache_get_page()
H A Dfilemap.c1892 fgf_t fgp_flags, gfp_t gfp) in __filemap_get_folio()
/openbmc/linux/fs/btrfs/
H A Dfile.c879 static fgf_t get_prepare_fgp_flags(bool nowait) in get_prepare_fgp_flags()
881 fgf_t fgp_flags = FGP_LOCK | FGP_ACCESSED | FGP_CREAT; in get_prepare_fgp_flags()
913 fgf_t fgp_flags = get_prepare_fgp_flags(nowait); in prepare_pages()
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c549 fgf_t fgp = FGP_WRITEBEGIN | FGP_NOFS; in iomap_get_folio()
/openbmc/linux/fs/f2fs/
H A Dcompress.c1066 fgf_t fgp_flag = FGP_LOCK | FGP_WRITE | FGP_CREAT; in prepare_compress_overwrite()
H A Df2fs.h2777 fgf_t fgp_flags, gfp_t gfp_mask) in f2fs_pagecache_get_page()