| tag | line | file | source code |
| off | 164 | arch/alpha/kernel/osf_sys.c | unsigned long off) |
| off | 179 | arch/alpha/kernel/osf_sys.c | return do_mmap(file, addr, len, prot, flags, off); |
| off | 206 | drivers/net/3c505.h | off, |
| off | 159 | drivers/pci/pci.c | char *off; |
| off | 380 | drivers/pci/pci.c | printk("Changed! Now %s.", bridge_optimization[i].off); |
| off | 383 | drivers/pci/pci.c | printk("%s.", bridge_optimization[i].off); |
| off | 781 | fs/binfmt_elf.c | static int dump_seek(struct file *file, off_t off) |
| off | 784 | fs/binfmt_elf.c | if (file->f_op->lseek(file->f_inode, file, off, 0) != off) |
| off | 787 | fs/binfmt_elf.c | file->f_pos = off; |
| off | 853 | fs/binfmt_elf.c | #define DUMP_SEEK(off) \ |
| off | 854 | fs/binfmt_elf.c | do { if (!dump_seek(file, (off))) return 0; } while(0) |
| off | 879 | fs/binfmt_elf.c | #define DUMP_SEEK(off) \ |
| off | 880 | fs/binfmt_elf.c | if (!dump_seek(&file, (off))) \ |
| off | 210 | include/linux/mm.h | unsigned long prot, unsigned long flags, unsigned long off); |
| off | 45 | mm/mmap.c | unsigned long prot, unsigned long flags, unsigned long off) |
| off | 57 | mm/mmap.c | if (off + len < off) |
| off | 142 | mm/mmap.c | vma->vm_offset = off; |