1 #ifndef _VTREEFS_PROTO_H
2 #define _VTREEFS_PROTO_H
5 void init_inodes(unsigned int inodes
, struct inode_stat
*stat
, index_t
7 void cleanup_inodes(void);
8 struct inode
*find_inode(ino_t num
);
9 struct inode
*get_inode(ino_t num
);
10 void put_inode(struct inode
*node
);
11 void ref_inode(struct inode
*node
);
12 int get_inode_number(struct inode
*node
);
13 int is_inode_deleted(struct inode
*node
);
20 int fs_readsuper(void);
28 int fs_getdents(void);
31 long sdbm_hash(char *str
, int len
);
42 #endif /* _VTREEFS_PROTO_H */