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

NAME

6       seq_lseek - ->llseek method for sequential files.
7

SYNOPSIS

9       loff_t seq_lseek(struct file * file, loff_t offset, int origin);
10

ARGUMENTS

12       file
13           the file in question
14
15       offset
16           new position
17
18       origin
19           0 for absolute, 1 for relative position
20

DESCRIPTION

22       Ready-made ->f_op->llseek
23
25Kernel Hackers Manual 2.6.         June 2019                      SEQ_LSEEK(9)
Impressum