Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpagemap.h712 #define FGP_WRITE ((__force fgf_t)0x00000008) macro
720 #define FGP_WRITEBEGIN (FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE)
/linux/mm/
H A Dfilemap.c1980 else if (fgp_flags & FGP_WRITE) { in __filemap_get_folio_mpol()
1995 if ((fgp_flags & FGP_WRITE) && mapping_can_writeback(mapping)) in __filemap_get_folio_mpol()
/linux/fs/f2fs/
H A Ddata.c3926 FGP_LOCK | FGP_WRITE | FGP_CREAT, in f2fs_write_begin()