Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpagemap.h697 #define FGP_WRITE ((__force fgf_t)0x00000008) macro
705 #define FGP_WRITEBEGIN (FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE)
/linux-6.15/mm/
H A Dfilemap.c1931 else if (fgp_flags & FGP_WRITE) { in __filemap_get_folio()
1946 if ((fgp_flags & FGP_WRITE) && mapping_can_writeback(mapping)) in __filemap_get_folio()
/linux-6.15/fs/f2fs/
H A Dcompress.c1095 fgf_t fgp_flag = FGP_LOCK | FGP_WRITE | FGP_CREAT; in prepare_compress_overwrite()
H A Ddata.c3594 FGP_LOCK | FGP_WRITE | FGP_CREAT, GFP_NOFS); in f2fs_write_begin()