Searched refs:pagecache_get_page (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | folio-compat.c | 76 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t index, in pagecache_get_page() function 86 EXPORT_SYMBOL(pagecache_get_page); 91 return pagecache_get_page(mapping, index, FGP_WRITEBEGIN, in grab_cache_page_write_begin()
|
/linux-6.12.1/include/linux/ |
D | pagemap.h | 753 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t index, 824 return pagecache_get_page(mapping, offset, 0, 0); in find_get_page() 830 return pagecache_get_page(mapping, offset, fgp_flags, 0); in find_get_page_flags() 849 return pagecache_get_page(mapping, index, FGP_LOCK, 0); in find_lock_page() 874 return pagecache_get_page(mapping, index, in find_or_create_page() 895 return pagecache_get_page(mapping, index, in grab_cache_page_nowait()
|
/linux-6.12.1/fs/btrfs/ |
D | file.c | 933 pages[i] = pagecache_get_page(inode->i_mapping, index + i, in prepare_pages()
|
/linux-6.12.1/fs/f2fs/ |
D | f2fs.h | 2812 return pagecache_get_page(mapping, index, fgp_flags, gfp_mask); in f2fs_pagecache_get_page()
|