table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BLOCK_INVALIDATEPAGE(9) | The Linux VFS | BLOCK_INVALIDATEPAGE(9) |
NAME¶
block_invalidatepage - invalidate part or all of a buffer-backed pageSYNOPSIS¶
void
block_invalidatepage(struct page * page,
unsigned int offset,
unsigned int length);
ARGUMENTS¶
pagethe page which is affected
offset
start of the range to invalidate
length
length of the range to invalidate
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |