Home
last modified time | relevance | path

Searched refs:fgp_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/mm/
Dfilemap.c1066 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()
[all …]
/linux-4.1.27/include/linux/
Dpagemap.h254 int fgp_flags, gfp_t cache_gfp_mask);
273 pgoff_t offset, int fgp_flags) in find_get_page_flags() argument
275 return pagecache_get_page(mapping, offset, fgp_flags, 0); in find_get_page_flags()