tag | line | file | source code |
old | 713 | fs/ext/namei.c | static int subdir(struct inode * new, struct inode * old) |
old | 721 | fs/ext/namei.c | if (new == old) { |
old | 725 | fs/ext/namei.c | if (new->i_dev != old->i_dev) |
old | 742 | fs/ext2/namei.c | static int subdir (struct inode * new, struct inode * old) |
old | 750 | fs/ext2/namei.c | if (new == old) { |
old | 754 | fs/ext2/namei.c | if (new->i_dev != old->i_dev) |
old | 629 | fs/minix/namei.c | static int subdir(struct inode * new, struct inode * old) |
old | 637 | fs/minix/namei.c | if (new == old) { |
old | 641 | fs/minix/namei.c | if (new->i_dev != old->i_dev) |
old | 579 | fs/namei.c | char * old, * new; |
old | 581 | fs/namei.c | error = getname(oldname,&old); |
old | 585 | fs/namei.c | error = do_symlink(old,new); |
old | 588 | fs/namei.c | putname(old); |
old | 707 | fs/namei.c | char * old, * new; |
old | 709 | fs/namei.c | error = getname(oldname,&old); |
old | 713 | fs/namei.c | error = do_rename(old,new); |
old | 716 | fs/namei.c | putname(old); |
old | 670 | fs/xiafs/namei.c | static int subdir(struct inode * new, struct inode * old) |
old | 678 | fs/xiafs/namei.c | if (new == old) { |
old | 682 | fs/xiafs/namei.c | if (new->i_dev != old->i_dev) |
old | 47 | include/linux/mm.h | int (*share)(struct vm_area_struct * old, struct vm_area_struct * new, unsigned long address); |
old | 219 | include/linux/tty.h | void (*set_termios)(struct tty_struct *tty, struct termios * old); |
old | 739 | kernel/chr_drv/console.c | unsigned short tmp, old = video_erase_char; |
old | 744 | kernel/chr_drv/console.c | *p = old; |
old | 745 | kernel/chr_drv/console.c | old = tmp; |
old | 464 | kernel/sched.c | struct itimerval new, old; |
old | 469 | kernel/sched.c | _setitimer(ITIMER_REAL, &new, &old); |
old | 470 | kernel/sched.c | return(old.it_value.tv_sec + (old.it_value.tv_usec / 1000000)); |
old | 31 | kernel/signal.c | int old=current->blocked; |
old | 34 | kernel/signal.c | return old; |
old | 625 | kernel/sys.c | struct rlimit new, *old; |
old | 629 | kernel/sys.c | old = current->rlim + resource; |
old | 632 | kernel/sys.c | if (((new.rlim_cur > old->rlim_max) || |
old | 633 | kernel/sys.c | (new.rlim_max > old->rlim_max)) && |
old | 636 | kernel/sys.c | *old = new; |
old | 822 | kernel/sys.c | int old = current->umask; |
old | 825 | kernel/sys.c | return (old); |