1SEQ_READ(9)                      The Linux VFS                     SEQ_READ(9)
2
3
4

NAME

6       seq_read - ->read method for sequential files.
7

SYNOPSIS

9       ssize_t seq_read(struct file * file, char __user * buf, size_t size,
10                        loff_t * ppos);
11

ARGUMENTS

13       file
14           the file to read from
15
16       buf
17           the buffer to read to
18
19       size
20           the maximum number of bytes to read
21
22       ppos
23           the current position in the file
24

DESCRIPTION

26       Ready-made ->f_op->read
27
29Kernel Hackers Manual 3.10         June 2019                       SEQ_READ(9)
Impressum