Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpagemap.h716 #define FGP_NOWAIT ((__force fgf_t)0x00000020) macro
934 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in grab_cache_page_nowait()
/linux/fs/erofs/
H A Dinternal.h359 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in erofs_grab_folio_nowait()
/linux/fs/squashfs/
H A Dfile.c418 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in squashfs_copy_cache()
/linux/mm/
H A Dfilemap.c1954 if (fgp_flags & FGP_NOWAIT) { in __filemap_get_folio_mpol()
1993 if (fgp_flags & FGP_NOWAIT) { in __filemap_get_folio_mpol()
2040 if ((fgp_flags & FGP_NOWAIT) && err == -ENOMEM) in __filemap_get_folio_mpol()
/linux/fs/iomap/
H A Dbuffered-io.c720 fgp |= FGP_NOWAIT; in iomap_get_folio()