idup 42 defs.h struct inode* idup(struct inode*); idup 632 fs.c ip = idup(myproc()->cwd); idup 209 proc.c np->cwd = idup(curproc->cwd);