1. NAME

seq_lseek - ->llseek method for sequential files.

2. SYNOPSIS

loff_t seq_lseek(struct file *  file , loff_t  offset , int  whence );

3. ARGUMENTS

file
    the file in question

offset
    new position

whence
    0 for absolute, 1 for relative position

4. DESCRIPTION

Ready-made ->f_op->llseek

5. COPYRIGHT