table of contents
other versions
- stretch 4.9.168-1
SEQ_LSEEK(9) | The Linux VFS | SEQ_LSEEK(9) |
NAME¶
seq_lseek - ->llseek method for sequential files.SYNOPSIS¶
loff_t seq_lseek(struct file * file, loff_t offset, int whence);
ARGUMENTS¶
filethe file in question
offset
new position
whence
0 for absolute, 1 for relative position
DESCRIPTION¶
Ready-made ->f_op->llseekCOPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |