Searched refs:FGP_WRITE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dpagemap.h592 * * %FGP_WRITE - The folio will be written to by the caller.
604 #define FGP_WRITE ((__force fgf_t)0x00000008) macro
611 #define FGP_WRITEBEGIN (FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE)
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.c689 FGP_LOCK|FGP_WRITE|FGP_CREAT|FGP_STABLE,
831 FGP_LOCK|FGP_WRITE|FGP_STABLE|FGP_CREAT,
/linux-master/fs/f2fs/
H A Dcompress.c1052 fgf_t fgp_flag = FGP_LOCK | FGP_WRITE | FGP_CREAT;
H A Ddata.c3579 FGP_LOCK | FGP_WRITE | FGP_CREAT, GFP_NOFS);
/linux-master/mm/
H A Dfilemap.c1888 else if (fgp_flags & FGP_WRITE) {
1901 if ((fgp_flags & FGP_WRITE) && mapping_can_writeback(mapping))

Completed in 117 milliseconds