Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpagemap.h604 #define FGP_NOWAIT ((__force fgf_t)0x00000020) macro
777 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in grab_cache_page_nowait()
/openbmc/linux/fs/erofs/
H A Dinternal.h327 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in erofs_grab_cache_page_nowait()
/openbmc/linux/fs/ubifs/
H A Dfile.c784 FGP_LOCK|FGP_ACCESSED|FGP_CREAT|FGP_NOWAIT, in ubifs_do_bulk_read()
/openbmc/linux/mm/
H A Dfilemap.c1904 if (fgp_flags & FGP_NOWAIT) { in __filemap_get_folio()
1941 if (fgp_flags & FGP_NOWAIT) { in __filemap_get_folio()
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c552 fgp |= FGP_NOWAIT; in iomap_get_folio()
/openbmc/linux/fs/f2fs/
H A Dcompress.c1927 blkaddr, FGP_LOCK | FGP_NOWAIT, GFP_NOFS); in f2fs_load_compressed_page()
H A Dnode.c1530 FGP_LOCK|FGP_NOWAIT, 0); in flush_inline_data()
/openbmc/linux/fs/nfs/
H A Ddir.c449 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in nfs_readdir_folio_get_next()
/openbmc/linux/fs/btrfs/
H A Dfile.c884 fgp_flags |= FGP_NOWAIT; in get_prepare_fgp_flags()