generic_file_aio_write(9) suse man page | unix.com

Man Page: generic_file_aio_write

Operating Environment: suse

Section: 9

GENERIC_FILE_AIO_WRI(9) 				    Memory Management in Linux					   GENERIC_FILE_AIO_WRI(9)

NAME
generic_file_aio_write - write data to a file
SYNOPSIS
ssize_t generic_file_aio_write(struct kiocb * iocb, const struct iovec * iov, unsigned long nr_segs, loff_t pos);
ARGUMENTS
iocb IO state structure iov vector with data to write nr_segs number of segments in the vector pos position in file where to write
DESCRIPTION
This is a wrapper around __generic_file_aio_write to be used by most filesystems. It takes care of syncing the file in case of O_SYNC file and acquires i_mutex as needed.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 GENERIC_FILE_AIO_WRI(9)
Related Man Pages
vmsplice(2) - linux
vmsplice(2) - posix
vmsplice(2) - minix
vmsplice(2) - sunos
vmsplice(2) - freebsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com