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