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

NAME

6       generic_file_aio_read - generic filesystem read routine
7

SYNOPSIS

9       ssize_t generic_file_aio_read(struct kiocb * iocb,
10                                     const struct iovec * iov,
11                                     unsigned long nr_segs, loff_t pos);
12

ARGUMENTS

14       iocb
15           kernel I/O control block
16
17       iov
18           io vector request
19
20       nr_segs
21           number of segments in the iovec
22
23       pos
24           current file position
25

DESCRIPTION

27       This is the “read” routine for all filesystems that can use the page
28       cache directly.
29
31Kernel Hackers Manual 3.10         June 2019           GENERIC_FILE_AIO_REA(9)
Impressum