Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dfilemap.c1792 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument
1803 if (fgp_flags & FGP_LOCK) { in pagecache_get_page()
1804 if (fgp_flags & FGP_NOWAIT) { in pagecache_get_page()
1822 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page()
1824 else if (fgp_flags & FGP_WRITE) { in pagecache_get_page()
1829 if (!(fgp_flags & FGP_HEAD)) in pagecache_get_page()
1833 if (!page && (fgp_flags & FGP_CREAT)) { in pagecache_get_page()
1835 if ((fgp_flags & FGP_WRITE) && mapping_can_writeback(mapping)) in pagecache_get_page()
1837 if (fgp_flags & FGP_NOFS) in pagecache_get_page()
1844 if (WARN_ON_ONCE(!(fgp_flags & (FGP_LOCK | FGP_FOR_MMAP)))) in pagecache_get_page()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dpagemap.h320 int fgp_flags, gfp_t cache_gfp_mask);
339 pgoff_t offset, int fgp_flags) in find_get_page_flags() argument
341 return pagecache_get_page(mapping, offset, fgp_flags, 0); in find_get_page_flags()
/kernel/linux/linux-5.10/fs/f2fs/
Df2fs.h2410 int fgp_flags, gfp_t gfp_mask) in f2fs_pagecache_get_page() argument
2417 return pagecache_get_page(mapping, index, fgp_flags, gfp_mask); in f2fs_pagecache_get_page()