Home
last modified time | relevance | path

Searched refs:idup (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Ddefs.h42 struct inode* idup(struct inode*);
H A Dfs.c277 idup(struct inode *ip) in idup() function
632 ip = idup(myproc()->cwd); in namex()
H A Dproc.c209 np->cwd = idup(curproc->cwd); in fork()