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

NAME

6       seq_write - write arbitrary data to buffer
7

SYNOPSIS

9       int seq_write(struct seq_file * seq, const void * data, size_t len);
10

ARGUMENTS

12       seq
13           seq_file identifying the buffer to which data should be written
14
15       data
16           data address
17
18       len
19           number of bytes
20

DESCRIPTION

22       Return 0 on success, non-zero otherwise.
23
25Kernel Hackers Manual 3.10         June 2019                      SEQ_WRITE(9)
Impressum