write_one_page(9) suse man page | unix.com

Man Page: write_one_page

Operating Environment: suse

Section: 9

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/O
SYNOPSIS
int write_one_page(struct page * page, int wait);
ARGUMENTS
page the page to write wait if true, wait on writeout
DESCRIPTION
The page must be locked by the caller and will be unlocked upon return. write_one_page returns a negative error code if I/O failed.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 WRITE_ONE_PAGE(9)
Related Man Pages
__get_user_pages(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
write_cache_pages(9) - centos
vop_fsync(9) - debian
vop_fsync(9) - osx
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues