taglinefilesource code
offset45drivers/FPU-emu/fpu_aux.coperand_address.offset = 0;
offset47drivers/FPU-emu/fpu_aux.cinstruction_address.offset = 0;
offset97drivers/FPU-emu/fpu_emu.hunsigned int offset;
offset314drivers/FPU-emu/fpu_entry.centry_sel_off.offset = FPU_ORIG_EIP;
offset515drivers/FPU-emu/fpu_entry.coperand_address.offset = 0;
offset77drivers/FPU-emu/get_address.clong offset;
offset89drivers/FPU-emu/get_address.coffset = 0;              /* No base register */
offset91drivers/FPU-emu/get_address.coffset = REG_(base);
offset102drivers/FPU-emu/get_address.coffset += (REG_(index)) << ss;
offset110drivers/FPU-emu/get_address.coffset += (signed char) get_fs_byte((char *) (*fpu_eip));
offset119drivers/FPU-emu/get_address.coffset += (signed) get_fs_long((unsigned long *) (*fpu_eip));
offset124drivers/FPU-emu/get_address.creturn offset;
offset146drivers/FPU-emu/get_address.cunsigned short *selector, long offset)
offset164drivers/FPU-emu/get_address.caddress = base_address + offset;
offset254drivers/FPU-emu/get_address.caddr->offset = address;
offset261drivers/FPU-emu/get_address.caddr->offset = address;
offset287drivers/FPU-emu/get_address.caddr->offset = address;
offset403drivers/FPU-emu/get_address.caddr->offset = address;
offset1164drivers/FPU-emu/reg_ld_str.cinstruction_address.offset = get_fs_word((unsigned short *) (s+6));
offset1166drivers/FPU-emu/reg_ld_str.coperand_address.offset = get_fs_word((unsigned short *) (s+0x0a));
offset1172drivers/FPU-emu/reg_ld_str.cinstruction_address.offset
offset1174drivers/FPU-emu/reg_ld_str.coperand_address.offset += (operand_address.selector & 0xf000) << 4;
offset1184drivers/FPU-emu/reg_ld_str.cinstruction_address.offset = get_fs_long((unsigned long *) (s+0x0c));
offset1187drivers/FPU-emu/reg_ld_str.coperand_address.offset = get_fs_long((unsigned long *) (s+0x14));
offset1305drivers/FPU-emu/reg_ld_str.cput_fs_word(instruction_address.offset, (unsigned short *) (d+6));
offset1306drivers/FPU-emu/reg_ld_str.cput_fs_word(operand_address.offset, (unsigned short *) (d+0x0a));
offset1309drivers/FPU-emu/reg_ld_str.cput_fs_word((instruction_address.offset & 0xf0000) >> 4,
offset1311drivers/FPU-emu/reg_ld_str.cput_fs_word((operand_address.offset & 0xf0000) >> 4,
offset1336drivers/FPU-emu/reg_ld_str.cput_fs_long(instruction_address.offset, (unsigned long *) (d+0x0c));
offset1339drivers/FPU-emu/reg_ld_str.cput_fs_long(operand_address.offset, (unsigned long *) (d+0x14));
offset1109drivers/block/cdu31a.cunsigned int offset,
offset1143drivers/block/cdu31a.cinsb(sony_cd_read_reg, &buffer[offset], bytesleft);
offset1176drivers/block/cdu31a.cunsigned int offset;
offset1184drivers/block/cdu31a.coffset = 0;
offset1212drivers/block/cdu31a.coffset += readahead_dataleft;
offset1286drivers/block/cdu31a.cinput_data(buffer, bytesleft, nblocks, offset, skip);
offset145drivers/block/xd.cif (!memcmp(xd_bases[i] + xd_sigs[j].offset,xd_sigs[j].string,strlen(xd_sigs[j].string))) {
offset133drivers/char/console.cstatic void set_scrmem(int currcons, long offset);
offset739drivers/char/console.cstatic inline void __set_origin(unsigned short offset)
offset746drivers/char/console.c__origin = offset;
offset748drivers/char/console.coutb_p(offset >> 8, video_port_val);
offset750drivers/char/console.coutb_p(offset, video_port_val);
offset2145drivers/char/console.cstatic void set_scrmem(int currcons, long offset)
offset2178drivers/char/console.cif (video_mem_term - video_mem_base < offset + video_screen_size)
offset2179drivers/char/console.coffset = 0;  /* strange ... */
offset2180drivers/char/console.cmemcpy((void *)(video_mem_base + offset), (void *) origin, video_screen_size);
offset2183drivers/char/console.corigin = video_mem_base + offset;
offset2225drivers/char/console.clong offset;
offset2245drivers/char/console.coffset = 0;
offset2251drivers/char/console.coffset = (blank_origin - video_mem_base)
offset2256drivers/char/console.cset_scrmem(fg_console, offset);
offset295drivers/char/lp.coff_t offset, int origin)
offset450drivers/char/lp.cint offset = 0;
offset459drivers/char/lp.cfor (offset = 0; offset < LP_NO; offset++) {
offset460drivers/char/lp.cif (check_region(LP_B(offset), 3))
offset463drivers/char/lp.coutb_p( LP_DUMMY, LP_B(offset));
offset466drivers/char/lp.ctestvalue = inb_p(LP_B(offset));
offset468drivers/char/lp.cLP_F(offset) |= LP_EXIST;
offset469drivers/char/lp.clp_reset(offset);
offset470drivers/char/lp.cprintk("lp_init: lp%d exists, ", offset);
offset471drivers/char/lp.csnarf_region(LP_B(offset), 3);
offset472drivers/char/lp.cif (LP_IRQ(offset))
offset473drivers/char/lp.cprintk("using IRQ%d\n", LP_IRQ(offset));
offset490drivers/char/lp.cint offset = 0;
offset499drivers/char/lp.cfor (offset = 0; offset < LP_NO; offset++) {
offset501drivers/char/lp.coutb_p( LP_DUMMY, LP_B(offset));
offset504drivers/char/lp.ctestvalue = inb_p(LP_B(offset));
offset506drivers/char/lp.cLP_F(offset) |= LP_EXIST;
offset507drivers/char/lp.clp_reset(offset);
offset508drivers/char/lp.cprintk("lp_init: lp%d exists, ", offset);
offset509drivers/char/lp.cif (LP_IRQ(offset))
offset510drivers/char/lp.cprintk("using IRQ%d\n", LP_IRQ(offset));
offset186drivers/char/mem.cstatic int null_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset198drivers/char/mem.cstatic int memory_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset202drivers/char/mem.cfile->f_pos = offset;
offset205drivers/char/mem.cfile->f_pos += offset;
offset230drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
offset234drivers/char/serial.coutb(info->hub6 - 1 + offset, info->port);
offset238drivers/char/serial.creturn inb(info->port + offset);
offset241drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
offset245drivers/char/serial.coutb(info->hub6 - 1 + offset, info->port);
offset250drivers/char/serial.creturn inb(info->port + offset);
offset252drivers/char/serial.creturn inb_p(info->port + offset);
offset256drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
offset260drivers/char/serial.coutb(info->hub6 - 1 + offset, info->port);
offset264drivers/char/serial.coutb(value, info->port+offset);
offset267drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
offset272drivers/char/serial.coutb(info->hub6 - 1 + offset, info->port);
offset277drivers/char/serial.coutb(value, info->port+offset);
offset279drivers/char/serial.coutb_p(value, info->port+offset);
offset1878drivers/char/tpqic02.cstatic int qic02_tape_lseek(struct inode * inode, struct file * file, off_t offset, int origin)
offset277drivers/char/tty_io.cstatic int tty_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset93drivers/net/atp.hextern inline unsigned char read_nibble(short port, unsigned char offset)
offset96drivers/net/atp.houtb(EOC+offset, port + PAR_DATA);
offset97drivers/net/atp.houtb(RdAddr+offset, port + PAR_DATA);
offset100drivers/net/atp.houtb(EOC+offset, port + PAR_DATA);
offset261drivers/net/atp.h#define EE_WRITE_CMD(offset)  (((5 << 6) + (offset)) << 17)
offset262drivers/net/atp.h#define EE_READ(offset)   (((6 << 6) + (offset)) << 17)
offset263drivers/net/atp.h#define EE_ERASE(offset)  (((7 << 6) + (offset)) << 17)
offset405drivers/net/depca.cunsigned int nicsr, offset, netRAM;
offset492drivers/net/depca.coffset = 0x8000;              /* 32kbyte RAM offset*/
offset496drivers/net/depca.coffset = 0x0000;
offset499drivers/net/depca.coffset = 0x0000;              /* 64k/48k bytes RAM */
offset503drivers/net/depca.cmem_start += offset;            /* (E)ISA start address */
offset523drivers/net/depca.cj = (((netRAM << 10) - offset - sizeof(struct depca_private)) / 
offset155drivers/net/ne.cstruct {unsigned char value, offset; } program_seq[] = {
offset171drivers/net/ne.coutb_p(program_seq[i].value, ioaddr + program_seq[i].offset);
offset1296drivers/scsi/53c7,8xx.h#define patch_abs_32(script, offset, symbol, value)      \
offset1299drivers/scsi/53c7,8xx.h(script)[A_##symbol##_used[i] - (offset)] += (value);  \
offset1303drivers/scsi/53c7,8xx.h(offset), #script, (script)[A_##symbol##_used[i] -   \
offset1304drivers/scsi/53c7,8xx.h(offset)]);            \
offset1307drivers/scsi/53c7,8xx.h#define patch_abs_rwri_data(script, offset, symbol, value)          \
offset1310drivers/scsi/53c7,8xx.h(script)[A_##symbol##_used[i] - (offset)] =      \
offset1311drivers/scsi/53c7,8xx.h((script)[A_##symbol##_used[i] - (offset)] &     \
offset398drivers/scsi/aha274x.cunsigned char offset)
offset407drivers/scsi/aha274x.c*rate = (aha274x_synctab[i].rate << 4) | (offset & 0xf);
offset415drivers/scsi/aha274x.c(offset & 0xf);
offset672drivers/scsi/aha274x.cunsigned char transfer, offset, rate;
offset701drivers/scsi/aha274x.coffset = inb(HA_ARG_2(base));
offset702drivers/scsi/aha274x.caha274x_to_scsirate(&rate, transfer, offset);
offset1711drivers/scsi/scsi.cint offset;
offset1718drivers/scsi/scsi.coffset = ((int) obj) - ((int) dma_malloc_buffer);
offset1720drivers/scsi/scsi.cif (offset < 0) panic("Bad offset");
offset1721drivers/scsi/scsi.cpage = offset >> 13;
offset1722drivers/scsi/scsi.csector = offset >> 9;
offset1725drivers/scsi/scsi.csector = (offset >> 9) & 15;
offset149drivers/scsi/seagate.cunsigned offset;
offset322drivers/scsi/seagate.csignatures[j].offset), (void *) signatures[j].signature,
offset146drivers/scsi/sr.cint offset;
offset147drivers/scsi/sr.coffset = (SCpnt->request.sector % 4) << 9;
offset149drivers/scsi/sr.c(char *)SCpnt->buffer + offset, 
offset155drivers/scsi/sr.cif((offset == 0) && this_count == 2 &&
offset264drivers/scsi/st.cint offset, transfer, blks;
offset288drivers/scsi/st.coffset = (STp->buffer)->buffer_bytes;
offset289drivers/scsi/st.ctransfer = ((offset + STp->block_size - 1) /
offset295drivers/scsi/st.cmemset((STp->buffer)->b_data + offset, 0, transfer - offset);
offset146drivers/scsi/t128.cint offset;
offset212drivers/scsi/t128.c(bases[current_base].address + signatures[sig].offset, 
offset411drivers/sound/audio.caudio_lseek (int dev, struct fileinfo *file, off_t offset, int orig)
offset1844drivers/sound/sequencer.csequencer_lseek (int dev, struct fileinfo *file, off_t offset, int orig)
offset30drivers/sound/sound_calls.hint audio_lseek (int dev, struct fileinfo *file, off_t offset, int orig);
offset43drivers/sound/sound_calls.hint sequencer_lseek (int dev, struct fileinfo *file, off_t offset, int orig);
offset65drivers/sound/sound_calls.hint MIDIbuf_lseek (int dev, struct fileinfo *file, off_t offset, int orig);
offset242drivers/sound/sound_calls.hint pss_lseek (int dev, struct fileinfo *file, off_t offset, int orig);
offset82drivers/sound/soundcard.csound_lseek (struct inode *inode, struct file *file, off_t offset, int orig)
offset24fs/block_dev.cloff_t offset;
offset54fs/block_dev.coffset = filp->f_pos & (blocksize-1);
offset63fs/block_dev.cchars = blocksize - offset;
offset115fs/block_dev.cp = offset + bh->b_data;
offset116fs/block_dev.coffset = 0;
offset160fs/block_dev.cloff_t offset;
offset187fs/block_dev.coffset = filp->f_pos;
offset195fs/block_dev.cif (offset > size)
offset198fs/block_dev.cleft = size - offset;
offset204fs/block_dev.cblock = offset >> blocksize_bits;
offset205fs/block_dev.coffset &= blocksize-1;
offset207fs/block_dev.crblocks = blocks = (left + offset + blocksize - 1) >> blocksize_bits;
offset277fs/block_dev.cif (left < blocksize - offset)
offset280fs/block_dev.cchars = blocksize - offset;
offset285fs/block_dev.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset292fs/block_dev.coffset = 0;
offset935fs/buffer.cunsigned long offset;
offset938fs/buffer.coffset = PAGE_SIZE;
offset939fs/buffer.cwhile ((offset -= size) < PAGE_SIZE) {
offset945fs/buffer.cbh->b_data = (char *) (page+offset);
offset1003fs/buffer.cunsigned long offset;
offset1013fs/buffer.cfor (offset = size ; offset < PAGE_SIZE ; offset += size) {
offset1021fs/buffer.cif (page+offset != (unsigned long) first->b_data)
offset1043fs/buffer.cunsigned long offset;
offset1053fs/buffer.cfor (offset = 0 ; offset < PAGE_SIZE ; offset += size) {
offset1517fs/buffer.cunsigned long offset;
offset1530fs/buffer.cfor (offset = 0 ; offset < PAGE_SIZE ; offset += size) {
offset1572fs/buffer.cint i, offset;
offset1574fs/buffer.cfor (i = 0, offset = 0 ; offset < PAGE_SIZE ; i++, offset += size) {
offset145fs/exec.c#define DUMP_SEEK(offset) \
offset147fs/exec.cif (file.f_op->lseek(inode,&file,(offset),0) != (offset)) \
offset149fs/exec.c} else file.f_pos = (offset)    
offset407fs/exec.cint len, offset = 0;
offset433fs/exec.cif (--offset < 0) {
offset434fs/exec.coffset = p % PAGE_SIZE;
offset445fs/exec.c*(pag + offset) = get_fs_byte(tmp);
offset478fs/exec.cint read_exec(struct inode *inode, unsigned long offset,
offset499fs/exec.cif (file.f_op->lseek(inode,&file,offset,0) != offset)
offset502fs/exec.cfile.f_pos = offset;
offset72fs/ext/dir.coff_t offset;
offset83fs/ext/dir.coffset = filp->f_pos & 1023;
offset86fs/ext/dir.cfilp->f_pos += 1024-offset;
offset89fs/ext/dir.cfor (i = 0; i < 1024 && i < offset; ) {
offset95fs/ext/dir.coffset = i;
offset96fs/ext/dir.cde = (struct ext_dir_entry *) (offset + bh->b_data);
offset97fs/ext/dir.cwhile (!ret && offset < 1024 && filp->f_pos < inode->i_size) {
offset103fs/ext/dir.cinode->i_dev, inode->i_ino, offset, de->rec_len, de->name_len);
offset104fs/ext/dir.cfilp->f_pos += 1024-offset;
offset109fs/ext/dir.coffset += de->rec_len;
offset75fs/ext/file.cint block, blocks, offset;
offset90fs/ext/file.coffset = filp->f_pos;
offset92fs/ext/file.cif (offset > size)
offset95fs/ext/file.cleft = size - offset;
offset101fs/ext/file.cblock = offset >> BLOCK_SIZE_BITS;
offset102fs/ext/file.coffset &= BLOCK_SIZE-1;
offset104fs/ext/file.cblocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
offset160fs/ext/file.cif (left < BLOCK_SIZE - offset)
offset163fs/ext/file.cchars = BLOCK_SIZE - offset;
offset168fs/ext/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset175fs/ext/file.coffset = 0;
offset83fs/ext/namei.clong offset;
offset104fs/ext/namei.coffset = 0;
offset106fs/ext/namei.cwhile (offset < dir->i_size) {
offset110fs/ext/namei.cbh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,0);
offset122fs/ext/namei.cdir->i_dev, dir->i_ino, offset, de->rec_len, de->name_len);
offset124fs/ext/namei.coffset = ((offset / BLOCK_SIZE) + 1) * BLOCK_SIZE;
offset132fs/ext/namei.cif (offset + de->rec_len < dir->i_size &&
offset140fs/ext/namei.coffset += de->rec_len;
offset191fs/ext/namei.clong offset;
offset212fs/ext/namei.coffset = 0;
offset215fs/ext/namei.cif ((char *)de >= BLOCK_SIZE+bh->b_data && offset < dir->i_size) {
offset221fs/ext/namei.cbh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,0);
offset226fs/ext/namei.cif (offset >= dir->i_size) {
offset228fs/ext/namei.cif (offset % BLOCK_SIZE == 0  ||
offset229fs/ext/namei.c(BLOCK_SIZE - (offset % BLOCK_SIZE)) < rec_len) {
offset230fs/ext/namei.cif ((offset % BLOCK_SIZE) != 0) {
offset236fs/ext/namei.c- (offset & (BLOCK_SIZE - 1));
offset238fs/ext/namei.coffset += de->rec_len;
offset251fs/ext/namei.cbh = ext_bread(dir,offset>>BLOCK_SIZE_BITS,1);
offset270fs/ext/namei.cdir->i_dev, dir->i_ino, offset, de->rec_len, de->name_len);
offset295fs/ext/namei.coffset += de->rec_len;
offset468fs/ext/namei.cunsigned long offset;
offset483fs/ext/namei.coffset = de->rec_len + de1->rec_len;
offset485fs/ext/namei.cwhile (offset < inode->i_size ) {
offset488fs/ext/namei.cbh = ext_bread(inode, offset >> BLOCK_SIZE_BITS,1);
offset490fs/ext/namei.coffset += BLOCK_SIZE;
offset499fs/ext/namei.cinode->i_dev, inode->i_ino, offset, de->rec_len, de->name_len);
offset507fs/ext/namei.coffset += de->rec_len;
offset63fs/ext/truncate.cstatic int trunc_indirect(struct inode * inode, int offset, unsigned long * p)
offset70fs/ext/truncate.c#define INDIRECT_BLOCK (DIRECT_BLOCK-offset)
offset126fs/ext/truncate.cstatic int trunc_dindirect(struct inode * inode, int offset, unsigned long * p)
offset132fs/ext/truncate.c#define DINDIRECT_BLOCK ((DIRECT_BLOCK-offset)>>8)
offset156fs/ext/truncate.cretry |= trunc_indirect(inode,offset+(i<<8),dind);
offset76fs/ext2/dir.cunsigned long offset)
offset95fs/ext2/dir.cerror_msg, offset, de->inode, de->rec_len,
offset103fs/ext2/dir.cunsigned long offset, blk;
offset116fs/ext2/dir.coffset = filp->f_pos & (sb->s_blocksize - 1);
offset122fs/ext2/dir.cfilp->f_pos += sb->s_blocksize - offset;
offset129fs/ext2/dir.cif (!offset) {
offset151fs/ext2/dir.cfor (i = 0; i < sb->s_blocksize && i < offset; ) {
offset164fs/ext2/dir.coffset = i;
offset166fs/ext2/dir.c| offset;
offset171fs/ext2/dir.c&& offset < sb->s_blocksize) {
offset172fs/ext2/dir.cde = (struct ext2_dir_entry *) (bh->b_data + offset);
offset174fs/ext2/dir.cbh, offset)) {
offset216fs/ext2/dir.coffset += de->rec_len;
offset219fs/ext2/dir.coffset = 0;
offset83fs/ext2/file.cint block, blocks, offset;
offset103fs/ext2/file.coffset = filp->f_pos;
offset105fs/ext2/file.cif (offset > size)
offset108fs/ext2/file.cleft = size - offset;
offset114fs/ext2/file.cblock = offset >> EXT2_BLOCK_SIZE_BITS(sb);
offset115fs/ext2/file.coffset &= (sb->s_blocksize - 1);
offset117fs/ext2/file.cblocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb);
offset190fs/ext2/file.cif (left < sb->s_blocksize - offset)
offset193fs/ext2/file.cchars = sb->s_blocksize - offset;
offset198fs/ext2/file.cmemcpy_tofs (buf, offset + (*bhe)->b_data,
offset206fs/ext2/file.coffset = 0;
offset74fs/ext2/namei.cunsigned long offset;
offset104fs/ext2/namei.coffset = 0;
offset105fs/ext2/namei.cwhile (offset < dir->i_size) {
offset130fs/ext2/namei.cde, bh, offset))
offset140fs/ext2/namei.coffset += de->rec_len;
offset221fs/ext2/namei.cunsigned long offset;
offset253fs/ext2/namei.coffset = 0;
offset260fs/ext2/namei.cbh = ext2_bread (dir, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, err);
offset263fs/ext2/namei.cif (dir->i_size <= offset) {
offset274fs/ext2/namei.cdir->i_size = offset + sb->s_blocksize;
offset284fs/ext2/namei.coffset)) {
offset296fs/ext2/namei.coffset += de->rec_len;
offset327fs/ext2/namei.coffset += de->rec_len;
offset550fs/ext2/namei.cunsigned long offset;
offset571fs/ext2/namei.coffset = de->rec_len + de1->rec_len;
offset573fs/ext2/namei.cwhile (offset < inode->i_size ) {
offset576fs/ext2/namei.cbh = ext2_bread (inode, offset >> EXT2_BLOCK_SIZE_BITS(sb), 1, &err);
offset578fs/ext2/namei.coffset += sb->s_blocksize;
offset584fs/ext2/namei.coffset)) {
offset592fs/ext2/namei.coffset += de->rec_len;
offset447fs/ext2/super.cunsigned long offset;
offset452fs/ext2/super.coffset = (sb_block*BLOCK_SIZE) % sb->s_blocksize;
offset456fs/ext2/super.ces = (struct ext2_super_block *) (((char *)bh->b_data) + offset);
offset105fs/ext2/truncate.cstatic int trunc_indirect (struct inode * inode, int offset, unsigned long * p)
offset116fs/ext2/truncate.c#define INDIRECT_BLOCK ((int)DIRECT_BLOCK - offset)
offset201fs/ext2/truncate.cstatic int trunc_dindirect (struct inode * inode, int offset,
offset210fs/ext2/truncate.c#define DINDIRECT_BLOCK (((int)DIRECT_BLOCK - offset) / addr_per_block)
offset235fs/ext2/truncate.cretry |= trunc_indirect (inode, offset + (i * addr_per_block),
offset68fs/isofs/dir.cunsigned int block,offset,i, j;
offset83fs/isofs/dir.coffset = filp->f_pos & (bufsize - 1);
offset94fs/isofs/dir.cblock, offset, filp->f_pos);
offset96fs/isofs/dir.cde = (struct iso_directory_record *) (bh->b_data + offset);
offset97fs/isofs/dir.cinode_number = (block << bufbits) + (offset & (bufsize - 1));
offset105fs/isofs/dir.coffset = 0;
offset121fs/isofs/dir.cold_offset = offset;
offset122fs/isofs/dir.coffset += *((unsigned char *) de);
offset125fs/isofs/dir.cif (offset > bufsize) {
offset133fs/isofs/dir.coffset = filp->f_pos & (bufsize - 1);
offset141fs/isofs/dir.cmemcpy((char *)cpnt+frag1, bh->b_data, offset);
offset122fs/isofs/file.cint block, blocks, offset, total_blocks;
offset149fs/isofs/file.coffset = (inode->u.isofs_i.i_first_extent + filp->f_pos)
offset151fs/isofs/file.cblocks = (left + offset + ISOFS_BUFFER_SIZE(inode) - 1) / ISOFS_BUFFER_SIZE(inode);
offset221fs/isofs/file.cif (left < ISOFS_BUFFER_SIZE(inode) - offset)
offset224fs/isofs/file.cchars = ISOFS_BUFFER_SIZE(inode) - offset;
offset231fs/isofs/file.cunixify_to_fs(buf, offset+(*bhe)->b_data, chars, 
offset234fs/isofs/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset241fs/isofs/file.coffset = 0;
offset371fs/isofs/inode.cint frag1, offset;
offset373fs/isofs/inode.coffset = (inode->i_ino & (bufsize - 1));
offset374fs/isofs/inode.cfrag1 = bufsize - offset;
offset381fs/isofs/inode.cmemcpy(cpnt, bh->b_data + offset, frag1);
offset388fs/isofs/inode.coffset += *pnt - bufsize;
offset389fs/isofs/inode.cmemcpy((char *)cpnt+frag1, bh->b_data, offset);
offset564fs/isofs/inode.cunsigned int block,offset;
offset573fs/isofs/inode.coffset = 0;
offset578fs/isofs/inode.cde = (struct iso_directory_record *) (bh->b_data + offset);
offset585fs/isofs/inode.coffset += *((unsigned char *) de);
offset587fs/isofs/inode.cif (offset >= bufsize) 
offset610fs/isofs/inode.coffset = 0;
offset617fs/isofs/inode.cde = (struct iso_directory_record *) (bh->b_data + offset);
offset618fs/isofs/inode.cinode_number = (block << bufbits)+(offset & (bufsize - 1));
offset627fs/isofs/inode.coffset = 0;
offset643fs/isofs/inode.cold_offset = offset;
offset644fs/isofs/inode.coffset += *((unsigned char *) de);
offset646fs/isofs/inode.cif (offset >= bufsize)
offset655fs/isofs/inode.coffset -= bufsize;
offset663fs/isofs/inode.cmemcpy((char *)cpnt+frag1, bh->b_data, offset);
offset66fs/isofs/namei.cunsigned int block, i, f_pos, offset, inode_number;
offset84fs/isofs/namei.coffset = f_pos & (bufsize - 1);
offset90fs/isofs/namei.cde = (struct iso_directory_record *) (bh->b_data + offset);
offset92fs/isofs/namei.cinode_number = (block << bufbits) + (offset & (bufsize - 1));
offset99fs/isofs/namei.coffset = 0;
offset108fs/isofs/namei.cold_offset = offset;
offset109fs/isofs/namei.coffset += *((unsigned char *) de);
offset114fs/isofs/namei.cif (offset >= bufsize) {
offset123fs/isofs/namei.coffset = f_pos & (bufsize - 1);
offset129fs/isofs/namei.cmemcpy((char *)cpnt+frag1, bh->b_data, offset);
offset44fs/isofs/rock.ccont_offset = isonum_733(rr->u.CE.offset); \
offset56fs/isofs/rock.cint block, offset, offset1; \
offset61fs/isofs/rock.coffset = cont_offset; \
offset65fs/isofs/rock.cif (offset >= 1024) block++; \
offset66fs/isofs/rock.coffset &= 1023; \
offset67fs/isofs/rock.cif(offset + cont_size >= 1024) { \
offset72fs/isofs/rock.cmemcpy(buffer, bh->b_data + offset, 1024 - offset); \
offset74fs/isofs/rock.coffset1 = 1024 - offset; \
offset75fs/isofs/rock.coffset = 0;} \
offset81fs/isofs/rock.cmemcpy(buffer + offset1, bh->b_data + offset, cont_size - offset1); \
offset424fs/isofs/rock.cint frag1, offset;
offset426fs/isofs/rock.coffset = (inode->i_ino & (bufsize - 1));
offset427fs/isofs/rock.cfrag1 = bufsize - offset;
offset430fs/isofs/rock.cmemcpy(cpnt, bh->b_data + offset, frag1);
offset437fs/isofs/rock.coffset += *pnt - bufsize;
offset438fs/isofs/rock.cmemcpy((char *)cpnt+frag1, bh->b_data, offset);
offset13fs/isofs/rock.hchar offset[8];
offset63fs/minix/dir.cunsigned int offset,i,ret;
offset77fs/minix/dir.coffset = filp->f_pos & 1023;
offset80fs/minix/dir.cfilp->f_pos += 1024-offset;
offset83fs/minix/dir.cwhile (!ret && offset < 1024 && filp->f_pos < inode->i_size) {
offset84fs/minix/dir.cde = (struct minix_dir_entry *) (offset + bh->b_data);
offset85fs/minix/dir.coffset += info->s_dirsize;
offset69fs/minix/file.cint block, blocks, offset;
offset84fs/minix/file.coffset = filp->f_pos;
offset86fs/minix/file.cif (offset > size)
offset89fs/minix/file.cleft = size - offset;
offset95fs/minix/file.cblock = offset >> BLOCK_SIZE_BITS;
offset96fs/minix/file.coffset &= BLOCK_SIZE-1;
offset98fs/minix/file.cblocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
offset154fs/minix/file.cif (left < BLOCK_SIZE - offset)
offset157fs/minix/file.cchars = BLOCK_SIZE - offset;
offset162fs/minix/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset169fs/minix/file.coffset = 0;
offset41fs/minix/namei.cstruct buffer_head * bh, unsigned long * offset,
offset46fs/minix/namei.cde = (struct minix_dir_entry *) (bh->b_data + *offset);
offset47fs/minix/namei.c*offset += info->s_dirsize;
offset67fs/minix/namei.cunsigned long block, offset;
offset83fs/minix/namei.cblock = offset = 0;
offset84fs/minix/namei.cwhile (block*BLOCK_SIZE+offset < dir->i_size) {
offset92fs/minix/namei.c*res_dir = (struct minix_dir_entry *) (bh->b_data + offset);
offset93fs/minix/namei.cif (minix_match(namelen,name,bh,&offset,info))
offset95fs/minix/namei.cif (offset < bh->b_size)
offset99fs/minix/namei.coffset = 0;
offset151fs/minix/namei.cunsigned long block, offset;
offset171fs/minix/namei.cblock = offset = 0;
offset178fs/minix/namei.cde = (struct minix_dir_entry *) (bh->b_data + offset);
offset179fs/minix/namei.coffset += info->s_dirsize;
offset180fs/minix/namei.cif (block*bh->b_size + offset > dir->i_size) {
offset182fs/minix/namei.cdir->i_size = block*bh->b_size + offset;
offset199fs/minix/namei.cif (offset < bh->b_size)
offset203fs/minix/namei.coffset = 0;
offset375fs/minix/namei.cunsigned int block, offset;
offset385fs/minix/namei.coffset = 2*info->s_dirsize;
offset388fs/minix/namei.cif (inode->i_size < offset)
offset399fs/minix/namei.cwhile (block*BLOCK_SIZE+offset < inode->i_size) {
offset407fs/minix/namei.cde = (struct minix_dir_entry *) (bh->b_data + offset);
offset408fs/minix/namei.coffset += info->s_dirsize;
offset413fs/minix/namei.cif (offset < bh->b_size)
offset417fs/minix/namei.coffset = 0;
offset57fs/minix/truncate.cstatic int trunc_indirect(struct inode * inode, int offset, unsigned short * p)
offset64fs/minix/truncate.c#define INDIRECT_BLOCK (DIRECT_BLOCK-offset)
offset239fs/msdos/fat.cint cluster,offset;
offset248fs/msdos/fat.coffset = sector % sb->cluster_size;
offset250fs/msdos/fat.creturn (cluster-2)*sb->cluster_size+sb->data_start+offset;
offset162fs/msdos/file.cint size,offset;
offset180fs/msdos/file.coffset = filp->f_pos & (SECTOR_SIZE-1);
offset181fs/msdos/file.cdata = bh->b_data + offset;
offset182fs/msdos/file.csize = MIN(SECTOR_SIZE-offset,left_in_file);
offset219fs/msdos/file.cint sector,offset,size,left,written;
offset248fs/msdos/file.coffset = filp->f_pos & (SECTOR_SIZE-1);
offset249fs/msdos/file.csize = MIN(SECTOR_SIZE-offset,MAX(carry,count));
offset251fs/msdos/file.c&& offset == 0
offset266fs/msdos/file.cmemcpy_fromfs(bh->b_data+offset,buf,written = size);
offset270fs/msdos/file.cwritten = left = SECTOR_SIZE-offset;
offset309fs/msdos/inode.cint cluster,offset;
offset316fs/msdos/inode.coffset = block % sb->cluster_size;
offset318fs/msdos/inode.creturn (cluster-2)*sb->cluster_size+sb->data_start+offset;
offset258fs/msdos/misc.cint sector,offset;
offset261fs/msdos/misc.coffset = *pos;
offset262fs/msdos/misc.cPRINTK (("get_entry offset %d\n",offset));
offset263fs/msdos/misc.cif ((sector = msdos_smap(dir,offset >> SECTOR_BITS)) == -1)
offset277fs/msdos/misc.c*de = (struct msdos_dir_entry *) ((*bh)->b_data+(offset &
offset279fs/msdos/misc.creturn (sector << MSDOS_DPS_BITS)+((offset & (SECTOR_SIZE-1)) >>
offset377fs/nfs/proc.cint offset, int count, char *data, struct nfs_fattr *fattr, int fs)
offset384fs/nfs/proc.cPRINTK("NFS call  read %d @ %d\n", count, offset);
offset390fs/nfs/proc.c*p++ = htonl(offset);
offset423fs/nfs/proc.cint offset, int count, char *data, struct nfs_fattr *fattr)
offset429fs/nfs/proc.cPRINTK("NFS call  write %d @ %d\n", count, offset);
offset435fs/nfs/proc.c*p++ = htonl(offset); /* traditional, could be any value */
offset436fs/nfs/proc.c*p++ = htonl(offset);
offset118fs/pipe.cstatic int pipe_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset129fs/proc/mem.cstatic int mem_lseek(struct inode * inode, struct file * file, off_t offset, int orig)
offset133fs/proc/mem.cfile->f_pos = offset;
offset136fs/proc/mem.cfile->f_pos += offset;
offset46fs/read_write.casmlinkage int sys_lseek(unsigned int fd, off_t offset, unsigned int origin)
offset56fs/read_write.creturn file->f_op->lseek(file->f_inode,file,offset,origin);
offset61fs/read_write.ctmp = offset;
offset64fs/read_write.ctmp = file->f_pos + offset;
offset69fs/read_write.ctmp = file->f_inode->i_size + offset;
offset88fs/read_write.cloff_t offset;
offset97fs/read_write.coffset = (loff_t) (((unsigned long long) offset_high << 32) | offset_low);
offset101fs/read_write.ctmp = offset;
offset104fs/read_write.ctmp = file->f_pos + offset;
offset109fs/read_write.ctmp = file->f_inode->i_size + offset;
offset71fs/sysv/dir.cunsigned int offset,i;
offset82fs/sysv/dir.coffset = filp->f_pos & sb->sv_block_size_1;
offset85fs/sysv/dir.cfilp->f_pos += sb->sv_block_size - offset;
offset89fs/sysv/dir.cwhile (offset < sb->sv_block_size && filp->f_pos < inode->i_size) {
offset90fs/sysv/dir.cde = (struct sysv_dir_entry *) (offset + bh_data);
offset91fs/sysv/dir.coffset += SYSV_DIRSIZE;
offset77fs/sysv/file.cint blocks, offset;
offset92fs/sysv/file.coffset = filp->f_pos;
offset94fs/sysv/file.cif (offset > size)
offset97fs/sysv/file.cleft = size - offset;
offset103fs/sysv/file.cblock = offset >> sb->sv_block_size_bits;
offset104fs/sysv/file.coffset &= sb->sv_block_size_1;
offset106fs/sysv/file.cblocks = (left + offset + sb->sv_block_size_1) >> sb->sv_block_size_bits;
offset162fs/sysv/file.cif (left < sb->sv_block_size - offset)
offset165fs/sysv/file.cchars = sb->sv_block_size - offset;
offset170fs/sysv/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset177fs/sysv/file.coffset = 0;
offset44fs/sysv/ialloc.cunsigned int offset = offsetof(struct xenix_super_block, s_inode[i]);
offset45fs/sysv/ialloc.cif (offset < 512)
offset46fs/sysv/ialloc.creturn (sysv_ino_t*)(sb->sv_sbd1 + offset);
offset48fs/sysv/ialloc.creturn (sysv_ino_t*)(sb->sv_sbd2 + offset);
offset64fs/sysv/namei.cunsigned long pos, block, offset; /* pos = block * block_size + offset */
offset77fs/sysv/namei.cpos = block = offset = 0;
offset88fs/sysv/namei.c*res_dir = (struct sysv_dir_entry *) (bh->b_data + offset) ))
offset91fs/sysv/namei.coffset += SYSV_DIRSIZE;
offset92fs/sysv/namei.cif (offset < sb->sv_block_size)
offset96fs/sysv/namei.coffset = 0; block++;
offset148fs/sysv/namei.cunsigned long pos, block, offset; /* pos = block * block_size + offset */
offset165fs/sysv/namei.cpos = block = offset = 0;
offset172fs/sysv/namei.cde = (struct sysv_dir_entry *) (bh->b_data + offset);
offset174fs/sysv/namei.coffset += SYSV_DIRSIZE;
offset193fs/sysv/namei.cif (offset < sb->sv_block_size)
offset197fs/sysv/namei.coffset = 0; block++;
offset367fs/sysv/namei.cunsigned long pos, block, offset; /* pos = block * block_size + offset */
offset375fs/sysv/namei.cpos = offset = 2*SYSV_DIRSIZE;
offset399fs/sysv/namei.cde = (struct sysv_dir_entry *) (bh->b_data + offset);
offset401fs/sysv/namei.coffset += SYSV_DIRSIZE;
offset406fs/sysv/namei.cif (offset < sb->sv_block_size)
offset410fs/sysv/namei.coffset = 0; block++;
offset74fs/sysv/truncate.cstatic int trunc_indirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt)
offset102fs/sysv/truncate.cif (inode->i_size < offset)
offset105fs/sysv/truncate.ci = (inode->i_size - offset + sb->sv_block_size_1) >> sb->sv_block_size_bits;
offset114fs/sysv/truncate.cif ((i << sb->sv_block_size_bits) + offset < inode->i_size) {
offset143fs/sysv/truncate.cstatic int trunc_dindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt)
offset169fs/sysv/truncate.cif (inode->i_size < offset)
offset172fs/sysv/truncate.ci = (inode->i_size - offset + sb->sv_ind_per_block_block_size_1) >> sb->sv_ind_per_block_block_size_bits;
offset180fs/sysv/truncate.cretry |= trunc_indirect(inode,offset+(i<<sb->sv_ind_per_block_bits),ind,sb->sv_convert,&indbh->b_dirt);
offset197fs/sysv/truncate.cstatic int trunc_tindirect(struct inode * inode, unsigned long offset, unsigned long * p, int convert, unsigned char * dirt)
offset223fs/sysv/truncate.cif (inode->i_size < offset)
offset226fs/sysv/truncate.ci = (inode->i_size - offset + sb->sv_ind_per_block_2_block_size_1) >> sb->sv_ind_per_block_2_block_size_bits;
offset234fs/sysv/truncate.cretry |= trunc_dindirect(inode,offset+(i<<sb->sv_ind_per_block_2_bits),ind,sb->sv_convert,&indbh->b_dirt);
offset217fs/xiafs/bitmap.cunsigned int bit, offset;
offset236fs/xiafs/bitmap.coffset = bit & (XIAFS_BITS_PER_Z(sb) -1);
offset237fs/xiafs/bitmap.cif (!clear_bit(offset, bh->b_data))
offset71fs/xiafs/dir.cu_int offset, i,ret;
offset81fs/xiafs/dir.coffset = filp->f_pos & (XIAFS_ZSIZE(inode->i_sb) - 1);
offset84fs/xiafs/dir.cfilp->f_pos += XIAFS_ZSIZE(inode->i_sb)-offset;
offset87fs/xiafs/dir.cfor (i = 0; i < XIAFS_ZSIZE(inode->i_sb) && i < offset; ) {
offset93fs/xiafs/dir.coffset = i;
offset94fs/xiafs/dir.cde = (struct xiafs_direct *) (offset + bh->b_data);
offset96fs/xiafs/dir.cwhile (!ret && offset < XIAFS_ZSIZE(inode->i_sb) && filp->f_pos < inode->i_size) {
offset107fs/xiafs/dir.coffset += de->d_rec_len;
offset122fs/xiafs/dir.cde = (struct xiafs_direct *) (offset + bh->b_data);
offset125fs/xiafs/dir.cif (offset > XIAFS_ZSIZE(inode->i_sb)) {
offset73fs/xiafs/file.cint zone_nr, zones, f_zones, offset;
offset87fs/xiafs/file.coffset = filp->f_pos;
offset88fs/xiafs/file.cleft = inode->i_size - offset;
offset94fs/xiafs/file.czone_nr = offset >> XIAFS_ZSIZE_BITS(inode->i_sb);
offset95fs/xiafs/file.coffset &= XIAFS_ZSIZE(inode->i_sb) -1 ;
offset97fs/xiafs/file.czones = (left+offset+XIAFS_ZSIZE(inode->i_sb)-1) >> XIAFS_ZSIZE_BITS(inode->i_sb);
offset152fs/xiafs/file.cif (left < XIAFS_ZSIZE(inode->i_sb) - offset)
offset155fs/xiafs/file.cchars = XIAFS_ZSIZE(inode->i_sb) - offset;
offset160fs/xiafs/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
offset167fs/xiafs/file.coffset = 0;
offset157fs/xiafs/namei.cint i, pos, offset;
offset182fs/xiafs/namei.coffset = 12;
offset185fs/xiafs/namei.coffset = 0;
offset186fs/xiafs/namei.cwhile (offset < XIAFS_ZSIZE(dir->i_sb)) {
offset230fs/xiafs/namei.coffset+=de->d_rec_len;
offset232fs/xiafs/namei.cde=(struct xiafs_direct *)(bh->b_data+offset);
offset235fs/xiafs/namei.cif (offset > XIAFS_ZSIZE(dir->i_sb)) {
offset406fs/xiafs/namei.cint i, zones, offset;
offset436fs/xiafs/namei.coffset=de->d_rec_len+12;
offset439fs/xiafs/namei.coffset = 0;
offset442fs/xiafs/namei.cwhile (offset < XIAFS_ZSIZE(inode->i_sb)) {
offset443fs/xiafs/namei.cde=(struct xiafs_direct *)(bh->b_data+offset);
offset457fs/xiafs/namei.coffset+=de->d_rec_len;
offset117include/asm-alpha/bitops.hextern inline unsigned long find_next_zero_bit(void * addr, unsigned long size, unsigned long offset)
offset119include/asm-alpha/bitops.hunsigned long * p = ((unsigned long *) addr) + (offset >> 6);
offset120include/asm-alpha/bitops.hunsigned long result = offset & ~63UL;
offset123include/asm-alpha/bitops.hif (offset >= size)
offset126include/asm-alpha/bitops.hoffset &= 63UL;
offset127include/asm-alpha/bitops.hif (offset) {
offset129include/asm-alpha/bitops.htmp |= ~0UL >> (64-offset);
offset95include/asm-i386/bitops.hextern inline int find_next_zero_bit (void * addr, int size, int offset)
offset97include/asm-i386/bitops.hunsigned long * p = ((unsigned long *) addr) + (offset >> 5);
offset98include/asm-i386/bitops.hint set = 0, bit = offset & 31, res;
offset112include/asm-i386/bitops.hreturn set + offset;
offset120include/asm-i386/bitops.hreturn (offset + set + res);
offset42include/linux/binfmts.hextern int read_exec(struct inode *inode, unsigned long offset,
offset104include/linux/elf.hunsigned int * offset;
offset109include/linux/elf.hunsigned int * offset;
offset110include/linux/mm.hunsigned long offset;
offset209include/linux/netdevice.hextern int    dev_get_info(char *buffer, char **start, off_t offset, int length);
offset63include/linux/nfs_fs.hint offset, int count, char *data,
offset66include/linux/nfs_fs.hint offset, int count, char *data,
offset280include/linux/skbuff.hextern void      skb_copy_datagram(struct sk_buff *from, int offset, char *to,int size);
offset79include/linux/timex.hlong offset;    /* time offset (usec) */
offset100include/linux/xd.hu_long offset;
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;
offset180kernel/time.cunsigned long offset = 0;
offset191kernel/time.coffset = TICK_SIZE;
offset195kernel/time.creturn offset + count;
offset356kernel/time.cif (txc.offset <= -(1 << (31 - SHIFT_UPDATE))
offset357kernel/time.c|| txc.offset >= (1 << (31 - SHIFT_UPDATE)))
offset399kernel/time.ctime_adjust = txc.offset;
offset403kernel/time.ctime_offset = txc.offset << SHIFT_UPDATE;
offset409kernel/time.cif (txc.offset < 0)
offset410kernel/time.ctime_freq -= (-txc.offset * mtemp) >>
offset413kernel/time.ctime_freq += (txc.offset * mtemp) >>
offset427kernel/time.ctxc.offset     = save_adjust;
offset64mm/filemap.cunsigned long offset,
offset80mm/filemap.cprintk("msync: %ld: [%08lx]\n", offset, page);
offset159mm/filemap.cunsigned long offset,
offset807mm/memory.cunsigned long offset;
offset821mm/memory.coffset = address - area->vm_start + area->vm_offset;
offset834mm/memory.cfrom_address = offset + mpnt->vm_start - mpnt->vm_offset;
offset24mm/mprotect.cunsigned long page, offset;
offset28mm/mprotect.coffset = (start >> PAGE_SHIFT) & (PTRS_PER_PAGE-1);
offset34mm/mprotect.cnr = nr - PTRS_PER_PAGE + offset;
offset35mm/mprotect.coffset = 0;
offset38mm/mprotect.cpage_table = offset + (unsigned long *) (page & PAGE_MASK);
offset39mm/mprotect.coffset = PTRS_PER_PAGE - offset;
offset40mm/mprotect.cif (offset > nr)
offset41mm/mprotect.coffset = nr;
offset42mm/mprotect.cnr = nr - offset;
offset48mm/mprotect.c} while (--offset);
offset33mm/swap.c#define SWP_ENTRY(type,offset) (((type) << 1) | ((offset) << PAGE_SHIFT))
offset113mm/swap.cunsigned long type, offset;
offset122mm/swap.coffset = SWP_OFFSET(entry);
offset123mm/swap.cif (offset >= p->max) {
offset131mm/swap.cwhile (set_bit(offset,p->swap_lockmap))
offset138mm/swap.cll_rw_page(rw,p->swap_device,offset,buf);
offset158mm/swap.cunsigned int block = offset << 3;
offset168mm/swap.cunsigned int block = offset
offset180mm/swap.cif (offset && !clear_bit(offset,p->swap_lockmap))
offset188mm/swap.cunsigned int offset, type;
offset194mm/swap.cfor (offset = p->lowest_bit; offset <= p->highest_bit ; offset++) {
offset195mm/swap.cif (p->swap_map[offset])
offset197mm/swap.cp->swap_map[offset] = 1;
offset199mm/swap.cif (offset == p->highest_bit)
offset201mm/swap.cp->lowest_bit = offset;
offset202mm/swap.creturn SWP_ENTRY(type,offset);
offset211mm/swap.cunsigned long offset, type;
offset215mm/swap.coffset = SWP_OFFSET(entry);
offset224mm/swap.cif (offset >= p->max) {
offset228mm/swap.cif (!p->swap_map[offset]) {
offset232mm/swap.cp->swap_map[offset]++;
offset239mm/swap.cunsigned long offset, type;
offset251mm/swap.coffset = SWP_OFFSET(entry);
offset252mm/swap.cif (offset >= p->max) {
offset260mm/swap.cwhile (set_bit(offset,p->swap_lockmap))
offset262mm/swap.cif (offset < p->lowest_bit)
offset263mm/swap.cp->lowest_bit = offset;
offset264mm/swap.cif (offset > p->highest_bit)
offset265mm/swap.cp->highest_bit = offset;
offset266mm/swap.cif (!p->swap_map[offset])
offset269mm/swap.cif (!--p->swap_map[offset])
offset271mm/swap.cif (!clear_bit(offset,p->swap_lockmap))
offset291mm/swap.cstatic inline int try_to_swap_out(struct vm_area_struct* vma, unsigned offset, unsigned long * table_ptr)
offset316mm/swap.cvma->vm_ops->swapout(vma, offset, table_ptr);
offset376mm/swap.cunsigned long offset;
offset402mm/swap.coffset = address & ~PGDIR_MASK;
offset405mm/swap.cpgdir++, address = address + PGDIR_SIZE, offset = 0) {
offset413mm/swap.cp->comm, address + offset, pg_table);
offset422mm/swap.cfor( ; offset < ~PGDIR_MASK ; offset += PAGE_SIZE) {
offset427mm/swap.cif (address+offset < vma->vm_end)
offset434mm/swap.cswitch(try_to_swap_out(vma, offset+address-vma->vm_start, (unsigned long *) (pg_table + (offset >> 10)))) {
offset441mm/swap.cp->mm->swap_address = address + offset + PAGE_SIZE;
offset920net/inet/arp.cint arp_get_info(char *buffer, char **start, off_t offset, int length)
offset976net/inet/arp.cif(pos<offset)
offset981net/inet/arp.cif(pos>offset+length)
offset987net/inet/arp.c*start=buffer+(offset-begin);  /* Start of wanted data */
offset988net/inet/arp.clen-=(offset-begin);    /* Start slop */
offset162net/inet/datagram.cvoid skb_copy_datagram(struct sk_buff *skb, int offset, char *to, int size)
offset166net/inet/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
offset986net/inet/dev.cint dev_get_info(char *buffer, char **start, off_t offset, int length)
offset1009net/inet/dev.cif(pos<offset)
offset1014net/inet/dev.cif(pos>offset+length)
offset1018net/inet/dev.c*start=buffer+(offset-begin);  /* Start of wanted data */
offset1019net/inet/dev.clen-=(offset-begin);    /* Start slop */
offset100net/inet/icmp.cint offset;
offset209net/inet/icmp.coffset = ip_build_header(skb, our_addr, iph->saddr,
offset212net/inet/icmp.cif (offset < 0) 
offset224net/inet/icmp.cskb->len = offset + sizeof(struct icmphdr) + sizeof(struct iphdr) + 8;
offset230net/inet/icmp.cicmph = (struct icmphdr *) (skb->data + offset);
offset389net/inet/icmp.cint size, offset;
offset406net/inet/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev,
offset408net/inet/icmp.cif (offset < 0) 
offset421net/inet/icmp.cskb2->len = offset + len;
offset426net/inet/icmp.cicmphr = (struct icmphdr *) (skb2->data + offset);
offset455net/inet/icmp.cint size, offset;
offset487net/inet/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev, IPPROTO_ICMP, opt, len, 
offset489net/inet/icmp.cif (offset < 0) 
offset501net/inet/icmp.cskb2->len = offset + 20;
offset507net/inet/icmp.cicmphr = (struct icmphdr *) ((char *) (skb2 + 1) + offset);
offset557net/inet/icmp.cint size, offset;
offset577net/inet/icmp.coffset = ip_build_header(skb2, daddr, saddr, &ndev,
offset579net/inet/icmp.cif (offset < 0) 
offset592net/inet/icmp.cskb2->len = offset + len;
offset598net/inet/icmp.cicmphr = (struct icmphdr *) (skb2->data + offset);
offset587net/inet/ip.cstatic struct ipfrag *ip_frag_create(int offset, int end, struct sk_buff *skb, unsigned char *ptr)
offset600net/inet/ip.cfp->offset = offset;
offset602net/inet/ip.cfp->len = end - offset;
offset807net/inet/ip.cint offset;
offset815net/inet/ip.coffset = 0;
offset818net/inet/ip.cif (fp->offset > offset)
offset820net/inet/ip.coffset = fp->end;
offset887net/inet/ip.cmemcpy((ptr + fp->offset), fp->ptr, fp->len);
offset917net/inet/ip.cint flags, offset;
offset926net/inet/ip.coffset = ntohs(iph->frag_off);
offset927net/inet/ip.cflags = offset & ~IP_OFFSET;
offset928net/inet/ip.coffset &= IP_OFFSET;
offset929net/inet/ip.cif (((flags & IP_MF) == 0) && (offset == 0))
offset936net/inet/ip.coffset <<= 3;    /* offset is in 8-byte chunks */
offset971net/inet/ip.cend = offset + ntohs(iph->tot_len) - ihl;
offset995net/inet/ip.cif (next->offset > offset)
offset1005net/inet/ip.cif (prev != NULL && offset < prev->end)
offset1007net/inet/ip.ci = prev->end - offset;
offset1008net/inet/ip.coffset += i;  /* ptr into datagram */
offset1020net/inet/ip.cif (next->offset >= end)
offset1023net/inet/ip.ci = end - next->offset;      /* overlap is 'i' bytes */
offset1025net/inet/ip.cnext->offset += i;      /* next fragment  */
offset1052net/inet/ip.ctfp = ip_frag_create(offset, end, skb, ptr);
offset1109net/inet/ip.cint offset;
offset1166net/inet/ip.coffset = (ntohs(iph->frag_off) & 0x1fff) << 3;
offset1168net/inet/ip.coffset = 0;
offset1242net/inet/ip.ciph->frag_off = htons((offset >> 3));
offset1250net/inet/ip.coffset += len;
offset2020net/inet/ip.cint ip_mc_procinfo(char *buffer, char **start, off_t offset, int length)
offset2038net/inet/ip.cif(pos<offset)
offset2043net/inet/ip.cif(pos>offset+length)
offset2048net/inet/ip.c*start=buffer+(offset-begin);
offset2049net/inet/ip.clen-=(offset-begin);
offset49net/inet/ip.hint    offset;    /* offset of fragment in IP datagram  */
offset908net/inet/ip_fw.cstatic int ip_chain_procinfo(struct ip_fw *chain, char *buffer, char **start, off_t offset, int length)
offset935net/inet/ip_fw.cif(pos<offset)
offset940net/inet/ip_fw.cif(pos>offset+length)
offset945net/inet/ip_fw.c*start=buffer+(offset-begin);
offset946net/inet/ip_fw.clen-=(offset-begin);
offset955net/inet/ip_fw.cint ip_acct_procinfo(char *buffer, char **start, off_t offset, int length)
offset957net/inet/ip_fw.creturn ip_chain_procinfo(ip_acct_chain, buffer,start,offset,length);
offset964net/inet/ip_fw.cint ip_fw_blk_procinfo(char *buffer, char **start, off_t offset, int length)
offset966net/inet/ip_fw.creturn ip_chain_procinfo(ip_fw_blk_chain, buffer,start,offset,length);
offset969net/inet/ip_fw.cint ip_fw_fwd_procinfo(char *buffer, char **start, off_t offset, int length)
offset971net/inet/ip_fw.creturn ip_chain_procinfo(ip_fw_fwd_chain, buffer,start,offset,length);
offset148net/inet/ipx.cint ipx_get_info(char *buffer, char **start, off_t offset, int length)
offset175net/inet/ipx.cif(pos<offset)
offset180net/inet/ipx.cif(pos>offset+length)    /* We have dumped enough */
offset185net/inet/ipx.c*start=buffer+(offset-begin);  /* Start of wanted data */
offset186net/inet/ipx.clen-=(offset-begin);    /* Remove unwanted header data from length */
offset434net/inet/ipx.cint ipx_rt_get_info(char *buffer, char **start, off_t offset, int length)
offset448net/inet/ipx.cif(pos<offset)
offset453net/inet/ipx.cif(pos>offset+length)
offset456net/inet/ipx.c*start=buffer+(offset-begin);
offset457net/inet/ipx.clen-=(offset-begin);
offset57net/inet/proc.cget__netinfo(struct proto *pro, char *buffer, int format, char **start, off_t offset, int length)
offset108net/inet/proc.cif(pos<offset)
offset113net/inet/proc.cif(pos>offset+length)
offset118net/inet/proc.cif(pos>offset+length)
offset121net/inet/proc.c*start=buffer+(offset-begin);
offset122net/inet/proc.clen-=(offset-begin);
offset129net/inet/proc.cint tcp_get_info(char *buffer, char **start, off_t offset, int length)
offset131net/inet/proc.creturn get__netinfo(&tcp_prot, buffer,0, start, offset, length);
offset135net/inet/proc.cint udp_get_info(char *buffer, char **start, off_t offset, int length)
offset137net/inet/proc.creturn get__netinfo(&udp_prot, buffer,1, start, offset, length);
offset141net/inet/proc.cint raw_get_info(char *buffer, char **start, off_t offset, int length)
offset143net/inet/proc.creturn get__netinfo(&raw_prot, buffer,1, start, offset, length);
offset151net/inet/proc.cint snmp_get_info(char *buffer, char **start, off_t offset, int length)
offset211net/inet/proc.cif (offset >= len)
offset216net/inet/proc.c*start = buffer + offset;
offset217net/inet/proc.clen -= offset;
offset426net/inet/rarp.cint rarp_get_info(char *buffer, char **start, off_t offset, int length)
offset472net/inet/rarp.cif(pos<offset)
offset477net/inet/rarp.cif(pos>offset+length)
offset483net/inet/rarp.c*start=buffer+(offset-begin);  /* Start of wanted data */
offset484net/inet/rarp.clen-=(offset-begin);    /* Start slop */
offset11net/inet/rarp.hoff_t offset, 
offset494net/inet/route.cint rt_get_info(char *buffer, char **start, off_t offset, int length)
offset518net/inet/route.cif(pos<offset)
offset523net/inet/route.cif(pos>offset+length)
offset527net/inet/route.c*start=buffer+(offset-begin);
offset528net/inet/route.clen-=(offset-begin);
offset50net/inet/route.hextern int    rt_get_info(char * buffer, char **start, off_t offset, int length);
offset490net/inet/skbuff.cunsigned long offset;
offset496net/inet/skbuff.coffset=((char *)n)-((char *)skb);
offset504net/inet/skbuff.cn->h.raw=skb->h.raw+offset;
offset505net/inet/skbuff.cn->ip_hdr=(struct iphdr *)(((char *)skb->ip_hdr)+offset);
offset1542net/inet/tcp.cunsigned long offset;
offset1559net/inet/tcp.coffset = 1 + *seq - skb->h.th->seq;
offset1561net/inet/tcp.coffset--;
offset1562net/inet/tcp.cif (offset < skb->len)
offset1617net/inet/tcp.cused = skb->len - offset;
offset1631net/inet/tcp.coffset++;
offset1641net/inet/tcp.cskb->h.th->doff*4 + offset, used);
offset1648net/inet/tcp.cif (!(flags & MSG_PEEK) && (used + offset >= skb->len))
offset55net/socket.cstatic int sock_lseek(struct inode *inode, struct file *file, off_t offset,
offset356net/socket.cstatic int sock_lseek(struct inode *inode, struct file *file, off_t offset, int whence)
offset39net/unix/proc.cint unix_get_info(char *buffer, char **start, off_t offset, int length)
offset83net/unix/proc.cif(pos<offset)
offset88net/unix/proc.cif(pos>offset+length)
offset95net/unix/proc.c*start=buffer+(offset-begin);
offset96net/unix/proc.clen-=(offset-begin);