Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dfilemap.c1630 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument
1641 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 …]
/Linux-v5.4/include/linux/
Dpagemap.h245 int fgp_flags, gfp_t cache_gfp_mask);
264 pgoff_t offset, int fgp_flags) in find_get_page_flags() argument
266 return pagecache_get_page(mapping, offset, fgp_flags, 0); in find_get_page_flags()
/Linux-v5.4/fs/f2fs/
Df2fs.h2154 int fgp_flags, gfp_t gfp_mask) in f2fs_pagecache_get_page() argument
2161 return pagecache_get_page(mapping, index, fgp_flags, gfp_mask); in f2fs_pagecache_get_page()