Home
last modified time | relevance | path

Searched refs:FGP_WRITE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dpagemap.h595 #define FGP_WRITE ((__force fgf_t)0x00000008) macro
602 #define FGP_WRITEBEGIN (FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE)
/openbmc/linux/mm/
H A Dfilemap.c1896 else if (fgp_flags & FGP_WRITE) { in __filemap_get_folio()
1909 if ((fgp_flags & FGP_WRITE) && mapping_can_writeback(mapping)) in __filemap_get_folio()
/openbmc/linux/fs/f2fs/
H A Dcompress.c1039 fgf_t fgp_flag = FGP_LOCK | FGP_WRITE | FGP_CREAT; in prepare_compress_overwrite()
H A Ddata.c3588 FGP_LOCK | FGP_WRITE | FGP_CREAT, GFP_NOFS); in f2fs_write_begin()