1SEQ_READ(9) The Linux VFS SEQ_READ(9)
23
4
NAME
6seq_read - ->read method for sequential files.
7
SYNOPSIS
9ssize_t seq_read(struct file * file, char __user * buf, size_t size,
10loff_t * ppos);
11
ARGUMENTS
13file
14the file to read from
1516
buf
17the buffer to read to
1819
size
20the maximum number of bytes to read
2122
ppos
23the current position in the file
24
DESCRIPTION
26Ready-made ->f_op->read
27
COPYRIGHT
29Kernel Hackers Manual 2.6. June 2019 SEQ_READ(9)