table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
INVALIDATE_INODE_PAG(9) | Memory Management in Linux | INVALIDATE_INODE_PAG(9) |
NAME¶
invalidate_inode_pages2 - remove all pages from an address_spaceSYNOPSIS¶
int
invalidate_inode_pages2(struct address_space * mapping);
ARGUMENTS¶
mappingthe address_space
DESCRIPTION¶
Any pages which are found to be mapped into pagetables are unmapped prior to invalidation. Returns -EBUSY if any pages could not be invalidated.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |