Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpagemap.h685 * typedef fgf_t - Flags for getting folios from the page cache. in readahead_gfp_mask()
709 typedef unsigned int __bitwise fgf_t;
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)
720 typedef unsigned int __bitwise fgf_t; global() typedef
[all...]
/linux/mm/
H A Dfolio-compat.c78 fgf_t fgp_flags, gfp_t gfp) in pagecache_get_page()
H A Dfilemap.c1941 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/ext4/
H A Dmove_extent.c66 fgf_t fgp_flags = FGP_WRITEBEGIN; in mext_folio_double_lock()
/linux/fs/iomap/
H A Dbuffered-io.c717 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()
/linux/fs/btrfs/
H A Dfile.c860 fgf_t fgp_flags = (nowait ? FGP_WRITEBEGIN | FGP_NOWAIT : FGP_WRITEBEGIN) | in prepare_one_folio()
/linux/fs/ceph/
H A Dinode.c1924 fgf_t fgf = FGP_LOCK; in fill_readdir_cache()