Lines Matching refs:fgp_flags
1066 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument
1077 if (fgp_flags & FGP_LOCK) { in pagecache_get_page()
1078 if (fgp_flags & FGP_NOWAIT) { in pagecache_get_page()
1096 if (page && (fgp_flags & FGP_ACCESSED)) in pagecache_get_page()
1100 if (!page && (fgp_flags & FGP_CREAT)) { in pagecache_get_page()
1102 if ((fgp_flags & FGP_WRITE) && mapping_cap_account_dirty(mapping)) in pagecache_get_page()
1104 if (fgp_flags & FGP_NOFS) in pagecache_get_page()
1111 if (WARN_ON_ONCE(!(fgp_flags & FGP_LOCK))) in pagecache_get_page()
1112 fgp_flags |= FGP_LOCK; in pagecache_get_page()
1115 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page()
2408 int fgp_flags = FGP_LOCK|FGP_ACCESSED|FGP_WRITE|FGP_CREAT; in grab_cache_page_write_begin() local
2411 fgp_flags |= FGP_NOFS; in grab_cache_page_write_begin()
2413 page = pagecache_get_page(mapping, index, fgp_flags, in grab_cache_page_write_begin()