table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
WRITE_ONE_PAGE(9) | Memory Management in Linux | WRITE_ONE_PAGE(9) |
NAME¶
write_one_page - write out a single page and optionally wait on I/OSYNOPSIS¶
int
write_one_page(struct page * page,
int wait);
ARGUMENTS¶
pagethe page to write
wait
if true, wait on writeout
DESCRIPTION¶
The page must be locked by the caller and will be unlocked upon return.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |