seq_lseek(9)

Submitted by Jeremy
on July 19, 2007 - 1:24am
.\" Title: seq_lseek .\" Author: .\" Generator: DocBook XSL Stylesheets v1.70.1 .\" Date: July 2007 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 2.6.22 .\" .TH "SEQ_LSEEK" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "The Linux VFS" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" seq_lseek \- \->llseek method for sequential files. .SH "SYNOPSIS" .HP 17 .BI "loff_t seq_lseek(struct\ file\ *\ " "file" ", loff_t\ " "offset" ", int\ " "origin" ");" .SH "ARGUMENTS" .TP 3n \fIfile\fR the file in question .TP 3n \fIoffset\fR new position .TP 3n \fIorigin\fR 0 for absolute, 1 for relative position .SH "DESCRIPTION" .PP Ready\-made \->f_op\->\fBllseek\fR .SH "COPYRIGHT"