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

NAME

6       get_pageblock_flags_group - Return the requested group of flags for the
7       pageblock_nr_pages block of pages
8

SYNOPSIS

10       unsigned long get_pageblock_flags_group(struct page * page,
11                                               int start_bitidx,
12                                               int end_bitidx);
13

ARGUMENTS

15       page
16           The page within the block of interest
17
18       start_bitidx
19           The first bit of interest to retrieve
20
21       end_bitidx
22           The last bit of interest returns pageblock_bits flags
23
25Kernel Hackers Manual 3.10         June 2019           GET_PAGEBLOCK_FLAGS_(9)
Impressum