1INVALIDATE_INODE_PAG(9) Memory Management in Linux INVALIDATE_INODE_PAG(9)
2
3
4
6 invalidate_inode_pages2_range - remove range of pages from an
7 address_space
8
10 int invalidate_inode_pages2_range(struct address_space * mapping,
11 pgoff_t start, pgoff_t end);
12
14 mapping
15 the address_space
16
17 start
18 the page offset 'from' which to invalidate
19
20 end
21 the page offset 'to' which to invalidate (inclusive)
22
24 Any pages which are found to be mapped into pagetables are unmapped
25 prior to invalidation.
26
27 Returns -EBUSY if any pages could not be invalidated.
28
30Kernel Hackers Manual 2.6. November 2011 INVALIDATE_INODE_PAG(9)