Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\pagemap.h Create Date:2022-07-28 05:45:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:find_get_pages

Proto:static inline unsigned find_get_pages(struct address_space *mapping, unsigned long *start, unsigned int nr_pages, struct page **pages)

Type:unsigned

Parameter:

TypeParameterName
struct address_space *mapping
unsigned long *start
unsigned intnr_pages
struct page **pages
358  Return d_get_pages_range - gang pagecache lookup*@mapping: The address_space to search*@start: The starting page index*@end: The final page index (inclusive)*@nr_pages: The maximum number of pages*@pages: Where the resulting pages are placed*
Caller
NameDescribe
ramfs_nommu_get_unmapped_area