Lines Matching refs:fgp_flags
1630 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument
1641 if (fgp_flags & FGP_LOCK) { in pagecache_get_page()
1642 if (fgp_flags & FGP_NOWAIT) { in pagecache_get_page()
1660 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page()
1664 if (!page && (fgp_flags & FGP_CREAT)) { in pagecache_get_page()
1666 if ((fgp_flags & FGP_WRITE) && mapping_cap_account_dirty(mapping)) in pagecache_get_page()
1668 if (fgp_flags & FGP_NOFS) in pagecache_get_page()
1675 if (WARN_ON_ONCE(!(fgp_flags & (FGP_LOCK | FGP_FOR_MMAP)))) in pagecache_get_page()
1676 fgp_flags |= FGP_LOCK; in pagecache_get_page()
1679 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page()
1694 if (page && (fgp_flags & FGP_FOR_MMAP)) in pagecache_get_page()
3229 int fgp_flags = FGP_LOCK|FGP_WRITE|FGP_CREAT; in grab_cache_page_write_begin() local
3232 fgp_flags |= FGP_NOFS; in grab_cache_page_write_begin()
3234 page = pagecache_get_page(mapping, index, fgp_flags, in grab_cache_page_write_begin()