Searched refs:cinode_table (Results 1 – 1 of 1) sorted by relevance
857 char **cinode_table, char **data_cache, char **cdirectory_table, in read_filesystem() argument931 *cinode_table = malloc(root_inode_start); in read_filesystem()932 if(*cinode_table == NULL) in read_filesystem()935 res = read_fs_bytes(fd, start, root_inode_start, *cinode_table); in read_filesystem()