Lines Matching refs:fgp_flags
1797 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument
1806 trace_android_vh_pagecache_get_page(mapping, index, fgp_flags, in pagecache_get_page()
1811 if (fgp_flags & FGP_LOCK) { in pagecache_get_page()
1812 if (fgp_flags & FGP_NOWAIT) { in pagecache_get_page()
1830 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page()
1832 else if (fgp_flags & FGP_WRITE) { in pagecache_get_page()
1837 if (!(fgp_flags & FGP_HEAD)) in pagecache_get_page()
1841 if (!page && (fgp_flags & FGP_CREAT)) { in pagecache_get_page()
1843 if ((fgp_flags & FGP_WRITE) && mapping_can_writeback(mapping)) in pagecache_get_page()
1845 if (fgp_flags & FGP_NOFS) in pagecache_get_page()
1852 if (WARN_ON_ONCE(!(fgp_flags & (FGP_LOCK | FGP_FOR_MMAP)))) in pagecache_get_page()
1853 fgp_flags |= FGP_LOCK; in pagecache_get_page()
1856 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page()
1871 if (page && (fgp_flags & FGP_FOR_MMAP)) in pagecache_get_page()
3456 int fgp_flags = FGP_LOCK|FGP_WRITE|FGP_CREAT; in grab_cache_page_write_begin() local
3459 fgp_flags |= FGP_NOFS; in grab_cache_page_write_begin()
3461 page = pagecache_get_page(mapping, index, fgp_flags, in grab_cache_page_write_begin()