Lines Matching refs:fgp_flags
1133 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument
1144 if (fgp_flags & FGP_LOCK) { in pagecache_get_page()
1145 if (fgp_flags & FGP_NOWAIT) { in pagecache_get_page()
1163 if (page && (fgp_flags & FGP_ACCESSED)) in pagecache_get_page()
1167 if (!page && (fgp_flags & FGP_CREAT)) { in pagecache_get_page()
1169 if ((fgp_flags & FGP_WRITE) && mapping_cap_account_dirty(mapping)) in pagecache_get_page()
1171 if (fgp_flags & FGP_NOFS) in pagecache_get_page()
1178 if (WARN_ON_ONCE(!(fgp_flags & FGP_LOCK))) in pagecache_get_page()
1179 fgp_flags |= FGP_LOCK; in pagecache_get_page()
1182 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page()
2474 int fgp_flags = FGP_LOCK|FGP_ACCESSED|FGP_WRITE|FGP_CREAT; in grab_cache_page_write_begin() local
2477 fgp_flags |= FGP_NOFS; in grab_cache_page_write_begin()
2479 page = pagecache_get_page(mapping, index, fgp_flags, in grab_cache_page_write_begin()