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

/linux-master/include/linux/
H A Dpagemap.h576 * typedef fgf_t - Flags for getting folios from the page cache.
599 typedef unsigned int __bitwise fgf_t; typedef
601 #define FGP_ACCESSED ((__force fgf_t)0x00000001)
602 #define FGP_LOCK ((__force fgf_t)0x00000002)
603 #define FGP_CREAT ((__force fgf_t)0x00000004)
604 #define FGP_WRITE ((__force fgf_t)0x00000008)
605 #define FGP_NOFS ((__force fgf_t)0x00000010)
606 #define FGP_NOWAIT ((__force fgf_t)0x00000020)
607 #define FGP_FOR_MMAP ((__force fgf_t)0x00000040)
608 #define FGP_STABLE ((__force fgf_t)
[all...]
/linux-master/mm/
H A Dfolio-compat.c89 fgf_t fgp_flags, gfp_t gfp)
H A Dfilemap.c1856 fgf_t fgp_flags, gfp_t gfp)
/linux-master/fs/bcachefs/
H A Dfs-io-pagecache.h10 u64, fgf_t, gfp_t, folios *);
H A Dfs-io-pagecache.c16 fgf_t fgp_flags, gfp_t gfp,
/linux-master/fs/netfs/
H A Dbuffered_write.c124 fgf_t fgp_flags = FGP_WRITEBEGIN;
/linux-master/fs/btrfs/
H A Dfile.c883 static fgf_t get_prepare_fgp_flags(bool nowait)
885 fgf_t fgp_flags = FGP_LOCK | FGP_ACCESSED | FGP_CREAT;
917 fgf_t fgp_flags = get_prepare_fgp_flags(nowait);
/linux-master/fs/iomap/
H A Dbuffered-io.c589 fgf_t fgp = FGP_WRITEBEGIN | FGP_NOFS;
/linux-master/fs/f2fs/
H A Dcompress.c1052 fgf_t fgp_flag = FGP_LOCK | FGP_WRITE | FGP_CREAT;
H A Df2fs.h2776 fgf_t fgp_flags, gfp_t gfp_mask)

Completed in 228 milliseconds