tag | line | file | source code |
start | 204 | fs/exec.c | current->libraries[libnum].start = ex.a_entry; |
start | 209 | fs/exec.c | current->libraries[libnum].start, |
start | 79 | fs/msdos/file.c | char *start; |
start | 95 | fs/msdos/file.c | start = buf; |
start | 96 | fs/msdos/file.c | while (left = MIN(inode->i_size-filp->f_pos,count-(buf-start))) { |
start | 114 | fs/msdos/file.c | return buf-start; |
start | 120 | fs/msdos/file.c | if (start == buf) return -EIO; |
start | 121 | fs/msdos/file.c | return buf-start; |
start | 130 | fs/msdos/file.c | char *start,*to,ch; |
start | 149 | fs/msdos/file.c | for (start = buf; count || carry; count -= size) { |
start | 196 | fs/msdos/file.c | return start == buf ? error : buf-start; |
start | 228 | fs/msdos/inode.c | for (this = raw_entry->start; this && this != -1; this = |
start | 244 | fs/msdos/inode.c | inode->i_data[D_START] = raw_entry->start; |
start | 272 | fs/msdos/inode.c | raw_entry->start = inode->i_data[D_START]; |
start | 285 | fs/msdos/misc.c | int entry,start; |
start | 291 | fs/msdos/misc.c | data[entry].start == number) { |
start | 293 | fs/msdos/misc.c | start = data[entry].start; |
start | 295 | fs/msdos/misc.c | return start; |
start | 314 | fs/msdos/misc.c | static int raw_scan_nonroot(struct super_block *sb,int start,char *name, |
start | 321 | fs/msdos/misc.c | if ((cluster = raw_found(sb,(start-2)*MSDOS_SB(sb)-> |
start | 325 | fs/msdos/misc.c | if (!(start = fat_access(sb,start,-1))) panic("FAT error"); |
start | 327 | fs/msdos/misc.c | while (start != -1); |
start | 332 | fs/msdos/misc.c | static int raw_scan(struct super_block *sb,int start,char *name,int number, |
start | 335 | fs/msdos/misc.c | if (start) return raw_scan_nonroot(sb,start,name,number,ino); |
start | 170 | fs/msdos/namei.c | de->start = 0; |
start | 474 | fs/msdos/namei.c | dotdot_de->start = dotdot_inode->i_data[D_START] = |
start | 59 | include/linux/hdreg.h | unsigned long start; |
start | 73 | include/linux/msdos_fs.h | unsigned short time,date,start; /* time, date and first cluster */ |
start | 99 | include/linux/msdos_fs.h | static inline struct buffer_head *msdos_sread(int dev,int sector,void **start) |
start | 105 | include/linux/msdos_fs.h | *start = bh->b_data+((sector & 1) << SECTOR_BITS); |
start | 158 | include/linux/sched.h | unsigned long start; |
start | 467 | kernel/blk_drv/hd.c | (long *) &loc->start); |
start | 431 | kernel/chr_drv/console.c | unsigned long start; |
start | 436 | kernel/chr_drv/console.c | start = pos; |
start | 440 | kernel/chr_drv/console.c | start = origin; |
start | 444 | kernel/chr_drv/console.c | start = origin; |
start | 453 | kernel/chr_drv/console.c | "D" (start),"a" (video_erase_char) |
start | 461 | kernel/chr_drv/console.c | long start; |
start | 466 | kernel/chr_drv/console.c | start = pos; |
start | 469 | kernel/chr_drv/console.c | start = pos - (x<<1); |
start | 473 | kernel/chr_drv/console.c | start = pos - (x<<1); |
start | 483 | kernel/chr_drv/console.c | "D" (start),"a" (video_erase_char) |
start | 29 | kernel/fork.c | unsigned long start; |
start | 31 | kernel/fork.c | start = (unsigned long) addr; |
start | 32 | kernel/fork.c | size += start & 0xfff; |
start | 33 | kernel/fork.c | start &= 0xfffff000; |
start | 34 | kernel/fork.c | start += get_base(current->ldt[2]); |
start | 37 | kernel/fork.c | write_verify(start); |
start | 38 | kernel/fork.c | start += 4096; |
start | 706 | mm/memory.c | if (tmp < tsk->libraries[i].start) |
start | 708 | mm/memory.c | block = tmp - tsk->libraries[i].start; |