'\" t
.\"     Title: seq_lseek
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: June 2017
.\"    Manual: The Linux VFS
.\"    Source: Kernel Hackers Manual 4.11.3
.\"  Language: English
.\"
.TH "SEQ_LSEEK" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "The Linux VFS"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
seq_lseek \- \->\fBllseek\fR method for sequential files\&.
.SH "SYNOPSIS"
.HP \w'loff_t\ seq_lseek('u
.BI "loff_t seq_lseek(struct\ file\ *\ " "file" ", loff_t\ " "offset" ", int\ " "whence" ");"
.SH "ARGUMENTS"
.PP
\fIstruct file * file\fR
.RS 4
the file in question
.RE
.PP
\fIloff_t offset\fR
.RS 4
new position
.RE
.PP
\fIint whence\fR
.RS 4
0 for absolute, 1 for relative position
.RE
.SH "DESCRIPTION"
.PP
Ready\-made \->f_op\->\fBllseek\fR
.SH "COPYRIGHT"
.br