diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -97,4 +97,8 @@ void brelse(struct buf *); // fs.c struct inode * iget(uint dev, uint inum); +void ilock(struct inode *ip); +void iunlock(struct inode *ip); +void iincref(struct inode *ip); void iput(struct inode *ip); +struct inode * namei(char *path); |