Home
last modified time | relevance | path

Searched refs:iput (Results 1 – 5 of 5) sorted by relevance

/xv6-public/
H A Dfs.c332 iput(struct inode *ip) in iput() function
359 iput(ip); in iunlockput()
560 iput(ip); in dirlink()
653 iput(ip); in namex()
H A Dfile.c77 iput(ff.ip); in fileclose()
H A Dsysfile.c152 iput(ip); in sys_link()
390 iput(curproc->cwd); in sys_chdir()
H A Ddefs.h45 void iput(struct inode*);
H A Dproc.c246 iput(curproc->cwd); in exit()