Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpagemap.h709 typedef unsigned int __bitwise fgf_t; typedef
711 #define FGP_ACCESSED ((__force fgf_t)0x00000001)
712 #define FGP_LOCK ((__force fgf_t)0x00000002)
713 #define FGP_CREAT ((__force fgf_t)0x00000004)
714 #define FGP_WRITE ((__force fgf_t)0x00000008)
715 #define FGP_NOFS ((__force fgf_t)0x00000010)
716 #define FGP_NOWAIT ((__force fgf_t)0x00000020)
717 #define FGP_FOR_MMAP ((__force fgf_t)0x00000040)
718 #define FGP_STABLE ((__force fgf_t)0x00000080)
719 #define FGP_DONTCACHE ((__force fgf_t)0x00000100)
[all …]
/linux/mm/
H A Dfolio-compat.c77 fgf_t fgp_flags, gfp_t gfp) in pagecache_get_page()
H A Dfilemap.c1936 pgoff_t index, fgf_t fgp_flags, gfp_t gfp, struct mempolicy *policy) in __filemap_get_folio_mpol()
/linux/fs/netfs/
H A Dbuffered_write.c42 fgf_t fgp_flags = FGP_WRITEBEGIN; in netfs_grab_folio_for_write()
/linux/fs/iomap/
H A Dbuffered-io.c685 fgf_t fgp = FGP_WRITEBEGIN | FGP_NOFS; in iomap_get_folio()
/linux/fs/f2fs/
H A Dcompress.c1093 fgf_t fgp_flag = FGP_LOCK | FGP_WRITE | FGP_CREAT; in prepare_compress_overwrite()
H A Df2fs.h2948 fgf_t fgf_flags; in f2fs_grab_cache_folio()
2975 fgf_t fgp_flags, gfp_t gfp_mask) in f2fs_filemap_get_folio()
/linux/fs/ceph/
H A Dinode.c1924 fgf_t fgf = FGP_LOCK; in fill_readdir_cache()