| tag | line | file | source code |
| offset | 19 | fs/block_dev.c | int offset = filp->f_pos & (BLOCK_SIZE-1); |
| offset | 35 | fs/block_dev.c | chars = BLOCK_SIZE - offset; |
| offset | 45 | fs/block_dev.c | p = offset + bh->b_data; |
| offset | 46 | fs/block_dev.c | offset = 0; |
| offset | 63 | fs/block_dev.c | unsigned int offset = filp->f_pos & (BLOCK_SIZE-1); |
| offset | 79 | fs/block_dev.c | chars = BLOCK_SIZE-offset; |
| offset | 85 | fs/block_dev.c | p = offset + bh->b_data; |
| offset | 86 | fs/block_dev.c | offset = 0; |
| offset | 162 | fs/exec.c | int len, offset = 0; |
| offset | 188 | fs/exec.c | if (--offset < 0) { |
| offset | 189 | fs/exec.c | offset = p % PAGE_SIZE; |
| offset | 200 | fs/exec.c | *(pag + offset) = get_fs_byte(tmp); |
| offset | 52 | fs/minix/dir.c | unsigned int block,offset,i; |
| offset | 62 | fs/minix/dir.c | offset = filp->f_pos & 1023; |
| offset | 65 | fs/minix/dir.c | filp->f_pos += 1024-offset; |
| offset | 68 | fs/minix/dir.c | de = (struct minix_dir_entry *) (offset + bh->b_data); |
| offset | 69 | fs/minix/dir.c | while (offset < 1024 && filp->f_pos < inode->i_size) { |
| offset | 70 | fs/minix/dir.c | offset += sizeof (struct minix_dir_entry); |
| offset | 80 | fs/minix/file.c | int block, blocks, offset; |
| offset | 102 | fs/minix/file.c | offset = filp->f_pos & (BLOCK_SIZE-1); |
| offset | 103 | fs/minix/file.c | blocks = (left + offset + BLOCK_SIZE - 1) / BLOCK_SIZE; |
| offset | 133 | fs/minix/file.c | if (left < BLOCK_SIZE - offset) |
| offset | 136 | fs/minix/file.c | chars = BLOCK_SIZE - offset; |
| offset | 141 | fs/minix/file.c | memcpy_tofs(buf,offset+(*bhe)->b_data,chars); |
| offset | 148 | fs/minix/file.c | offset = 0; |
| offset | 47 | fs/minix/truncate.c | static int trunc_indirect(struct inode * inode, int offset, unsigned short * p) |
| offset | 53 | fs/minix/truncate.c | #define INDIRECT_BLOCK (DIRECT_BLOCK-offset) |
| offset | 80 | fs/pipe.c | static int pipe_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
| offset | 36 | fs/read_write.c | int sys_lseek(unsigned int fd, off_t offset, unsigned int origin) |
| offset | 46 | fs/read_write.c | return file->f_op->lseek(file->f_inode,file,offset,origin); |
| offset | 51 | fs/read_write.c | tmp = offset; |
| offset | 54 | fs/read_write.c | tmp = file->f_pos + offset; |
| offset | 59 | fs/read_write.c | tmp = file->f_inode->i_size + offset; |
| offset | 109 | include/unistd.h | off_t lseek(int fildes, off_t offset, int origin); |
| offset | 69 | kernel/blk_drv/scsi/seagate.c | unsigned offset; |
| offset | 118 | kernel/blk_drv/scsi/seagate.c | signatures[j].offset), (void *) signatures[j].signature, |
| offset | 131 | kernel/blk_drv/scsi/ultrastor.c | size_t offset; |
| offset | 192 | kernel/blk_drv/scsi/ultrastor.c | if (memcmp((char *)base_address + signatures[i].offset, |
| offset | 88 | kernel/chr_drv/lp.c | static int lp_lseek(struct inode * inode, struct file * file, off_t offset, int origin) |
| offset | 127 | kernel/chr_drv/lp.c | int offset = 0; |
| offset | 133 | kernel/chr_drv/lp.c | for (offset = 0; offset < LP_NO; offset++) { |
| offset | 135 | kernel/chr_drv/lp.c | outb( LP_DUMMY, LP_B(offset)); |
| offset | 138 | kernel/chr_drv/lp.c | testvalue = inb(LP_B(offset)); |
| offset | 140 | kernel/chr_drv/lp.c | LP_F(offset) |= LP_EXIST; |
| offset | 141 | kernel/chr_drv/lp.c | lp_reset(offset); |
| offset | 142 | kernel/chr_drv/lp.c | printk("lp_init: lp%d exists (%d)\n", offset, testvalue); |
| offset | 165 | kernel/chr_drv/mem.c | static int mem_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
| offset | 169 | kernel/chr_drv/mem.c | file->f_pos = offset; |
| offset | 172 | kernel/chr_drv/mem.c | file->f_pos += offset; |
| offset | 438 | kernel/chr_drv/tty_io.c | static int tty_lseek(struct inode * inode, struct file * file, off_t offset, int orig) |
| offset | 32 | kernel/math/ea.c | long offset = 0; |
| offset | 40 | kernel/math/ea.c | offset = 0; |
| offset | 42 | kernel/math/ea.c | offset = REG(index); |
| offset | 43 | kernel/math/ea.c | offset <<= ss; |
| offset | 45 | kernel/math/ea.c | offset += REG(base); |
| offset | 47 | kernel/math/ea.c | offset += (signed char) get_fs_byte((char *) EIP); |
| offset | 50 | kernel/math/ea.c | offset += (signed) get_fs_long((unsigned long *) EIP); |
| offset | 53 | kernel/math/ea.c | I387.foo = offset; |
| offset | 55 | kernel/math/ea.c | return (char *) offset; |
| offset | 62 | kernel/math/ea.c | int offset = 0; |
| offset | 69 | kernel/math/ea.c | offset = get_fs_long((unsigned long *) EIP); |
| offset | 71 | kernel/math/ea.c | I387.foo = offset; |
| offset | 73 | kernel/math/ea.c | return (char *) offset; |
| offset | 77 | kernel/math/ea.c | case 0: offset = 0; break; |
| offset | 79 | kernel/math/ea.c | offset = (signed char) get_fs_byte((char *) EIP); |
| offset | 83 | kernel/math/ea.c | offset = (signed) get_fs_long((unsigned long *) EIP); |
| offset | 89 | kernel/math/ea.c | I387.foo = offset; |
| offset | 91 | kernel/math/ea.c | return offset + (char *) *tmp; |
| offset | 53 | kernel/ptrace.c | static inline int get_stack_long(struct task_struct *task, int offset) |
| offset | 58 | kernel/ptrace.c | stack += offset; |
| offset | 68 | kernel/ptrace.c | static inline int put_stack_long(struct task_struct *task, int offset, |
| offset | 74 | kernel/ptrace.c | stack += offset; |
| offset | 38 | net/socket.c | static int sock_lseek(struct inode *inode, struct file *file, off_t offset, |
| offset | 224 | net/socket.c | sock_lseek(struct inode *inode, struct file *file, off_t offset, int whence) |