1SEQ_LSEEK(9) The Linux VFS SEQ_LSEEK(9)
23
4
NAME
6seq_lseek - ->llseek method for sequential files.
7
SYNOPSIS
9loff_t seq_lseek(struct file * file, loff_t offset, int origin);
10
ARGUMENTS
12file
13the file in question
1415
offset
16new position
1718
origin
190 for absolute, 1 for relative position
20
DESCRIPTION
22Ready-made ->f_op->llseek
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 SEQ_LSEEK(9)