Searched refs:FGP_NOFS (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | pagemap.h | 603 #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 D | internal.h | 327 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in erofs_grab_cache_page_nowait()
|
/openbmc/linux/fs/ext4/ |
H A D | inline.c | 577 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 D | buffered-io.c | 549 fgf_t fgp = FGP_WRITEBEGIN | FGP_NOFS; in iomap_get_folio()
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | 449 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in nfs_readdir_folio_get_next()
|
/openbmc/linux/mm/ |
H A D | filemap.c | 1939 if (fgp_flags & FGP_NOFS) in __filemap_get_folio()
|