1FIND_GET_PAGE(9)          Memory Management in Linux          FIND_GET_PAGE(9)
2
3
4

NAME

6       find_get_page - find and get a page reference
7

SYNOPSIS

9       struct page * find_get_page(struct address_space * mapping,
10                                   pgoff_t offset);
11

ARGUMENTS

13       mapping
14           the address_space to search
15
16       offset
17           the page index
18

DESCRIPTION

20       Is there a pagecache struct page at the given (mapping, offset) tuple?
21       If yes, increment its refcount and return it; if no, return NULL.
22
24Kernel Hackers Manual 2.6.         June 2019                  FIND_GET_PAGE(9)
Impressum