taglinefilesource code
old713fs/ext/namei.cstatic int subdir(struct inode * new, struct inode * old)
old721fs/ext/namei.cif (new == old) {
old725fs/ext/namei.cif (new->i_dev != old->i_dev)
old742fs/ext2/namei.cstatic int subdir (struct inode * new, struct inode * old)
old750fs/ext2/namei.cif (new == old) {
old754fs/ext2/namei.cif (new->i_dev != old->i_dev)
old629fs/minix/namei.cstatic int subdir(struct inode * new, struct inode * old)
old637fs/minix/namei.cif (new == old) {
old641fs/minix/namei.cif (new->i_dev != old->i_dev)
old579fs/namei.cchar * old, * new;
old581fs/namei.cerror = getname(oldname,&old);
old585fs/namei.cerror = do_symlink(old,new);
old588fs/namei.cputname(old);
old707fs/namei.cchar * old, * new;
old709fs/namei.cerror = getname(oldname,&old);
old713fs/namei.cerror = do_rename(old,new);
old716fs/namei.cputname(old);
old670fs/xiafs/namei.cstatic int subdir(struct inode * new, struct inode * old)
old678fs/xiafs/namei.cif (new == old) {
old682fs/xiafs/namei.cif (new->i_dev != old->i_dev)
old47include/linux/mm.hint (*share)(struct vm_area_struct * old, struct vm_area_struct * new, unsigned long address);
old219include/linux/tty.hvoid (*set_termios)(struct tty_struct *tty, struct termios * old);
old739kernel/chr_drv/console.cunsigned short tmp, old = video_erase_char;
old744kernel/chr_drv/console.c*p = old;
old745kernel/chr_drv/console.cold = tmp;
old464kernel/sched.cstruct itimerval new, old;
old469kernel/sched.c_setitimer(ITIMER_REAL, &new, &old);
old470kernel/sched.creturn(old.it_value.tv_sec + (old.it_value.tv_usec / 1000000));
old31kernel/signal.cint old=current->blocked;
old34kernel/signal.creturn old;
old625kernel/sys.cstruct rlimit new, *old;
old629kernel/sys.cold = current->rlim + resource;
old632kernel/sys.cif (((new.rlim_cur > old->rlim_max) ||
old633kernel/sys.c(new.rlim_max > old->rlim_max)) &&
old636kernel/sys.c*old = new;
old822kernel/sys.cint old = current->umask;
old825kernel/sys.creturn (old);