1WRITE_ONE_PAGE(9)         Memory Management in Linux         WRITE_ONE_PAGE(9)
2
3
4

NAME

6       write_one_page - write out a single page and optionally wait on I/O
7

SYNOPSIS

9       int write_one_page(struct page * page, int wait);
10

ARGUMENTS

12       page
13           the page to write
14
15       wait
16           if true, wait on writeout
17

DESCRIPTION

19       The page must be locked by the caller and will be unlocked upon return.
20
21       write_one_page returns a negative error code if I/O failed.
22
24Kernel Hackers Manual 2.6.         June 2019                 WRITE_ONE_PAGE(9)
Impressum