Home
last modified time | relevance | path

Searched refs:FGP_NOFS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dpagemap.h603 #define FGP_NOFS ((__force fgf_t)0x00000010) 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/ext4/
H A Dinline.c577 folio = __filemap_get_folio(mapping, 0, FGP_WRITEBEGIN | FGP_NOFS, in ext4_convert_inline_data_to_extent()
705 folio = __filemap_get_folio(mapping, 0, FGP_WRITEBEGIN | FGP_NOFS, in ext4_try_to_write_inline_data()
934 folio = __filemap_get_folio(mapping, 0, FGP_WRITEBEGIN | FGP_NOFS, in ext4_da_write_inline_data_begin()
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c549 fgf_t fgp = FGP_WRITEBEGIN | FGP_NOFS; in iomap_get_folio()
/openbmc/linux/fs/nfs/
H A Ddir.c449 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in nfs_readdir_folio_get_next()
/openbmc/linux/mm/
H A Dfilemap.c1911 if (fgp_flags & FGP_NOFS) in __filemap_get_folio()