taglinefilesource code
offset19fs/block_dev.cint offset = filp->f_pos & (BLOCK_SIZE-1);
offset35fs/block_dev.cchars = BLOCK_SIZE - offset;
offset45fs/block_dev.cp = offset + bh->b_data;
offset46fs/block_dev.coffset = 0;
offset62fs/block_dev.cunsigned int offset = filp->f_pos & (BLOCK_SIZE-1);
offset78fs/block_dev.cchars = BLOCK_SIZE-offset;
offset84fs/block_dev.cp = offset + bh->b_data;
offset85fs/block_dev.coffset = 0;
offset131fs/exec.cint len, offset = 0;
offset157fs/exec.cif (--offset < 0) {
offset158fs/exec.coffset = p % PAGE_SIZE;
offset169fs/exec.c*(pag + offset) = get_fs_byte(tmp);
offset15fs/read_write.cint sys_lseek(unsigned int fd,off_t offset, unsigned int origin)
offset27fs/read_write.creturn file->f_op->lseek(file->f_inode,file,offset,origin);
offset31fs/read_write.cif (offset<0) return -EINVAL;
offset32fs/read_write.cfile->f_pos=offset;
offset35fs/read_write.cif (file->f_pos+offset<0) return -EINVAL;
offset36fs/read_write.cfile->f_pos += offset;
offset39fs/read_write.cif ((tmp=file->f_inode->i_size+offset) < 0)
offset71include/linux/minix_fs.hextern int minix_lseek(struct inode * inode, struct file * filp, off_t offset, int origin);
offset241include/unistd.hint lseek(int fildes, off_t offset, int origin);
offset32kernel/math/ea.clong offset = 0;
offset40kernel/math/ea.coffset = 0;
offset42kernel/math/ea.coffset = REG(index);
offset43kernel/math/ea.coffset <<= ss;
offset45kernel/math/ea.coffset += REG(base);
offset47kernel/math/ea.coffset += (signed char) get_fs_byte((char *) EIP);
offset50kernel/math/ea.coffset += (signed) get_fs_long((unsigned long *) EIP);
offset53kernel/math/ea.cI387.foo = offset;
offset55kernel/math/ea.creturn (char *) offset;
offset62kernel/math/ea.cint offset = 0;
offset69kernel/math/ea.coffset = get_fs_long((unsigned long *) EIP);
offset71kernel/math/ea.cI387.foo = offset;
offset73kernel/math/ea.creturn (char *) offset;
offset77kernel/math/ea.ccase 0: offset = 0; break;
offset79kernel/math/ea.coffset = (signed char) get_fs_byte((char *) EIP);
offset83kernel/math/ea.coffset = (signed) get_fs_long((unsigned long *) EIP);
offset89kernel/math/ea.cI387.foo = offset;
offset91kernel/math/ea.creturn offset + (char *) *tmp;
offset56kernel/ptrace.cstatic inline int get_stack_long(struct task_struct *task, int offset)
offset61kernel/ptrace.cstack += offset;
offset71kernel/ptrace.cstatic inline int put_stack_long(struct task_struct *task, int offset,
offset77kernel/ptrace.cstack += offset;