Home
last modified time | relevance | path

Searched refs:FGP_STABLE (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/mm/
Dfolio-compat.c120 unsigned fgp_flags = FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE; in grab_cache_page_write_begin()
Dfilemap.c1951 if (fgp_flags & FGP_STABLE) in __filemap_get_folio()
/Linux-v6.1/fs/netfs/
Dbuffered_read.c344 unsigned int fgp_flags = FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE; in netfs_write_begin()
/Linux-v6.1/include/linux/
Dpagemap.h509 #define FGP_STABLE 0x00000200 macro
/Linux-v6.1/fs/iomap/
Dbuffered-io.c593 unsigned fgp = FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE | FGP_NOFS; in iomap_write_begin()