taglinefilesource code
offset18fs/block_dev.cint offset = filp->f_pos & (BLOCK_SIZE-1);
offset34fs/block_dev.cchars = BLOCK_SIZE - offset;
offset44fs/block_dev.cp = offset + bh->b_data;
offset45fs/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;
offset52fs/exec.c#define DUMP_SEEK(offset) \
offset54fs/exec.cif (file.f_op->lseek(inode,&file,(offset),0) != (offset)) \
offset56fs/exec.c} else file.f_pos = (offset)    
offset284fs/exec.cint len, offset = 0;
offset310fs/exec.cif (--offset < 0) {
offset311fs/exec.coffset = p % PAGE_SIZE;
offset322fs/exec.c*(pag + offset) = get_fs_byte(tmp);
offset58fs/ext/dir.cunsigned int block,offset,i;
offset68fs/ext/dir.coffset = filp->f_pos & 1023;
offset71fs/ext/dir.cfilp->f_pos += 1024-offset;
offset74fs/ext/dir.cde = (struct ext_dir_entry *) (offset + bh->b_data);
offset75fs/ext/dir.cwhile (offset < 1024 && filp->f_pos < inode->i_size) {
offset76fs/ext/dir.coffset += de->rec_len;
offset79fs/ext/file.cint block, blocks, offset;
offset101fs/ext/file.coffset = filp->f_pos & (BLOCK_SIZE-1);
offset102fs/ext/file.cblocks = (left + offset + BLOCK_SIZE - 1) / BLOCK_SIZE;
offset132fs/ext/file.cif (left < BLOCK_SIZE - offset)
offset135fs/ext/file.cchars = BLOCK_SIZE - offset;
offset140fs/ext/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset147fs/ext/file.coffset = 0;
offset97fs/ext/namei.clong offset;
offset121fs/ext/namei.coffset = 0;
offset123fs/ext/namei.cwhile (offset < dir->i_size) {
offset127fs/ext/namei.cif (!(block = ext_bmap(dir,offset>>BLOCK_SIZE_BITS)) ||
offset140fs/ext/namei.cif (offset + de->rec_len < dir->i_size)
offset147fs/ext/namei.coffset += de->rec_len;
offset199fs/ext/namei.clong offset;
offset222fs/ext/namei.coffset = 0;
offset225fs/ext/namei.cif ((char *)de >= BLOCK_SIZE+bh->b_data && offset < dir->i_size) {
offset231fs/ext/namei.cblock = ext_create_block(dir,offset>>BLOCK_SIZE_BITS);
offset236fs/ext/namei.coffset += BLOCK_SIZE;
offset241fs/ext/namei.cif (offset >= dir->i_size) {
offset243fs/ext/namei.cif (offset % BLOCK_SIZE == 0 
offset244fs/ext/namei.c|| (BLOCK_SIZE - (offset % BLOCK_SIZE)) < rec_len) {
offset245fs/ext/namei.cif ((offset % BLOCK_SIZE) != 0) {
offset251fs/ext/namei.c- (offset & (BLOCK_SIZE - 1));
offset253fs/ext/namei.coffset += de->rec_len;
offset261fs/ext/namei.cblock = ext_create_block (dir,offset>>BLOCK_SIZE_BITS);
offset300fs/ext/namei.coffset += de->rec_len;
offset479fs/ext/namei.cunsigned long offset;
offset497fs/ext/namei.coffset = de->rec_len + de1->rec_len;
offset499fs/ext/namei.cwhile (offset < inode->i_size ) {
offset502fs/ext/namei.cblock = ext_bmap(inode, offset >> BLOCK_SIZE_BITS);
offset504fs/ext/namei.coffset += BLOCK_SIZE;
offset515fs/ext/namei.coffset += de->rec_len;
offset52fs/ext/truncate.cstatic int trunc_indirect(struct inode * inode, int offset, unsigned long * p)
offset58fs/ext/truncate.c#define INDIRECT_BLOCK (DIRECT_BLOCK-offset)
offset90fs/ext/truncate.cstatic int trunc_dindirect(struct inode * inode, int offset, unsigned long * p)
offset96fs/ext/truncate.c#define DINDIRECT_BLOCK ((DIRECT_BLOCK-offset)>>8)
offset111fs/ext/truncate.cresult |= trunc_indirect(inode,offset+(i<<8),dind);
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);
offset79fs/minix/file.cint block, blocks, offset;
offset101fs/minix/file.coffset = filp->f_pos & (BLOCK_SIZE-1);
offset102fs/minix/file.cblocks = (left + offset + BLOCK_SIZE - 1) / BLOCK_SIZE;
offset132fs/minix/file.cif (left < BLOCK_SIZE - offset)
offset135fs/minix/file.cchars = BLOCK_SIZE - offset;
offset140fs/minix/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset147fs/minix/file.coffset = 0;
offset46fs/minix/truncate.cstatic int trunc_indirect(struct inode * inode, int offset, unsigned short * p)
offset52fs/minix/truncate.c#define INDIRECT_BLOCK (DIRECT_BLOCK-offset)
offset230fs/msdos/fat.cint cluster,offset;
offset239fs/msdos/fat.coffset = sector % sb->cluster_size;
offset241fs/msdos/fat.creturn (cluster-2)*sb->cluster_size+sb->data_start+offset;
offset80fs/msdos/file.cint left,offset,size,sector,cnt;
offset99fs/msdos/file.coffset = filp->f_pos & (SECTOR_SIZE-1);
offset101fs/msdos/file.cfilp->f_pos += (size = MIN(SECTOR_SIZE-offset,left));
offset103fs/msdos/file.cmemcpy_tofs(buf,data+offset,size);
offset107fs/msdos/file.cif ((ch = *((char *) data+offset++)) == '\r')
offset128fs/msdos/file.cint sector,offset,size,left,written;
offset153fs/msdos/file.coffset = filp->f_pos & (SECTOR_SIZE-1);
offset154fs/msdos/file.csize = MIN(SECTOR_SIZE-offset,MAX(carry,count));
offset165fs/msdos/file.cwritten = left = SECTOR_SIZE-offset;
offset179fs/msdos/inode.cint cluster,offset;
offset188fs/msdos/inode.coffset = (block*2) % sb->cluster_size;
offset190fs/msdos/inode.creturn ((cluster-2)*sb->cluster_size+sb->data_start+offset) >> 1;
offset214fs/msdos/misc.cint sector,offset;
offset218fs/msdos/misc.coffset = *pos;
offset228fs/msdos/misc.c*de = (struct msdos_dir_entry *) (data+(offset &
offset230fs/msdos/misc.creturn (sector << MSDOS_DPS_BITS)+((offset & (SECTOR_SIZE-1)) >>
offset91fs/pipe.cstatic int pipe_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset35fs/read_write.cint sys_lseek(unsigned int fd, off_t offset, unsigned int origin)
offset45fs/read_write.creturn file->f_op->lseek(file->f_inode,file,offset,origin);
offset50fs/read_write.ctmp = offset;
offset53fs/read_write.ctmp = file->f_pos + offset;
offset58fs/read_write.ctmp = file->f_inode->i_size + offset;
offset366kernel/blk_drv/scsi/7000fasst.cunsigned offset;
offset385kernel/blk_drv/scsi/7000fasst.cif(!memcmp((void *)(wd_bases[i] + signatures[j].offset),
offset75kernel/blk_drv/scsi/seagate.cunsigned offset;
offset161kernel/blk_drv/scsi/seagate.csignatures[j].offset), (void *) signatures[j].signature,
offset164kernel/blk_drv/scsi/ultrastor.csize_t offset;
offset256kernel/blk_drv/scsi/ultrastor.cif (memcmp((char *)config.bios_segment + signatures[i].offset,
offset87kernel/chr_drv/lp.cstatic int lp_lseek(struct inode * inode, struct file * file, off_t offset, int origin)
offset126kernel/chr_drv/lp.cint offset = 0;
offset132kernel/chr_drv/lp.cfor (offset = 0; offset < LP_NO; offset++) {
offset134kernel/chr_drv/lp.coutb( LP_DUMMY, LP_B(offset));
offset137kernel/chr_drv/lp.ctestvalue = inb(LP_B(offset));
offset139kernel/chr_drv/lp.cLP_F(offset) |= LP_EXIST;
offset140kernel/chr_drv/lp.clp_reset(offset);
offset141kernel/chr_drv/lp.cprintk("lp_init: lp%d exists (%d)\n", offset, testvalue);
offset186kernel/chr_drv/mem.cstatic int mem_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset190kernel/chr_drv/mem.cfile->f_pos = offset;
offset193kernel/chr_drv/mem.cfile->f_pos += offset;
offset489kernel/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;
offset51kernel/ptrace.cstatic inline int get_stack_long(struct task_struct *task, int offset)
offset56kernel/ptrace.cstack += offset;
offset66kernel/ptrace.cstatic inline int put_stack_long(struct task_struct *task, int offset,
offset72kernel/ptrace.cstack += offset;
offset40net/socket.cstatic int sock_lseek(struct inode *inode, struct file *file, off_t offset,
offset225net/socket.csock_lseek(struct inode *inode, struct file *file, off_t offset, int whence)