Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpagemap.h713 #define FGP_NOFS ((__force fgf_t)0x00000010) macro
932 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in grab_cache_page_nowait()
/linux/fs/erofs/
H A Dinternal.h326 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/fs/ntfs/
H A Dwof.c471 FGP_LOCK | FGP_CREAT | FGP_NOFS | FGP_NOWAIT, in ntfs_wof_collect_dest()
H A Dinode.c3685 folio = __filemap_get_folio(mapping, 0, FGP_WRITEBEGIN | FGP_NOFS, in __ntfs_inode_resident_attr_pwrite()
/linux/fs/ext4/
H A Dinline.c606 folio = __filemap_get_folio(mapping, 0, FGP_WRITEBEGIN | FGP_NOFS, in ext4_convert_inline_data_to_extent()
737 folio = __filemap_get_folio(mapping, 0, FGP_WRITEBEGIN | FGP_NOFS, in ext4_generic_write_inline_data()
/linux/fs/nfs/
H A Ddir.c450 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in nfs_readdir_folio_get_next()
/linux/mm/
H A Dfilemap.c1997 if (fgp_flags & FGP_NOFS) in __filemap_get_folio_mpol()