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;
offset63fs/block_dev.cunsigned int offset = filp->f_pos & (BLOCK_SIZE-1);
offset79fs/block_dev.cchars = BLOCK_SIZE-offset;
offset85fs/block_dev.cp = offset + bh->b_data;
offset86fs/block_dev.coffset = 0;
offset162fs/exec.cint len, offset = 0;
offset188fs/exec.cif (--offset < 0) {
offset189fs/exec.coffset = p % PAGE_SIZE;
offset200fs/exec.c*(pag + offset) = get_fs_byte(tmp);
offset52fs/minix/dir.cunsigned int block,offset,i;
offset62fs/minix/dir.coffset = filp->f_pos & 1023;
offset65fs/minix/dir.cfilp->f_pos += 1024-offset;
offset68fs/minix/dir.cde = (struct minix_dir_entry *) (offset + bh->b_data);
offset69fs/minix/dir.cwhile (offset < 1024 && filp->f_pos < inode->i_size) {
offset70fs/minix/dir.coffset += sizeof (struct minix_dir_entry);
offset80fs/minix/file.cint block, blocks, offset;
offset102fs/minix/file.coffset = filp->f_pos & (BLOCK_SIZE-1);
offset103fs/minix/file.cblocks = (left + offset + BLOCK_SIZE - 1) / BLOCK_SIZE;
offset133fs/minix/file.cif (left < BLOCK_SIZE - offset)
offset136fs/minix/file.cchars = BLOCK_SIZE - offset;
offset141fs/minix/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset148fs/minix/file.coffset = 0;
offset47fs/minix/truncate.cstatic int trunc_indirect(struct inode * inode, int offset, unsigned short * p)
offset53fs/minix/truncate.c#define INDIRECT_BLOCK (DIRECT_BLOCK-offset)
offset80fs/pipe.cstatic int pipe_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset36fs/read_write.cint sys_lseek(unsigned int fd, off_t offset, unsigned int origin)
offset46fs/read_write.creturn file->f_op->lseek(file->f_inode,file,offset,origin);
offset51fs/read_write.ctmp = offset;
offset54fs/read_write.ctmp = file->f_pos + offset;
offset59fs/read_write.ctmp = file->f_inode->i_size + offset;
offset109include/unistd.hoff_t lseek(int fildes, off_t offset, int origin);
offset69kernel/blk_drv/scsi/seagate.cunsigned offset;
offset118kernel/blk_drv/scsi/seagate.csignatures[j].offset), (void *) signatures[j].signature,
offset131kernel/blk_drv/scsi/ultrastor.csize_t offset;
offset192kernel/blk_drv/scsi/ultrastor.cif (memcmp((char *)base_address + signatures[i].offset,
offset88kernel/chr_drv/lp.cstatic int lp_lseek(struct inode * inode, struct file * file, off_t offset, int origin)
offset127kernel/chr_drv/lp.cint offset = 0;
offset133kernel/chr_drv/lp.cfor (offset = 0; offset < LP_NO; offset++) {
offset135kernel/chr_drv/lp.coutb( LP_DUMMY, LP_B(offset));
offset138kernel/chr_drv/lp.ctestvalue = inb(LP_B(offset));
offset140kernel/chr_drv/lp.cLP_F(offset) |= LP_EXIST;
offset141kernel/chr_drv/lp.clp_reset(offset);
offset142kernel/chr_drv/lp.cprintk("lp_init: lp%d exists (%d)\n", offset, testvalue);
offset165kernel/chr_drv/mem.cstatic int mem_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset169kernel/chr_drv/mem.cfile->f_pos = offset;
offset172kernel/chr_drv/mem.cfile->f_pos += offset;
offset438kernel/chr_drv/tty_io.cstatic int tty_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
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;
offset53kernel/ptrace.cstatic inline int get_stack_long(struct task_struct *task, int offset)
offset58kernel/ptrace.cstack += offset;
offset68kernel/ptrace.cstatic inline int put_stack_long(struct task_struct *task, int offset,
offset74kernel/ptrace.cstack += offset;
offset38net/socket.cstatic int sock_lseek(struct inode *inode, struct file *file, off_t offset,
offset224net/socket.csock_lseek(struct inode *inode, struct file *file, off_t offset, int whence)