Searched refs:fgp_flags (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/mm/ |
D | filemap.c | 1536 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument 1547 if (fgp_flags & FGP_LOCK) { in pagecache_get_page() 1548 if (fgp_flags & FGP_NOWAIT) { in pagecache_get_page() 1566 if (page && (fgp_flags & FGP_ACCESSED)) in pagecache_get_page() 1570 if (!page && (fgp_flags & FGP_CREAT)) { in pagecache_get_page() 1572 if ((fgp_flags & FGP_WRITE) && mapping_cap_account_dirty(mapping)) in pagecache_get_page() 1574 if (fgp_flags & FGP_NOFS) in pagecache_get_page() 1581 if (WARN_ON_ONCE(!(fgp_flags & FGP_LOCK))) in pagecache_get_page() 1582 fgp_flags |= FGP_LOCK; in pagecache_get_page() 1585 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page() [all …]
|
/Linux-v4.19/include/linux/ |
D | pagemap.h | 257 int fgp_flags, gfp_t cache_gfp_mask); 276 pgoff_t offset, int fgp_flags) in find_get_page_flags() argument 278 return pagecache_get_page(mapping, offset, fgp_flags, 0); in find_get_page_flags()
|
/Linux-v4.19/fs/f2fs/ |
D | f2fs.h | 2014 int fgp_flags, gfp_t gfp_mask) in f2fs_pagecache_get_page() argument 2021 return pagecache_get_page(mapping, index, fgp_flags, gfp_mask); in f2fs_pagecache_get_page()
|