1INVALIDATE_INODE_PAG(9) Memory Management in Linux INVALIDATE_INODE_PAG(9)
23
4
NAME
6invalidate_inode_pages2 - remove all pages from an address_space
7
SYNOPSIS
9int invalidate_inode_pages2(struct address_space * mapping);
10
ARGUMENTS
12mapping
13the address_space
14
DESCRIPTION
16Any pages which are found to be mapped into pagetables are unmapped
17prior to invalidation.
1819
Returns -EIO if any pages could not be invalidated.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 INVALIDATE_INODE_PAG(9)