Searched refs:fgp_flags (Results 1 – 1 of 1) sorted by relevance
1630 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument1641 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()[all …]