Searched refs:pagecache_get_page (Results 1 - 5 of 5) sorted by relevance

/linux-master/mm/
H A Dfolio-compat.c88 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t index, function
98 EXPORT_SYMBOL(pagecache_get_page); variable
103 return pagecache_get_page(mapping, index, FGP_WRITEBEGIN,
/linux-master/include/linux/
H A Dpagemap.h636 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t index,
707 return pagecache_get_page(mapping, offset, 0, 0);
713 return pagecache_get_page(mapping, offset, fgp_flags, 0);
732 return pagecache_get_page(mapping, index, FGP_LOCK, 0);
757 return pagecache_get_page(mapping, index,
778 return pagecache_get_page(mapping, index,
/linux-master/fs/erofs/
H A Dinternal.h326 return pagecache_get_page(mapping, index,
/linux-master/fs/btrfs/
H A Dfile.c923 pages[i] = pagecache_get_page(inode->i_mapping, index + i,
/linux-master/fs/f2fs/
H A Df2fs.h2781 return pagecache_get_page(mapping, index, fgp_flags, gfp_mask);

Completed in 199 milliseconds