Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpagemap.h330 #define FGP_NOWAIT 0x00000020 macro
442 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in grab_cache_page_nowait()
/Linux-v5.15/fs/ubifs/
Dfile.c790 FGP_LOCK|FGP_ACCESSED|FGP_CREAT|FGP_NOWAIT, in ubifs_do_bulk_read()
/Linux-v5.15/fs/f2fs/
Dcompress.c1818 blkaddr, FGP_LOCK | FGP_NOWAIT, GFP_NOFS); in f2fs_load_compressed_page()
Dnode.c1480 FGP_LOCK|FGP_NOWAIT, 0); in flush_inline_data()
/Linux-v5.15/mm/
Dfilemap.c1904 if (fgp_flags & FGP_NOWAIT) { in pagecache_get_page()