| /linux/include/linux/ |
| H A D | pagemap.h | 710 #define FGP_LOCK ((__force fgf_t)0x00000002) macro 720 #define FGP_WRITEBEGIN (FGP_LOCK | FGP_WRITE | FGP_CREAT | FGP_STABLE) 823 return __filemap_get_folio(mapping, index, FGP_LOCK, 0); in filemap_lock_folio() 842 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, in filemap_grab_folio() 884 return pagecache_get_page(mapping, index, FGP_LOCK, 0); in find_lock_page() 910 FGP_LOCK|FGP_ACCESSED|FGP_CREAT, in find_or_create_page() 932 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in grab_cache_page_nowait()
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 99 FGP_LOCK | FGP_CREAT, in kvm_gmem_prepare_folio()
|
| /linux/fs/erofs/ |
| H A D | internal.h | 326 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in erofs_grab_folio_nowait()
|
| /linux/fs/squashfs/ |
| H A D | file.c | 418 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in squashfs_copy_cache()
|
| /linux/fs/fuse/ |
| H A D | readdir.c | 584 FGP_ACCESSED | FGP_LOCK); in fuse_readdir_cached()
|
| /linux/fs/btrfs/ |
| H A D | reflink.c | 88 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, in copy_inline_to_page()
|
| H A D | defrag.c | 858 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, mask); in defrag_prepare_one_folio()
|
| H A D | free-space-cache.c | 453 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, in io_ctl_prepare_pages()
|
| H A D | disk-io.c | 3911 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, in write_dev_supers()
|
| /linux/fs/ntfs/ |
| H A D | wof.c | 471 FGP_LOCK | FGP_CREAT | FGP_NOFS | FGP_NOWAIT, in ntfs_wof_collect_dest()
|
| H A D | inode.c | 3724 FGP_CREAT | FGP_LOCK, in __ntfs_inode_non_resident_attr_pwrite()
|
| H A D | attrib.c | 2019 FGP_CREAT | FGP_LOCK, in ntfs_attr_make_non_resident()
|
| /linux/mm/ |
| H A D | filemap.c | 1959 if (fgp_flags & FGP_LOCK) { in __filemap_get_folio_mpol() 2003 if (WARN_ON_ONCE(!(fgp_flags & (FGP_LOCK | FGP_FOR_MMAP)))) in __filemap_get_folio_mpol() 2004 fgp_flags |= FGP_LOCK; in __filemap_get_folio_mpol()
|
| /linux/fs/f2fs/ |
| H A D | gc.c | 1289 FGP_LOCK | FGP_CREAT, GFP_NOFS); in ra_data_block() 1452 FGP_LOCK | FGP_CREAT, GFP_NOFS); in move_data_block()
|
| H A D | f2fs.h | 3106 fgf_flags = FGP_LOCK | FGP_ACCESSED; in f2fs_grab_cache_folio() 3108 fgf_flags = FGP_LOCK; in f2fs_grab_cache_folio()
|
| H A D | node.c | 1672 FGP_LOCK|FGP_NOWAIT, 0); in flush_inline_data()
|
| H A D | data.c | 3926 FGP_LOCK | FGP_WRITE | FGP_CREAT, in f2fs_write_begin()
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 960 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, in ntfs_get_frame_pages()
|
| H A D | attrib.c | 323 mapping, 0, FGP_LOCK | FGP_ACCESSED | FGP_CREAT, in attr_make_nonresident()
|
| H A D | frecord.c | 1900 mapping, index, FGP_LOCK | FGP_ACCESSED | FGP_CREAT, gfp); in ntfs_lock_new_page()
|
| /linux/fs/ext4/ |
| H A D | mballoc.c | 1560 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, gfp); in ext4_mb_get_buddy_folio_lock() 1578 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, gfp); in ext4_mb_get_buddy_folio_lock() 1733 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, gfp); in ext4_mb_load_buddy_gfp() 1783 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, gfp); in ext4_mb_load_buddy_gfp()
|
| /linux/fs/ |
| H A D | buffer.c | 859 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, gfp); in grow_dev_folio()
|
| /linux/fs/udf/ |
| H A D | inode.c | 425 FGP_LOCK | FGP_ACCESSED | FGP_CREAT, GFP_KERNEL); in udf_expand_file_adinicb()
|
| /linux/fs/nfs/ |
| H A D | dir.c | 450 FGP_LOCK|FGP_CREAT|FGP_NOFS|FGP_NOWAIT, in nfs_readdir_folio_get_next()
|
| /linux/fs/ceph/ |
| H A D | inode.c | 1967 fgf_t fgf = FGP_LOCK; in fill_readdir_cache()
|