Searched refs:fgp_flags (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/mm/ |
D | filemap.c | 1889 int fgp_flags, gfp_t gfp_mask) in pagecache_get_page() argument 1896 if (fgp_flags & FGP_ENTRY) in pagecache_get_page() 1903 if (fgp_flags & FGP_LOCK) { in pagecache_get_page() 1904 if (fgp_flags & FGP_NOWAIT) { in pagecache_get_page() 1922 if (fgp_flags & FGP_ACCESSED) in pagecache_get_page() 1924 else if (fgp_flags & FGP_WRITE) { in pagecache_get_page() 1929 if (!(fgp_flags & FGP_HEAD)) in pagecache_get_page() 1933 if (!page && (fgp_flags & FGP_CREAT)) { in pagecache_get_page() 1935 if ((fgp_flags & FGP_WRITE) && mapping_can_writeback(mapping)) in pagecache_get_page() 1937 if (fgp_flags & FGP_NOFS) in pagecache_get_page() [all …]
|
/Linux-v5.15/include/linux/ |
D | pagemap.h | 336 int fgp_flags, gfp_t cache_gfp_mask); 355 pgoff_t offset, int fgp_flags) in find_get_page_flags() argument 357 return pagecache_get_page(mapping, offset, fgp_flags, 0); in find_get_page_flags()
|
/Linux-v5.15/fs/f2fs/ |
D | f2fs.h | 2550 int fgp_flags, gfp_t gfp_mask) in f2fs_pagecache_get_page() argument 2557 return pagecache_get_page(mapping, index, fgp_flags, gfp_mask); in f2fs_pagecache_get_page()
|