taglinefilesource code
off170arch/alpha/kernel/osf_sys.cunsigned long off)
off180arch/alpha/kernel/osf_sys.creturn do_mmap(file, addr, len, prot, flags, off);
off2315arch/m68k/atari/atafb.cint off=disp[con].var.yoffset*disp[con].var.xres_virtual*
off2318arch/m68k/atari/atafb.ccurrent_par.screen_base=screen_base + off;
off189arch/sparc/kernel/sys_sparc.cunsigned long off)
off205arch/sparc/kernel/sys_sparc.cretval = do_mmap(file, addr, len, prot, flags, off);
off76arch/sparc/kernel/sys_sunos.cunsigned long fd, unsigned long off)
off105arch/sparc/kernel/sys_sunos.cretval = do_mmap(file, addr, len, prot, flags, off);
off1301drivers/cdrom/mcdx.cint off;
off1323drivers/cdrom/mcdx.coff = stuffp->off_requested < (off = sector + nr_sectors)
off1324drivers/cdrom/mcdx.c? stuffp->off_requested : off;
off1388drivers/cdrom/mcdx.c} while (++(stuffp->pending) < off);
off208drivers/net/3c505.hoff,
off267drivers/pci/pci.cconst char  *off;
off555drivers/pci/pci.cprintk("Changed!  Now %s.", bridge_optimization[i].off);
off558drivers/pci/pci.cprintk("%s.", bridge_optimization[i].off);
off2227drivers/scsi/in2000.cint in2000_proc_info(char *buf, char **start, off_t off, int len, int hn, int in)
off2353drivers/scsi/in2000.cif (off > 0x40000)   /* ALWAYS stop after 256k bytes have been read */
off1697drivers/scsi/wd33c93.cint wd33c93_proc_info(char *buf, char **start, off_t off, int len, int hn, int in)
off1816drivers/scsi/wd33c93.cif (off > 0x40000)   /* ALWAYS stop after 256k bytes have been read */
off825fs/binfmt_elf.cstatic int dump_seek(struct file *file, off_t off)
off828fs/binfmt_elf.cif (file->f_op->lseek(file->f_inode, file, off, 0) != off)
off831fs/binfmt_elf.cfile->f_pos = off;
off899fs/binfmt_elf.c#define DUMP_SEEK(off)  \
off900fs/binfmt_elf.cdo { if (!dump_seek(file, (off))) return 0; } while(0)
off925fs/binfmt_elf.c#define DUMP_SEEK(off)  \
off926fs/binfmt_elf.cif (!dump_seek(&file, (off))) \
off286include/linux/mm.hunsigned long prot, unsigned long flags, unsigned long off);
off36include/linux/smb.h#define BVAL(p,off)      (*((byte  *)(((void *)p)+off)))
off37include/linux/smb.h#define WVAL(p,off)      (*((word  *)(((void *)p)+off)))
off38include/linux/smb.h#define DVAL(p,off)      (*((dword *)(((void *)p)+off)))
off39include/linux/smb.h#define BSET(p,off,new)  (*((byte  *)(((void *)p)+off))=(new))
off40include/linux/smb.h#define WSET(p,off,new)  (*((word  *)(((void *)p)+off))=(new))
off41include/linux/smb.h#define DSET(p,off,new)  (*((dword *)(((void *)p)+off))=(new))
off43mm/mmap.cunsigned long prot, unsigned long flags, unsigned long off)
off54mm/mmap.cif (off + len < off)
off155mm/mmap.cvma->vm_offset = off;