taglinefilesource code
old717fs/ext/namei.cstatic int subdir(struct inode * new, struct inode * old)
old728fs/ext/namei.cif (new == old) {
old732fs/ext/namei.cif (new->i_dev != old->i_dev)
old594fs/minix/namei.cstatic int subdir(struct inode * new, struct inode * old)
old605fs/minix/namei.cif (new == old) {
old609fs/minix/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);
old204include/linux/tty.hvoid (*set_termios)(struct tty_struct *tty, struct termios * old);
old738kernel/chr_drv/console.cunsigned short tmp, old = video_erase_char;
old743kernel/chr_drv/console.c*p = old;
old744kernel/chr_drv/console.cold = tmp;
old471kernel/sched.cstruct itimerval new, old;
old476kernel/sched.c_setitimer(ITIMER_REAL, &new, &old);
old477kernel/sched.creturn(old.it_value.tv_sec + (old.it_value.tv_usec / 1000000));
old25kernel/signal.cint old=current->blocked;
old28kernel/signal.creturn old;
old592kernel/sys.cstruct rlimit new, *old;
old596kernel/sys.cold = current->rlim + resource;
old599kernel/sys.cif (((new.rlim_cur > old->rlim_max) ||
old600kernel/sys.c(new.rlim_max > old->rlim_max)) &&
old603kernel/sys.c*old = new;
old741kernel/sys.cint old = current->umask;
old744kernel/sys.creturn (old);